From a33b6ace692edd88140ee5453a8ed2d27be930d6 Mon Sep 17 00:00:00 2001 From: Mariana Rios Flores Date: Mon, 16 Nov 2020 17:00:07 -0800 Subject: [PATCH] enable receipt and bc --- .../FormRecognizerClientLiveTests.cs | 37 +- .../tests/Models/OperationsLiveTests.cs | 3 +- ...cognizeBusinessCardsCanParseBlankPage.json | 112 +- ...zeBusinessCardsCanParseBlankPageAsync.json | 90 +- ...nessCardsCanParseMultipageForm(False).json | 1646 ++++++++-------- ...ardsCanParseMultipageForm(False)Async.json | 1682 +++++++++-------- ...inessCardsCanParseMultipageForm(True).json | 1682 +++++++++-------- ...CardsCanParseMultipageForm(True)Async.json | 1682 +++++++++-------- ...rdsFromUriThrowsForNonExistingContent.json | 16 +- ...omUriThrowsForNonExistingContentAsync.json | 16 +- ...nizeBusinessCardsIncludeFieldElements.json | 1197 ++++++------ ...usinessCardsIncludeFieldElementsAsync.json | 1177 ++++++------ ...nessCardsPopulatesExtractedJpg(False).json | 289 +-- ...ardsPopulatesExtractedJpg(False)Async.json | 303 ++- ...inessCardsPopulatesExtractedJpg(True).json | 335 ++-- ...CardsPopulatesExtractedJpg(True)Async.json | 309 ++- ...nessCardsPopulatesExtractedPng(False).json | 339 ++-- ...ardsPopulatesExtractedPng(False)Async.json | 305 +-- ...inessCardsPopulatesExtractedPng(True).json | 317 ++-- ...CardsPopulatesExtractedPng(True)Async.json | 307 ++- ...nizeBusinessCardsThrowsForDamagedFile.json | 14 +- ...usinessCardsThrowsForDamagedFileAsync.json | 16 +- ...artRecognizeReceiptsCanParseBlankPage.json | 122 +- ...cognizeReceiptsCanParseBlankPageAsync.json | 108 +- ...eReceiptsCanParseMultipageForm(False).json | 112 +- ...iptsCanParseMultipageForm(False)Async.json | 98 +- ...zeReceiptsCanParseMultipageForm(True).json | 116 +- ...eiptsCanParseMultipageForm(True)Async.json | 126 +- ...ptsCanParseMultipageFormWithBlankPage.json | 208 +- ...nParseMultipageFormWithBlankPageAsync.json | 220 ++- ...ptsFromUriThrowsForNonExistingContent.json | 18 +- ...omUriThrowsForNonExistingContentAsync.json | 18 +- ...tsPopulatesExtractedReceiptJpg(False).json | 70 +- ...ulatesExtractedReceiptJpg(False)Async.json | 66 +- ...ptsPopulatesExtractedReceiptJpg(True).json | 70 +- ...pulatesExtractedReceiptJpg(True)Async.json | 64 +- ...tsPopulatesExtractedReceiptPng(False).json | 84 +- ...ulatesExtractedReceiptPng(False)Async.json | 82 +- ...ptsPopulatesExtractedReceiptPng(True).json | 86 +- ...pulatesExtractedReceiptPng(True)Async.json | 86 +- ...RecognizeReceiptsThrowsForDamagedFile.json | 18 +- ...nizeReceiptsThrowsForDamagedFileAsync.json | 16 +- ...ognizeReceiptsWithSupportedLocale(%%).json | 60 +- ...eReceiptsWithSupportedLocale(%%)Async.json | 56 +- ...eReceiptsWithSupportedLocale(%en-US%).json | 92 +- ...iptsWithSupportedLocale(%en-US%)Async.json | 60 +- ...StartRecognizeReceiptsWithWrongLocale.json | 16 +- ...RecognizeReceiptsWithWrongLocaleAsync.json | 16 +- ...eInoicesOperationCanPollFromNewObject.json | 396 ---- ...nvoicesOperationCanPollFromNewObject.json} | 118 +- ...cesOperationCanPollFromNewObjectAsync.json | 216 +++ ...ReceiptsOperationCanPollFromNewObject.json | 86 +- ...ptsOperationCanPollFromNewObjectAsync.json | 86 +- 53 files changed, 7437 insertions(+), 7427 deletions(-) delete mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInoicesOperationCanPollFromNewObject.json rename sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/{RecognizeInoicesOperationCanPollFromNewObjectAsync.json => RecognizeInvoicesOperationCanPollFromNewObject.json} (55%) create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObjectAsync.json diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs index dbf40c4c1cc5..52dc0f1fc635 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs @@ -527,8 +527,8 @@ public void StartRecognizeContentWithNoSupporttedLanguage() /// Recognizer cognitive service and perform analysis of receipts. /// [Test] - [TestCase(true, Ignore = "Not supported")] - [TestCase(false, Ignore = "Not supported")] + [TestCase(true)] + [TestCase(false)] public async Task StartRecognizeReceiptsPopulatesExtractedReceiptJpg(bool useStream) { var client = CreateFormRecognizerClient(); @@ -638,8 +638,8 @@ public async Task StartRecognizeReceiptsPopulatesExtractedReceiptJpg(bool useStr } [Test] - [TestCase(true, Ignore = "Not supported")] - [TestCase(false, Ignore = "Not supported")] + [TestCase(true)] + [TestCase(false)] public async Task StartRecognizeReceiptsPopulatesExtractedReceiptPng(bool useStream) { var client = CreateFormRecognizerClient(); @@ -752,8 +752,8 @@ public async Task StartRecognizeReceiptsPopulatesExtractedReceiptPng(bool useStr } [Test] - [TestCase(true, Ignore = "Not supported")] - [TestCase(false, Ignore = "Not supported")] + [TestCase(true)] + [TestCase(false)] public async Task StartRecognizeReceiptsCanParseMultipageForm(bool useStream) { var client = CreateFormRecognizerClient(); @@ -808,7 +808,6 @@ public async Task StartRecognizeReceiptsCanParseMultipageForm(bool useStream) } [Test] - [Ignore("Not supported")] public async Task StartRecognizeReceiptsCanParseBlankPage() { var client = CreateFormRecognizerClient(); @@ -840,7 +839,6 @@ public async Task StartRecognizeReceiptsCanParseBlankPage() } [Test] - [Ignore("Not supported")] public async Task StartRecognizeReceiptsCanParseMultipageFormWithBlankPage() { var client = CreateFormRecognizerClient(); @@ -893,7 +891,6 @@ public async Task StartRecognizeReceiptsCanParseMultipageFormWithBlankPage() } [Test] - [Ignore("Not supported")] public void StartRecognizeReceiptsThrowsForDamagedFile() { var client = CreateFormRecognizerClient(); @@ -912,7 +909,6 @@ public void StartRecognizeReceiptsThrowsForDamagedFile() /// Recognizer cognitive service and handle returned errors. /// [Test] - [Ignore("Not supported")] public void StartRecognizeReceiptsFromUriThrowsForNonExistingContent() { var client = CreateFormRecognizerClient(); @@ -923,8 +919,8 @@ public void StartRecognizeReceiptsFromUriThrowsForNonExistingContent() } [Test] - [TestCase("en-US", Ignore = "Not supported")] - [TestCase("", Ignore = "Not supported")] + [TestCase("en-US")] + [TestCase("")] public async Task StartRecognizeReceiptsWithSupportedLocale(string locale) { var client = CreateFormRecognizerClient(); @@ -961,7 +957,6 @@ public async Task StartRecognizeReceiptsWithSupportedLocale(string locale) } [Test] - [Ignore("Not supported")] public void StartRecognizeReceiptsWithWrongLocale() { var client = CreateFormRecognizerClient(); @@ -976,8 +971,8 @@ public void StartRecognizeReceiptsWithWrongLocale() #region StartRecognizeBusinessCards [Test] - [TestCase(true, Ignore = "Not supported")] - [TestCase(false, Ignore = "Not supported") ] + [TestCase(true)] + [TestCase(false) ] public async Task StartRecognizeBusinessCardsPopulatesExtractedJpg(bool useStream) { var client = CreateFormRecognizerClient(); @@ -1083,8 +1078,8 @@ public async Task StartRecognizeBusinessCardsPopulatesExtractedJpg(bool useStrea } [Test] - [TestCase(true, Ignore = "Not supported")] - [TestCase(false, Ignore = "Not supported")] + [TestCase(true)] + [TestCase(false)] public async Task StartRecognizeBusinessCardsPopulatesExtractedPng(bool useStream) { var client = CreateFormRecognizerClient(); @@ -1190,7 +1185,6 @@ public async Task StartRecognizeBusinessCardsPopulatesExtractedPng(bool useStrea } [Test] - [Ignore("Not supported")] public async Task StartRecognizeBusinessCardsIncludeFieldElements() { var client = CreateFormRecognizerClient(); @@ -1215,7 +1209,6 @@ public async Task StartRecognizeBusinessCardsIncludeFieldElements() } [Test] - [Ignore("Not supported")] public async Task StartRecognizeBusinessCardsCanParseBlankPage() { var client = CreateFormRecognizerClient(); @@ -1248,7 +1241,6 @@ public async Task StartRecognizeBusinessCardsCanParseBlankPage() } [Test] - [Ignore("Not supported")] public void StartRecognizeBusinessCardsThrowsForDamagedFile() { var client = CreateFormRecognizerClient(); @@ -1267,7 +1259,6 @@ public void StartRecognizeBusinessCardsThrowsForDamagedFile() /// Recognizer cognitive service and handle returned errors. /// [Test] - [Ignore("Not supported")] public void StartRecognizeBusinessCardsFromUriThrowsForNonExistingContent() { var client = CreateFormRecognizerClient(); @@ -1278,8 +1269,8 @@ public void StartRecognizeBusinessCardsFromUriThrowsForNonExistingContent() } [Test] - [TestCase(true, Ignore = "Not supported")] - [TestCase(false, Ignore = "Not supported")] + [TestCase(true)] + [TestCase(false)] public async Task StartRecognizeBusinessCardsCanParseMultipageForm(bool useStream) { var client = CreateFormRecognizerClient(); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/OperationsLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/OperationsLiveTests.cs index e843a18d32db..0aba7052531d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/OperationsLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/OperationsLiveTests.cs @@ -46,7 +46,6 @@ public async Task RecognizeContentOperationCanPollFromNewObject() } [Test] - [Ignore("Not supported")] public async Task RecognizeReceiptsOperationCanPollFromNewObject() { // Skip instrumenting here because the internal service client passed to the operation object would be made null otherwise, @@ -65,7 +64,7 @@ public async Task RecognizeReceiptsOperationCanPollFromNewObject() } [Test] - public async Task RecognizeInoicesOperationCanPollFromNewObject() + public async Task RecognizeInvoicesOperationCanPollFromNewObject() { // Skip instrumenting here because the internal service client passed to the operation object would be made null otherwise, // making the test fail. diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPage.json index 25ef73f71cc7..15189bb1fd2e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPage.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5d82d8b7f34ceb4b8a3c68268330c971-4e143d3456744c46-00", + "traceparent": "00-69c3086d4db3794aa939b9430d63d94f-5919903b5ed8e846-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "18e8c4747a22d0f2ebca0e0d4a63e79a", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "dcb1a89f-e10e-406a-be72-b533c6e910fb", + "apim-request-id": "29967863-c015-49eb-81dc-ab0698df8b72", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:19:34 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", + "Date": "Tue, 17 Nov 2020 00:31:40 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/29967863-c015-49eb-81dc-ab0698df8b72", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "68" + "x-envoy-upstream-service-time": "537" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/29967863-c015-49eb-81dc-ab0698df8b72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "59a3a169d5fddbb12a7fa601a7dce8ae", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "973e78f3-32ea-4256-aeeb-8d019c87eb05", - "Content-Length": "109", + "apim-request-id": "c62ac8ac-21de-474d-a302-922e529317af", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:34 GMT", + "Date": "Tue, 17 Nov 2020 00:31: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": "233" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-09T23:19:34Z", - "lastUpdatedDateTime": "2020-10-09T23:19:34Z" + "status": "running", + "createdDateTime": "2020-11-17T00:31:40Z", + "lastUpdatedDateTime": "2020-11-17T00:31:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/29967863-c015-49eb-81dc-ab0698df8b72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "afd999c067970d143c6a83634c4348e8", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb33df28-d730-495d-a64d-e1ca17ee0a80", + "apim-request-id": "1fc5c44d-62cb-4c38-b43b-32ff358cb1b9", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:35 GMT", + "Date": "Tue, 17 Nov 2020 00:31:41 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": "42" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:34Z", - "lastUpdatedDateTime": "2020-10-09T23:19:34Z" + "createdDateTime": "2020-11-17T00:31:40Z", + "lastUpdatedDateTime": "2020-11-17T00:31:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/29967863-c015-49eb-81dc-ab0698df8b72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1a79e2adb5389e41120ceea3d4f0280f", @@ -105,28 +105,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0714f8ae-ca61-4da0-a709-53943d07a908", + "apim-request-id": "a872fcd2-b170-4705-acc5-a4d0f23a2b51", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:36 GMT", + "Date": "Tue, 17 Nov 2020 00:31:43 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": "96" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:34Z", - "lastUpdatedDateTime": "2020-10-09T23:19:34Z" + "createdDateTime": "2020-11-17T00:31:40Z", + "lastUpdatedDateTime": "2020-11-17T00:31:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/29967863-c015-49eb-81dc-ab0698df8b72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b04d5fe2388a02038d951c92524d8fe6", @@ -135,56 +135,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f23a976e-7cdd-43b5-acc5-526dacaeeda0", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:37 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-10-09T23:19:34Z", - "lastUpdatedDateTime": "2020-10-09T23:19:34Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c453be36ce620b76583a9c8a7971394b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a4aac13c-6ac6-4e28-acc4-cb17a5ff3039", - "Content-Length": "313", + "apim-request-id": "9be71e57-3901-4d1d-b061-b9c09c3c58f6", + "Content-Length": "305", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:38 GMT", + "Date": "Tue, 17 Nov 2020 00:31:44 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": "50" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:19:34Z", - "lastUpdatedDateTime": "2020-10-09T23:19:38Z", + "createdDateTime": "2020-11-17T00:31:40Z", + "lastUpdatedDateTime": "2020-11-17T00:31:44Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -204,7 +174,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1147847034" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPageAsync.json index efd5a86dade1..0882afe2c9ea 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPageAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-858d0b82b4ec324096bd551732097205-e9f005d1352fed4c-00", + "traceparent": "00-77477099e312894f851389fb2bb13e9b-4a41b5ba697ac948-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d3cd33a5c2df9c449a2cb5c7ede75d81", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7a476db7-8739-4201-badc-2623da4bf4b0", + "apim-request-id": "83add95d-6494-4067-aba8-08e5955d9460", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:19:57 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/7a476db7-8739-4201-badc-2623da4bf4b0", + "Date": "Tue, 17 Nov 2020 00:33:07 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/83add95d-6494-4067-aba8-08e5955d9460", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "166" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/7a476db7-8739-4201-badc-2623da4bf4b0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/83add95d-6494-4067-aba8-08e5955d9460", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "beb4a8a174e06f0c86d094860fa457f8", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d70822d-508a-48da-b420-885c7672f9cb", + "apim-request-id": "e28193f7-dddb-48ee-949b-2d136866e90c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:57 GMT", + "Date": "Tue, 17 Nov 2020 00:33:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-09T23:19:57Z", - "lastUpdatedDateTime": "2020-10-09T23:19:57Z" + "createdDateTime": "2020-11-17T00:33:07Z", + "lastUpdatedDateTime": "2020-11-17T00:33:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/7a476db7-8739-4201-badc-2623da4bf4b0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/83add95d-6494-4067-aba8-08e5955d9460", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9acd1366282f7764883c2bb1a885bfd0", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a6ee9616-b56a-4821-a776-d11a819b0d5d", + "apim-request-id": "b790ff46-dbcd-4664-9a74-21ca2c09566a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:58 GMT", + "Date": "Tue, 17 Nov 2020 00:33:08 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-10-09T23:19:57Z", - "lastUpdatedDateTime": "2020-10-09T23:19:57Z" + "createdDateTime": "2020-11-17T00:33:07Z", + "lastUpdatedDateTime": "2020-11-17T00:33:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/7a476db7-8739-4201-badc-2623da4bf4b0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/83add95d-6494-4067-aba8-08e5955d9460", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4ca4a154a3bc30d8265e4c0e2dbe8df5", @@ -105,56 +105,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9e69d12e-00e1-4fac-b0a1-caa8d5a6a18f", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:59 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-10-09T23:19:57Z", - "lastUpdatedDateTime": "2020-10-09T23:19:57Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/7a476db7-8739-4201-badc-2623da4bf4b0", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d960bdd4c21a7951433c35a3495ac601", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e9da61f5-ea3c-49ae-8245-9d386e30ebf1", - "Content-Length": "313", + "apim-request-id": "aa810255-4f55-407d-8c1e-6dfc69792ba3", + "Content-Length": "305", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:00 GMT", + "Date": "Tue, 17 Nov 2020 00:33: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": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:19:57Z", - "lastUpdatedDateTime": "2020-10-09T23:20:00Z", + "createdDateTime": "2020-11-17T00:33:07Z", + "lastUpdatedDateTime": "2020-11-17T00:33:09Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -174,7 +144,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1318809837" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False).json index 4eb83cdaf6ac..3d87266346ff 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f7d2fb519631c04787e4f951397e7f8c-9b19677031887b4d-00", + "traceparent": "00-0c640c81df279f49a67cc826c14f0b44-a0015e7d9c866f46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "677a667fca0fd0cdc37bbaad1c2cc25f", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a51d2569-6274-4c26-bcc6-946ef91f8faf", + "apim-request-id": "c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 20:23:37 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "Date": "Tue, 17 Nov 2020 00:32:11 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "372" + "x-envoy-upstream-service-time": "421" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bee36640b439020ceef489482521d059", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4bc125ff-349a-45aa-aff5-a98ab53314b4", + "apim-request-id": "1d763770-3f40-4ea6-82d6-cfeea74f80dc", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:37 GMT", + "Date": "Tue, 17 Nov 2020 00:32:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:37Z" + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "43aa30e9e6c75bf5b0ea7ec4a6fd2a9a", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d11311b4-1c7e-4030-8268-0cff507965d8", + "apim-request-id": "18b1888b-8a74-41cb-9758-8b98199776f1", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:38 GMT", + "Date": "Tue, 17 Nov 2020 00:32:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:37Z" + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "80fd21bc90a5ca315977791a4085aaa2", @@ -107,28 +107,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e3644c30-f2c0-4017-ad00-37b126a29df0", + "apim-request-id": "272cfac7-93d3-4f4b-9b1b-ca1aac1cd11c", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:39 GMT", + "Date": "Tue, 17 Nov 2020 00:32:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:37Z" + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ebc461ab7f825a9770870d4e35485cf0", @@ -137,28 +137,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8be9a4a0-c3dc-4087-8f63-01cb1f3c1699", + "apim-request-id": "0e37703f-557f-401f-963c-73139447faa8", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:40 GMT", + "Date": "Tue, 17 Nov 2020 00:32:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "148" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:37Z" + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "038befc9502359b4ffe0e9506cda1b2b", @@ -167,28 +167,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5fcd0ced-76cd-4a6e-8f96-7c2a45121f21", + "apim-request-id": "62135ea7-0500-4a77-8350-a0eb192bdd2b", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:42 GMT", + "Date": "Tue, 17 Nov 2020 00:32:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "122" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:37Z" + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4418dc3f3f393c1889a30f1d82e29411", @@ -197,906 +197,1002 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2cbd6820-5b56-44f4-8fd1-3362adabb77d", - "Content-Length": "12781", + "apim-request-id": "a1961ae6-f3f7-462d-a751-b491c3ff73a5", + "Content-Length": "13759", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:43 GMT", + "Date": "Tue, 17 Nov 2020 00:32:17 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": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:42Z", + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:16Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 7.188, - "width": 8.4967, - "height": 10.9967, + "angle": 7.2821, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "JOHN", "boundingBox": [ - 1.7133, - 3.7667, - 2.95, - 3.8933, - 2.9133, - 4.2233, - 1.68, - 4.0833 + 1.7266, + 3.7442, + 2.9551, + 3.8771, + 2.9108, + 4.2205, + 1.6934, + 4.0765 ], "words": [ { "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], - "confidence": 0.947 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "SINGER", "boundingBox": [ - 1.7267, - 4.1633, - 3.3167, - 4.3333, - 3.2867, - 4.6733, - 1.69, - 4.49 + 1.7155, + 4.1541, + 3.3203, + 4.3424, + 3.276, + 4.6747, + 1.6823, + 4.4753 ], "words": [ { "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "Software Engineer", "boundingBox": [ - 1.5433, - 5.25, - 3.6333, - 5.5167, - 3.6, - 5.7733, - 1.5167, - 5.5 + 1.5163, + 5.2397, + 3.6081, + 5.5166, + 3.5749, + 5.7492, + 1.4831, + 5.4723 ], "words": [ { "text": "Software", "boundingBox": [ - 1.5514, - 5.2536, - 2.5488, - 5.376, - 2.5208, - 5.6384, - 1.5257, - 5.508 + 1.5163, + 5.2508, + 2.5345, + 5.3837, + 2.5124, + 5.6163, + 1.4941, + 5.4834 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Engineer", "boundingBox": [ - 2.5986, - 5.3827, - 3.6333, - 5.5337, - 3.6039, - 5.7733, - 2.5705, - 5.6448 + 2.5788, + 5.3837, + 3.6081, + 5.5388, + 3.5859, + 5.7492, + 2.5566, + 5.6274 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "\u002B1 (425) 779-3479 johnsinger@contoso.com", "boundingBox": [ - 1.5167, - 5.51, - 6.17, - 6.1133, - 6.1467, - 6.3433, - 1.4967, - 5.7733 + 1.4609, + 5.5055, + 6.1536, + 6.1148, + 6.1315, + 6.3474, + 1.4499, + 5.7382 ], "words": [ { "text": "\u002B1", "boundingBox": [ - 1.5274, - 5.513, - 1.7919, - 5.5462, - 1.772, - 5.805, - 1.5073, - 5.7668 + 1.4831, + 5.5166, + 1.7487, + 5.5498, + 1.7376, + 5.7825, + 1.472, + 5.7492 ], - "confidence": 0.943 + "confidence": 0.987 }, { "text": "(425)", "boundingBox": [ - 1.8415, - 5.5525, - 2.42, - 5.6258, - 2.4007, - 5.8945, - 1.8217, - 5.8122 + 1.793, + 5.5498, + 2.4017, + 5.6274, + 2.3906, + 5.8711, + 1.7819, + 5.7936 ], - "confidence": 0.924 + "confidence": 0.97 }, { "text": "779-3479", "boundingBox": [ - 2.4696, - 5.6322, - 3.4442, - 5.7596, - 3.4259, - 6.0321, - 2.4503, - 5.9013 + 2.446, + 5.6385, + 3.431, + 5.7603, + 3.4089, + 6.0151, + 2.4349, + 5.8822 ], - "confidence": 0.959 + "confidence": 0.982 }, { "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], - "confidence": 0.849 + "confidence": 0.951 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "https://www.contoso.com", "boundingBox": [ - 1.4567, - 5.7767, - 4.16, - 6.14, - 4.13, - 6.3833, - 1.4267, - 6.0367 + 1.4277, + 5.7825, + 4.1615, + 6.137, + 4.1283, + 6.3585, + 1.4056, + 6.0151 ], "words": [ { "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], - "confidence": 0.811 + "confidence": 0.928 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } } ] }, { "page": 2, - "angle": -16.6858, - "width": 8.4967, - "height": 10.9967, + "angle": -16.9551, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "Dr. Avery Smith", "boundingBox": [ - 1.6733, - 2.8467, - 3.6067, - 2.3933, - 3.6567, - 2.6033, - 1.72, - 3.0533 + 1.6491, + 2.858, + 3.5859, + 2.4038, + 3.6413, + 2.6032, + 1.7044, + 3.0574 ], "words": [ { "text": "Dr.", "boundingBox": [ - 1.6734, - 2.8633, - 2.0779, - 2.7723, - 2.1392, - 2.9618, - 1.735, - 3.0533 + 1.6602, + 2.8691, + 2.0586, + 2.7694, + 2.1029, + 2.9688, + 1.7044, + 3.0574 ], - "confidence": 0.939 + "confidence": 0.985 }, { "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], - "confidence": 0.959 + "confidence": 0.978 }, { "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 1.72, - 3.0933, - 3.1333, - 2.7533, - 3.17, - 2.9033, - 1.7533, - 3.2467 + 1.6934, + 3.0906, + 3.099, + 2.7694, + 3.1322, + 2.9134, + 1.7376, + 3.2457 ], "words": [ { "text": "Senior", "boundingBox": [ - 1.7252, - 3.0944, - 2.2468, - 2.9795, - 2.2819, - 3.1223, - 1.7606, - 3.2467 + 1.7044, + 3.1017, + 2.2357, + 2.9799, + 2.2689, + 3.1239, + 1.7487, + 3.2457 ], - "confidence": 0.958 + "confidence": 0.985 }, { "text": "Researcher", "boundingBox": [ - 2.2768, - 2.9726, - 3.128, - 2.757, - 3.1629, - 2.9022, - 2.3119, - 3.115 + 2.2578, + 2.9799, + 3.11, + 2.7694, + 3.1322, + 2.9134, + 2.3021, + 3.1239 ], - "confidence": 0.959 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7567, - 3.2567, - 3.5633, - 2.8267, - 3.6033, - 2.9733, - 1.7933, - 3.4233 + 1.7376, + 3.2568, + 3.5638, + 2.8137, + 3.597, + 2.9688, + 1.7708, + 3.4119 ], "words": [ { "text": "Cloud", "boundingBox": [ - 1.7762, - 3.2543, - 2.239, - 3.1442, - 2.2734, - 3.3023, - 1.8108, + 1.7376, + 3.2568, + 2.2357, + 3.146, + 2.2689, + 3.3011, + 1.7708, 3.423 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 2.283, - 3.1337, - 2.3932, - 3.1075, - 2.4276, - 3.2624, - 2.3174, - 3.2908 + 2.2689, + 3.1349, + 2.4017, + 3.1017, + 2.4349, + 3.2568, + 2.3021, + 3.29 ], - "confidence": 0.888 + "confidence": 0.987 }, { "text": "Al", "boundingBox": [ - 2.4593, - 3.0917, - 2.6246, - 3.0523, - 2.6588, - 3.2029, - 2.4936, - 3.2454 + 2.4349, + 3.1017, + 2.6009, + 3.0574, + 2.6452, + 3.2125, + 2.4681, + 3.2568 ], - "confidence": 0.729 + "confidence": 0.744 }, { "text": "Department", "boundingBox": [ - 2.6576, - 3.0444, - 3.5665, - 2.8274, - 3.6003, - 2.9646, - 2.6919, - 3.1944 + 2.6341, + 3.0463, + 3.5638, + 2.8248, + 3.597, + 2.9577, + 2.6673, + 3.2014 ], - "confidence": 0.958 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3833, - 2.5033, - 5.7467, - 2.11, - 5.78, - 2.2233, - 4.41, - 2.6167 + 4.3717, + 2.4924, + 5.7441, + 2.1158, + 5.7663, + 2.2155, + 4.3939, + 2.6032 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], - "confidence": 0.819 + "confidence": 0.95 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4067, - 2.6133, - 5.8233, - 2.2233, - 5.8567, - 2.3367, - 4.44, - 2.7367 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8548, + 2.3263, + 4.4382, + 2.7362 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], - "confidence": 0.854 + "confidence": 0.885 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 4.6167, - 2.76, - 5.9767, - 2.3467, - 6.0133, - 2.4733, - 4.6533, - 2.8833 + 4.6042, + 2.7583, + 5.9655, + 2.3484, + 5.9987, + 2.4592, + 4.6374, + 2.8802 ], "words": [ { "text": "mob:", "boundingBox": [ - 4.6171, - 2.767, - 4.901, - 2.6803, - 4.9427, - 2.7985, - 4.6583, - 2.8833 + 4.6152, + 2.7694, + 4.8919, + 2.6808, + 4.9251, + 2.7915, + 4.6484, + 2.8802 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 4.9243, - 2.6732, - 5.1109, - 2.6159, - 5.1531, - 2.7353, - 4.9661, - 2.7914 + 4.9141, + 2.6808, + 5.1022, + 2.6143, + 5.1354, + 2.7362, + 4.9473, + 2.7915 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 5.1342, - 2.6087, - 5.2897, - 2.5608, - 5.3322, - 2.6815, - 5.1764, - 2.7282 + 5.1243, + 2.6143, + 5.2904, + 2.5589, + 5.3236, + 2.6808, + 5.1576, + 2.7251 ], - "confidence": 0.951 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 5.313, - 2.5536, - 5.5616, - 2.4767, - 5.6046, - 2.5996, - 5.3555, - 2.6744 + 5.3125, + 2.5478, + 5.5671, + 2.4814, + 5.5892, + 2.6032, + 5.3457, + 2.6697 ], - "confidence": 0.922 + "confidence": 0.985 }, { "text": "123456", "boundingBox": [ - 5.5849, - 2.4694, - 5.9576, - 2.3532, - 6.0013, - 2.4806, - 5.6279, - 2.5926 + 5.5892, + 2.4703, + 5.9766, + 2.3484, + 5.9987, + 2.4703, + 5.6113, + 2.5921 ], - "confidence": 0.958 + "confidence": 0.96 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.7567, - 2.8533, - 6.0633, - 2.4633, - 6.1033, - 2.59, - 4.7967, - 2.9833 + 4.7591, + 2.858, + 6.054, + 2.4592, + 6.0872, + 2.5811, + 4.8034, + 2.9799 ], "words": [ { "text": "tel:", "boundingBox": [ - 4.7639, - 2.8586, - 4.9528, - 2.8028, - 4.9976, - 2.9256, - 4.8081, - 2.9814 + 4.7702, + 2.858, + 4.9473, + 2.8137, + 4.9805, + 2.9355, + 4.8034, + 2.9799 ], - "confidence": 0.932 + "confidence": 0.981 }, { "text": "\u002B44", "boundingBox": [ - 4.9774, - 2.7955, - 5.1742, - 2.7367, - 5.2198, - 2.8597, - 5.0223, - 2.9182 + 4.9694, + 2.8026, + 5.1576, + 2.7472, + 5.2018, + 2.8691, + 5.0026, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 5.1988, - 2.7293, - 5.3463, - 2.6848, - 5.3925, - 2.8082, - 5.2445, - 2.8523 + 5.1797, + 2.7362, + 5.3346, + 2.6918, + 5.3789, + 2.8137, + 5.224, + 2.858 ], - "confidence": 0.909 + "confidence": 0.971 }, { "text": "20", "boundingBox": [ - 5.3709, - 2.6774, - 5.4938, - 2.6401, - 5.5404, - 2.764, - 5.4172, - 2.8009 + 5.3568, + 2.6808, + 5.4896, + 2.6475, + 5.5339, + 2.7694, + 5.401, + 2.8026 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 5.5183, - 2.6326, - 5.772, - 2.5546, - 5.8196, - 2.6801, - 5.5651, - 2.7566 + 5.5117, + 2.6365, + 5.7663, + 2.5589, + 5.7995, + 2.6808, + 5.556, + 2.7583 ], - "confidence": 0.944 + "confidence": 0.983 }, { "text": "5432", "boundingBox": [ - 5.7965, - 2.547, - 6.054, - 2.4669, - 6.1026, - 2.5945, - 5.8442, - 2.6727 + 5.7884, + 2.5478, + 6.043, + 2.4592, + 6.0872, + 2.5921, + 5.8216, + 2.6697 ], - "confidence": 0.947 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 4.83, - 2.99, - 6.16, - 2.58, - 6.2, - 2.7033, - 4.87, - 3.1133 + 4.8145, + 2.9909, + 6.1647, + 2.57, + 6.1979, + 2.7029, + 4.8587, + 3.1128 ], "words": [ { "text": "fax:", "boundingBox": [ - 4.8311, - 2.9924, - 5.0406, - 2.9257, - 5.0882, - 3.0532, - 4.8799, - 3.1133 + 4.8255, + 3.002, + 5.0358, + 2.9355, + 5.069, + 3.0574, + 4.8587, + 3.1128 ], - "confidence": 0.948 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 5.0653, - 2.9179, - 5.2626, - 2.8557, - 5.309, - 2.9863, - 5.1127, - 3.0458 + 5.0579, + 2.9245, + 5.2461, + 2.8691, + 5.2904, + 2.9909, + 5.0911, + 3.0463 ], - "confidence": 0.958 + "confidence": 0.981 }, { "text": "(0)", "boundingBox": [ - 5.2873, - 2.848, - 5.4354, - 2.8017, - 5.4809, - 2.9332, - 5.3336, - 2.9788 + 5.2682, + 2.858, + 5.4342, + 2.8026, + 5.4785, + 2.9355, + 5.3125, + 2.9799 ], - "confidence": 0.94 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 5.4601, - 2.794, - 5.5919, - 2.7531, - 5.6365, - 2.8842, - 5.5054, - 2.9254 + 5.4564, + 2.8026, + 5.5892, + 2.7583, + 5.6335, + 2.8912, + 5.5007, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.383 }, { "text": "6789", "boundingBox": [ - 5.6166, - 2.7455, - 5.8721, - 2.6672, - 5.9152, - 2.794, - 5.6611, - 2.8763 + 5.6113, + 2.7472, + 5.8659, + 2.6697, + 5.9102, + 2.7915, + 5.6556, + 2.8802 ], - "confidence": 0.956 + "confidence": 0.977 }, { "text": "2345", "boundingBox": [ - 5.8969, - 2.6597, - 6.1568, + 5.888, + 2.6586, + 6.1647, 2.5811, - 6.1984, - 2.6998, - 5.9398, - 2.7859 + 6.1979, + 2.7029, + 5.9323, + 2.7915 ], - "confidence": 0.933 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.997 + } + } }, { "text": "Contoso", "boundingBox": [ - 2.8067, - 4.0567, - 4.7433, - 3.4167, - 4.8567, - 3.8, - 2.9333, - 4.4333 + 2.8333, + 4.0433, + 4.7148, + 3.4562, + 4.8255, + 3.8218, + 2.944, + 4.4199 ], "words": [ { "text": "Contoso", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 2.97, - 4.4433, - 4.2633, - 4.0067, - 4.32, - 4.17, - 3.02, - 4.6133 + 2.944, + 4.4421, + 4.2611, + 3.999, + 4.3164, + 4.1652, + 2.9993, + 4.6083 ], "words": [ { "text": "2", "boundingBox": [ - 2.9875, - 4.4372, - 3.0892, - 4.4021, - 3.142, - 4.5778, - 3.0403, - 4.612 + 2.9661, + 4.431, + 3.0658, + 4.4089, + 3.1211, + 4.575, + 3.0326, + 4.6083 ], - "confidence": 0.894 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 3.1231, - 4.3903, - 3.7575, - 4.1758, - 3.81, - 4.3475, - 3.1759, - 4.5664 + 3.099, + 4.3978, + 3.7741, + 4.1873, + 3.8184, + 4.3424, + 3.1543, + 4.5639 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 3.8256, - 4.1532, - 4.2634, - 4.0107, - 4.3156, - 4.166, - 3.878, - 4.3236 + 3.8073, + 4.1762, + 4.2611, + 4.0101, + 4.3053, + 4.1541, + 3.8516, + 4.3313 ], - "confidence": 0.959 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 3.0467, - 4.6233, - 5.1567, - 3.8733, - 5.2267, - 4.0733, - 3.11, - 4.81 + 3.0215, + 4.6415, + 5.1576, + 3.8993, + 5.2129, + 4.0655, + 3.0768, + 4.8187 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 3.0525, - 4.6401, - 3.9833, - 4.3147, - 4.0535, - 4.4803, - 3.116, - 4.8097 + 3.0326, + 4.6415, + 3.9733, + 4.3202, + 4.0286, + 4.4975, + 3.0879, + 4.8187 ], - "confidence": 0.954 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 4.0168, - 4.3025, - 4.5854, - 4.0929, - 4.6598, - 4.2719, - 4.0872, - 4.4686 + 4.0065, + 4.3092, + 4.571, + 4.1098, + 4.6263, + 4.2759, + 4.0618, + 4.4864 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "W2", "boundingBox": [ - 4.6187, - 4.0803, - 4.8409, - 3.9962, - 4.9172, - 4.1843, - 4.6934, - 4.2605 + 4.6152, + 4.0987, + 4.8366, + 4.0211, + 4.8809, + 4.1762, + 4.6595, + 4.2649 ], - "confidence": 0.909 + "confidence": 0.983 }, { "text": "6BD", "boundingBox": [ - 4.8742, - 3.9835, - 5.1458, - 3.8787, - 5.2242, - 4.0809, - 4.9507, - 4.1732 + 4.8698, + 4.0101, + 5.1576, + 3.8993, + 5.2129, + 4.0544, + 4.9251, + 4.1652 ], - "confidence": 0.916 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -1120,14 +1216,14 @@ "valueString": "JOHN", "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], "page": 1, "elements": [ @@ -1139,14 +1235,14 @@ "valueString": "SINGER", "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], "page": 1, "elements": [ @@ -1156,15 +1252,16 @@ }, "text": "JOHN SINGER", "boundingBox": [ - 1.7692, - 3.7702, - 3.3121, - 3.9456, - 3.2292, - 4.6746, - 1.6863, - 4.4992 + 1.7361, + 3.7436, + 3.3804, + 3.9479, + 3.2887, + 4.686, + 1.6444, + 4.4817 ], + "page": 1, "confidence": 0.995, "elements": [ "#/readResults/0/lines/0/words/0", @@ -1181,14 +1278,14 @@ "valueString": "Software Engineer", "text": "Software Engineer", "boundingBox": [ - 1.553, - 5.2414, - 3.6377, - 5.5231, - 3.6018, - 5.7886, - 1.5172, - 5.5068 + 1.5176, + 5.241, + 3.6163, + 5.5233, + 3.5837, + 5.7656, + 1.485, + 5.4833 ], "page": 1, "confidence": 0.995, @@ -1207,14 +1304,14 @@ "valuePhoneNumber": "\u002B14257793479", "text": "\u002B1 (425) 779-3479", "boundingBox": [ - 1.5289, - 5.5021, - 3.4622, - 5.762, - 3.4259, - 6.0324, - 1.4925, - 5.7725 + 1.4839, + 5.5104, + 3.4414, + 5.7598, + 3.4089, + 6.0151, + 1.4514, + 5.7657 ], "page": 1, "confidence": 0.995, @@ -1234,14 +1331,14 @@ "valueString": "johnsinger@contoso.com", "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], "page": 1, "confidence": 0.995, @@ -1259,14 +1356,14 @@ "valueString": "https://www.contoso.com", "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], "page": 1, "confidence": 0.995, @@ -1296,14 +1393,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], "page": 2, "elements": [ @@ -1315,14 +1412,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], "page": 2, "elements": [ @@ -1332,16 +1429,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 1.67, - 2.849, - 3.5691, - 2.4021, - 3.6198, - 2.6176, - 1.7207, - 3.0645 + 1.6579, + 2.8608, + 3.5967, + 2.4027, + 3.645, + 2.607, + 1.7062, + 3.0651 ], - "confidence": 0.792, + "page": 2, + "confidence": 0.98, "elements": [ "#/readResults/1/lines/0/words/0", "#/readResults/1/lines/0/words/1", @@ -1358,14 +1456,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 1.7218, - 3.0797, - 3.1295, - 2.7567, - 3.1679, - 2.9238, - 1.7602, - 3.2468 + 1.7029, + 3.0954, + 3.11, + 2.7694, + 3.1468, + 2.9282, + 1.7397, + 3.2542 ], "page": 2, "confidence": 0.99, @@ -1384,14 +1482,14 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7694, - 3.256, - 3.5626, - 2.8117, - 3.604, - 2.9788, - 1.8108, - 3.423 + 1.7297, + 3.2588, + 3.558, + 2.8017, + 3.601, + 2.9736, + 1.7727, + 3.4306 ], "page": 2, "confidence": 0.988, @@ -1412,14 +1510,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], "page": 2, "confidence": 0.99, @@ -1437,17 +1535,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], "page": 2, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/1/lines/4/words/0" ] @@ -1461,14 +1559,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 4.9226, - 2.6677, - 5.9622, - 2.3518, - 6.0013, - 2.4806, - 4.9618, - 2.7965 + 4.9104, + 2.6685, + 5.9766, + 2.3484, + 6.0147, + 2.4754, + 4.9485, + 2.7955 ], "page": 2, "confidence": 0.99, @@ -1488,14 +1586,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.9763, - 2.7918, - 6.0633, - 2.4641, - 6.1027, - 2.5948, - 5.0157, - 2.9225 + 4.9583, + 2.7698, + 6.0487, + 2.4576, + 6.0934, + 2.6138, + 5.003, + 2.926 ], "page": 2, "confidence": 0.99, @@ -1516,14 +1614,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 5.0651, - 2.9173, - 6.1596, - 2.5755, - 6.2011, - 2.7083, - 5.1066, - 3.0501 + 5.0503, + 2.9104, + 6.1631, + 2.5759, + 6.2062, + 2.7191, + 5.0933, + 3.0536 ], "page": 2, "confidence": 0.99, @@ -1537,58 +1635,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 2.98, - 4.4398, - 5.0907, - 3.7001, - 5.2242, - 4.0809, - 3.1134, - 4.8207 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], "page": 2, - "confidence": 0.977, + "confidence": 0.23, "elements": [ - "#/readResults/1/lines/9/words/0", - "#/readResults/1/lines/9/words/1", - "#/readResults/1/lines/9/words/2", - "#/readResults/1/lines/10/words/0", - "#/readResults/1/lines/10/words/1", - "#/readResults/1/lines/10/words/2", - "#/readResults/1/lines/10/words/3" + "#/readResults/1/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.9493, + 4.4371, + 5.0729, + 3.6661, + 5.2183, + 4.0665, + 3.0947, + 4.8375 ], "page": 2, - "confidence": 0.065, + "confidence": 0.979, "elements": [ - "#/readResults/1/lines/8/words/0" + "#/readResults/1/lines/9/words/0", + "#/readResults/1/lines/9/words/1", + "#/readResults/1/lines/9/words/2", + "#/readResults/1/lines/10/words/0", + "#/readResults/1/lines/10/words/1", + "#/readResults/1/lines/10/words/2", + "#/readResults/1/lines/10/words/3" ] } ] @@ -1602,7 +1700,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "541640835" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False)Async.json index 12952250f5df..ad913317c33d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-159f87391481b44dadd69602f062bac3-6e0b70cfc9dcbc43-00", + "traceparent": "00-46d695c5d22c7045998d6e21a0d7ee59-e74d3053bcfdde41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "173970ee59b321ee920e5271ed44e8f5", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "apim-request-id": "9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 20:23:52 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "Date": "Tue, 17 Nov 2020 00:33:34 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "77" + "x-envoy-upstream-service-time": "275" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9c002d6d9232c70b9995c65ce32ea979", @@ -47,1056 +47,1092 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fd60710e-e8ce-4f99-bec1-7d85f0bcafe8", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:52 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:52Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5ec002ef0f6a2e6613c868117d0b534d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ac297f90-7b80-4a8f-bacc-3a39fd4fb623", + "apim-request-id": "ff045126-59c6-4ca4-adcd-de674377526d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:53 GMT", + "Date": "Tue, 17 Nov 2020 00:33: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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:53Z" + "createdDateTime": "2020-11-17T00:33:34Z", + "lastUpdatedDateTime": "2020-11-17T00:33:34Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "72c959b144c25b7f64727d1d92913e64", + "x-ms-client-request-id": "5ec002ef0f6a2e6613c868117d0b534d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4433af90-6ebc-47c9-bbc0-e37878a4a2ec", + "apim-request-id": "1ace010b-7c17-4bff-8063-6f8c4411196c", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:54 GMT", + "Date": "Tue, 17 Nov 2020 00:33:35 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": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:53Z" + "createdDateTime": "2020-11-17T00:33:34Z", + "lastUpdatedDateTime": "2020-11-17T00:33:34Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "eb82d9648a835d8ac6d1886a2afa498d", + "x-ms-client-request-id": "72c959b144c25b7f64727d1d92913e64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8d95022c-6f0a-41db-bd81-9936c5752405", + "apim-request-id": "55c8f60c-6b81-4c37-92ae-168dd0d6c817", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:56 GMT", + "Date": "Tue, 17 Nov 2020 00:33:36 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-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:53Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8aab78423764aab68264f9f891489c81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aa8f6c86-1fc2-49d5-aae1-b9b57a1fad33", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:57 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-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:53Z" + "createdDateTime": "2020-11-17T00:33:34Z", + "lastUpdatedDateTime": "2020-11-17T00:33:34Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a4ac048a678927cace6cabf1bc15316a", + "x-ms-client-request-id": "eb82d9648a835d8ac6d1886a2afa498d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "51548fbf-a971-4216-becb-8cd5fe42a340", - "Content-Length": "12781", + "apim-request-id": "8c3a526d-554e-4e2f-ba99-e06d06374223", + "Content-Length": "13759", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:58 GMT", + "Date": "Tue, 17 Nov 2020 00:33:37 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": "22" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:57Z", + "createdDateTime": "2020-11-17T00:33:34Z", + "lastUpdatedDateTime": "2020-11-17T00:33:37Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 7.188, - "width": 8.4967, - "height": 10.9967, + "angle": 7.2821, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "JOHN", "boundingBox": [ - 1.7133, - 3.7667, - 2.95, - 3.8933, - 2.9133, - 4.2233, - 1.68, - 4.0833 + 1.7266, + 3.7442, + 2.9551, + 3.8771, + 2.9108, + 4.2205, + 1.6934, + 4.0765 ], "words": [ { "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], - "confidence": 0.947 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "SINGER", "boundingBox": [ - 1.7267, - 4.1633, - 3.3167, - 4.3333, - 3.2867, - 4.6733, - 1.69, - 4.49 + 1.7155, + 4.1541, + 3.3203, + 4.3424, + 3.276, + 4.6747, + 1.6823, + 4.4753 ], "words": [ { "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "Software Engineer", "boundingBox": [ - 1.5433, - 5.25, - 3.6333, - 5.5167, - 3.6, - 5.7733, - 1.5167, - 5.5 + 1.5163, + 5.2397, + 3.6081, + 5.5166, + 3.5749, + 5.7492, + 1.4831, + 5.4723 ], "words": [ { "text": "Software", "boundingBox": [ - 1.5514, - 5.2536, - 2.5488, - 5.376, - 2.5208, - 5.6384, - 1.5257, - 5.508 + 1.5163, + 5.2508, + 2.5345, + 5.3837, + 2.5124, + 5.6163, + 1.4941, + 5.4834 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Engineer", "boundingBox": [ - 2.5986, - 5.3827, - 3.6333, - 5.5337, - 3.6039, - 5.7733, - 2.5705, - 5.6448 + 2.5788, + 5.3837, + 3.6081, + 5.5388, + 3.5859, + 5.7492, + 2.5566, + 5.6274 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "\u002B1 (425) 779-3479 johnsinger@contoso.com", "boundingBox": [ - 1.5167, - 5.51, - 6.17, - 6.1133, - 6.1467, - 6.3433, - 1.4967, - 5.7733 + 1.4609, + 5.5055, + 6.1536, + 6.1148, + 6.1315, + 6.3474, + 1.4499, + 5.7382 ], "words": [ { "text": "\u002B1", "boundingBox": [ - 1.5274, - 5.513, - 1.7919, - 5.5462, - 1.772, - 5.805, - 1.5073, - 5.7668 + 1.4831, + 5.5166, + 1.7487, + 5.5498, + 1.7376, + 5.7825, + 1.472, + 5.7492 ], - "confidence": 0.943 + "confidence": 0.987 }, { "text": "(425)", "boundingBox": [ - 1.8415, - 5.5525, - 2.42, - 5.6258, - 2.4007, - 5.8945, - 1.8217, - 5.8122 + 1.793, + 5.5498, + 2.4017, + 5.6274, + 2.3906, + 5.8711, + 1.7819, + 5.7936 ], - "confidence": 0.924 + "confidence": 0.97 }, { "text": "779-3479", "boundingBox": [ - 2.4696, - 5.6322, - 3.4442, - 5.7596, - 3.4259, - 6.0321, - 2.4503, - 5.9013 + 2.446, + 5.6385, + 3.431, + 5.7603, + 3.4089, + 6.0151, + 2.4349, + 5.8822 ], - "confidence": 0.959 + "confidence": 0.982 }, { "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], - "confidence": 0.849 + "confidence": 0.951 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "https://www.contoso.com", "boundingBox": [ - 1.4567, - 5.7767, - 4.16, - 6.14, - 4.13, - 6.3833, - 1.4267, - 6.0367 + 1.4277, + 5.7825, + 4.1615, + 6.137, + 4.1283, + 6.3585, + 1.4056, + 6.0151 ], "words": [ { "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], - "confidence": 0.811 + "confidence": 0.928 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } } ] }, { "page": 2, - "angle": -16.6858, - "width": 8.4967, - "height": 10.9967, + "angle": -16.9551, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "Dr. Avery Smith", "boundingBox": [ - 1.6733, - 2.8467, - 3.6067, - 2.3933, - 3.6567, - 2.6033, - 1.72, - 3.0533 + 1.6491, + 2.858, + 3.5859, + 2.4038, + 3.6413, + 2.6032, + 1.7044, + 3.0574 ], "words": [ { "text": "Dr.", "boundingBox": [ - 1.6734, - 2.8633, - 2.0779, - 2.7723, - 2.1392, - 2.9618, - 1.735, - 3.0533 + 1.6602, + 2.8691, + 2.0586, + 2.7694, + 2.1029, + 2.9688, + 1.7044, + 3.0574 ], - "confidence": 0.939 + "confidence": 0.985 }, { "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], - "confidence": 0.959 + "confidence": 0.978 }, { "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 1.72, - 3.0933, - 3.1333, - 2.7533, - 3.17, - 2.9033, - 1.7533, - 3.2467 + 1.6934, + 3.0906, + 3.099, + 2.7694, + 3.1322, + 2.9134, + 1.7376, + 3.2457 ], "words": [ { "text": "Senior", "boundingBox": [ - 1.7252, - 3.0944, - 2.2468, - 2.9795, - 2.2819, - 3.1223, - 1.7606, - 3.2467 + 1.7044, + 3.1017, + 2.2357, + 2.9799, + 2.2689, + 3.1239, + 1.7487, + 3.2457 ], - "confidence": 0.958 + "confidence": 0.985 }, { "text": "Researcher", "boundingBox": [ - 2.2768, - 2.9726, - 3.128, - 2.757, - 3.1629, - 2.9022, - 2.3119, - 3.115 + 2.2578, + 2.9799, + 3.11, + 2.7694, + 3.1322, + 2.9134, + 2.3021, + 3.1239 ], - "confidence": 0.959 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7567, - 3.2567, - 3.5633, - 2.8267, - 3.6033, - 2.9733, - 1.7933, - 3.4233 + 1.7376, + 3.2568, + 3.5638, + 2.8137, + 3.597, + 2.9688, + 1.7708, + 3.4119 ], "words": [ { "text": "Cloud", "boundingBox": [ - 1.7762, - 3.2543, - 2.239, - 3.1442, - 2.2734, - 3.3023, - 1.8108, + 1.7376, + 3.2568, + 2.2357, + 3.146, + 2.2689, + 3.3011, + 1.7708, 3.423 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 2.283, - 3.1337, - 2.3932, - 3.1075, - 2.4276, - 3.2624, - 2.3174, - 3.2908 + 2.2689, + 3.1349, + 2.4017, + 3.1017, + 2.4349, + 3.2568, + 2.3021, + 3.29 ], - "confidence": 0.888 + "confidence": 0.987 }, { "text": "Al", "boundingBox": [ - 2.4593, - 3.0917, - 2.6246, - 3.0523, - 2.6588, - 3.2029, - 2.4936, - 3.2454 + 2.4349, + 3.1017, + 2.6009, + 3.0574, + 2.6452, + 3.2125, + 2.4681, + 3.2568 ], - "confidence": 0.729 + "confidence": 0.744 }, { "text": "Department", "boundingBox": [ - 2.6576, - 3.0444, - 3.5665, - 2.8274, - 3.6003, - 2.9646, - 2.6919, - 3.1944 + 2.6341, + 3.0463, + 3.5638, + 2.8248, + 3.597, + 2.9577, + 2.6673, + 3.2014 ], - "confidence": 0.958 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3833, - 2.5033, - 5.7467, - 2.11, - 5.78, - 2.2233, - 4.41, - 2.6167 + 4.3717, + 2.4924, + 5.7441, + 2.1158, + 5.7663, + 2.2155, + 4.3939, + 2.6032 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], - "confidence": 0.819 + "confidence": 0.95 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4067, - 2.6133, - 5.8233, - 2.2233, - 5.8567, - 2.3367, - 4.44, - 2.7367 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8548, + 2.3263, + 4.4382, + 2.7362 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], - "confidence": 0.854 + "confidence": 0.885 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 4.6167, - 2.76, - 5.9767, - 2.3467, - 6.0133, - 2.4733, - 4.6533, - 2.8833 + 4.6042, + 2.7583, + 5.9655, + 2.3484, + 5.9987, + 2.4592, + 4.6374, + 2.8802 ], "words": [ { "text": "mob:", "boundingBox": [ - 4.6171, - 2.767, - 4.901, - 2.6803, - 4.9427, - 2.7985, - 4.6583, - 2.8833 + 4.6152, + 2.7694, + 4.8919, + 2.6808, + 4.9251, + 2.7915, + 4.6484, + 2.8802 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 4.9243, - 2.6732, - 5.1109, - 2.6159, - 5.1531, - 2.7353, - 4.9661, - 2.7914 + 4.9141, + 2.6808, + 5.1022, + 2.6143, + 5.1354, + 2.7362, + 4.9473, + 2.7915 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 5.1342, - 2.6087, - 5.2897, - 2.5608, - 5.3322, - 2.6815, - 5.1764, - 2.7282 + 5.1243, + 2.6143, + 5.2904, + 2.5589, + 5.3236, + 2.6808, + 5.1576, + 2.7251 ], - "confidence": 0.951 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 5.313, - 2.5536, - 5.5616, - 2.4767, - 5.6046, - 2.5996, - 5.3555, - 2.6744 + 5.3125, + 2.5478, + 5.5671, + 2.4814, + 5.5892, + 2.6032, + 5.3457, + 2.6697 ], - "confidence": 0.922 + "confidence": 0.985 }, { "text": "123456", "boundingBox": [ - 5.5849, - 2.4694, - 5.9576, - 2.3532, - 6.0013, - 2.4806, - 5.6279, - 2.5926 + 5.5892, + 2.4703, + 5.9766, + 2.3484, + 5.9987, + 2.4703, + 5.6113, + 2.5921 ], - "confidence": 0.958 + "confidence": 0.96 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.7567, - 2.8533, - 6.0633, - 2.4633, - 6.1033, - 2.59, - 4.7967, - 2.9833 + 4.7591, + 2.858, + 6.054, + 2.4592, + 6.0872, + 2.5811, + 4.8034, + 2.9799 ], "words": [ { "text": "tel:", "boundingBox": [ - 4.7639, - 2.8586, - 4.9528, - 2.8028, - 4.9976, - 2.9256, - 4.8081, - 2.9814 + 4.7702, + 2.858, + 4.9473, + 2.8137, + 4.9805, + 2.9355, + 4.8034, + 2.9799 ], - "confidence": 0.932 + "confidence": 0.981 }, { "text": "\u002B44", "boundingBox": [ - 4.9774, - 2.7955, - 5.1742, - 2.7367, - 5.2198, - 2.8597, - 5.0223, - 2.9182 + 4.9694, + 2.8026, + 5.1576, + 2.7472, + 5.2018, + 2.8691, + 5.0026, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 5.1988, - 2.7293, - 5.3463, - 2.6848, - 5.3925, - 2.8082, - 5.2445, - 2.8523 + 5.1797, + 2.7362, + 5.3346, + 2.6918, + 5.3789, + 2.8137, + 5.224, + 2.858 ], - "confidence": 0.909 + "confidence": 0.971 }, { "text": "20", "boundingBox": [ - 5.3709, - 2.6774, - 5.4938, - 2.6401, - 5.5404, - 2.764, - 5.4172, - 2.8009 + 5.3568, + 2.6808, + 5.4896, + 2.6475, + 5.5339, + 2.7694, + 5.401, + 2.8026 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 5.5183, - 2.6326, - 5.772, - 2.5546, - 5.8196, - 2.6801, - 5.5651, - 2.7566 + 5.5117, + 2.6365, + 5.7663, + 2.5589, + 5.7995, + 2.6808, + 5.556, + 2.7583 ], - "confidence": 0.944 + "confidence": 0.983 }, { "text": "5432", "boundingBox": [ - 5.7965, - 2.547, - 6.054, - 2.4669, - 6.1026, - 2.5945, - 5.8442, - 2.6727 + 5.7884, + 2.5478, + 6.043, + 2.4592, + 6.0872, + 2.5921, + 5.8216, + 2.6697 ], - "confidence": 0.947 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 4.83, - 2.99, - 6.16, - 2.58, - 6.2, - 2.7033, - 4.87, - 3.1133 + 4.8145, + 2.9909, + 6.1647, + 2.57, + 6.1979, + 2.7029, + 4.8587, + 3.1128 ], "words": [ { "text": "fax:", "boundingBox": [ - 4.8311, - 2.9924, - 5.0406, - 2.9257, - 5.0882, - 3.0532, - 4.8799, - 3.1133 + 4.8255, + 3.002, + 5.0358, + 2.9355, + 5.069, + 3.0574, + 4.8587, + 3.1128 ], - "confidence": 0.948 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 5.0653, - 2.9179, - 5.2626, - 2.8557, - 5.309, - 2.9863, - 5.1127, - 3.0458 + 5.0579, + 2.9245, + 5.2461, + 2.8691, + 5.2904, + 2.9909, + 5.0911, + 3.0463 ], - "confidence": 0.958 + "confidence": 0.981 }, { "text": "(0)", "boundingBox": [ - 5.2873, - 2.848, - 5.4354, - 2.8017, - 5.4809, - 2.9332, - 5.3336, - 2.9788 + 5.2682, + 2.858, + 5.4342, + 2.8026, + 5.4785, + 2.9355, + 5.3125, + 2.9799 ], - "confidence": 0.94 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 5.4601, - 2.794, - 5.5919, - 2.7531, - 5.6365, - 2.8842, - 5.5054, - 2.9254 + 5.4564, + 2.8026, + 5.5892, + 2.7583, + 5.6335, + 2.8912, + 5.5007, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.383 }, { "text": "6789", "boundingBox": [ - 5.6166, - 2.7455, - 5.8721, - 2.6672, - 5.9152, - 2.794, - 5.6611, - 2.8763 + 5.6113, + 2.7472, + 5.8659, + 2.6697, + 5.9102, + 2.7915, + 5.6556, + 2.8802 ], - "confidence": 0.956 + "confidence": 0.977 }, { "text": "2345", "boundingBox": [ - 5.8969, - 2.6597, - 6.1568, + 5.888, + 2.6586, + 6.1647, 2.5811, - 6.1984, - 2.6998, - 5.9398, - 2.7859 + 6.1979, + 2.7029, + 5.9323, + 2.7915 ], - "confidence": 0.933 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.997 + } + } }, { "text": "Contoso", "boundingBox": [ - 2.8067, - 4.0567, - 4.7433, - 3.4167, - 4.8567, - 3.8, - 2.9333, - 4.4333 + 2.8333, + 4.0433, + 4.7148, + 3.4562, + 4.8255, + 3.8218, + 2.944, + 4.4199 ], "words": [ { "text": "Contoso", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 2.97, - 4.4433, - 4.2633, - 4.0067, - 4.32, - 4.17, - 3.02, - 4.6133 + 2.944, + 4.4421, + 4.2611, + 3.999, + 4.3164, + 4.1652, + 2.9993, + 4.6083 ], "words": [ { "text": "2", "boundingBox": [ - 2.9875, - 4.4372, - 3.0892, - 4.4021, - 3.142, - 4.5778, - 3.0403, - 4.612 + 2.9661, + 4.431, + 3.0658, + 4.4089, + 3.1211, + 4.575, + 3.0326, + 4.6083 ], - "confidence": 0.894 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 3.1231, - 4.3903, - 3.7575, - 4.1758, - 3.81, - 4.3475, - 3.1759, - 4.5664 + 3.099, + 4.3978, + 3.7741, + 4.1873, + 3.8184, + 4.3424, + 3.1543, + 4.5639 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 3.8256, - 4.1532, - 4.2634, - 4.0107, - 4.3156, - 4.166, - 3.878, - 4.3236 + 3.8073, + 4.1762, + 4.2611, + 4.0101, + 4.3053, + 4.1541, + 3.8516, + 4.3313 ], - "confidence": 0.959 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 3.0467, - 4.6233, - 5.1567, - 3.8733, - 5.2267, - 4.0733, - 3.11, - 4.81 + 3.0215, + 4.6415, + 5.1576, + 3.8993, + 5.2129, + 4.0655, + 3.0768, + 4.8187 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 3.0525, - 4.6401, - 3.9833, - 4.3147, - 4.0535, - 4.4803, - 3.116, - 4.8097 + 3.0326, + 4.6415, + 3.9733, + 4.3202, + 4.0286, + 4.4975, + 3.0879, + 4.8187 ], - "confidence": 0.954 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 4.0168, - 4.3025, - 4.5854, - 4.0929, - 4.6598, - 4.2719, - 4.0872, - 4.4686 + 4.0065, + 4.3092, + 4.571, + 4.1098, + 4.6263, + 4.2759, + 4.0618, + 4.4864 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "W2", "boundingBox": [ - 4.6187, - 4.0803, - 4.8409, - 3.9962, - 4.9172, - 4.1843, - 4.6934, - 4.2605 + 4.6152, + 4.0987, + 4.8366, + 4.0211, + 4.8809, + 4.1762, + 4.6595, + 4.2649 ], - "confidence": 0.909 + "confidence": 0.983 }, { "text": "6BD", "boundingBox": [ - 4.8742, - 3.9835, - 5.1458, - 3.8787, - 5.2242, - 4.0809, - 4.9507, - 4.1732 + 4.8698, + 4.0101, + 5.1576, + 3.8993, + 5.2129, + 4.0544, + 4.9251, + 4.1652 ], - "confidence": 0.916 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -1120,14 +1156,14 @@ "valueString": "JOHN", "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], "page": 1, "elements": [ @@ -1139,14 +1175,14 @@ "valueString": "SINGER", "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], "page": 1, "elements": [ @@ -1156,15 +1192,16 @@ }, "text": "JOHN SINGER", "boundingBox": [ - 1.7692, - 3.7702, - 3.3121, - 3.9456, - 3.2292, - 4.6746, - 1.6863, - 4.4992 + 1.7361, + 3.7436, + 3.3804, + 3.9479, + 3.2887, + 4.686, + 1.6444, + 4.4817 ], + "page": 1, "confidence": 0.995, "elements": [ "#/readResults/0/lines/0/words/0", @@ -1181,14 +1218,14 @@ "valueString": "Software Engineer", "text": "Software Engineer", "boundingBox": [ - 1.553, - 5.2414, - 3.6377, - 5.5231, - 3.6018, - 5.7886, - 1.5172, - 5.5068 + 1.5176, + 5.241, + 3.6163, + 5.5233, + 3.5837, + 5.7656, + 1.485, + 5.4833 ], "page": 1, "confidence": 0.995, @@ -1207,14 +1244,14 @@ "valuePhoneNumber": "\u002B14257793479", "text": "\u002B1 (425) 779-3479", "boundingBox": [ - 1.5289, - 5.5021, - 3.4622, - 5.762, - 3.4259, - 6.0324, - 1.4925, - 5.7725 + 1.4839, + 5.5104, + 3.4414, + 5.7598, + 3.4089, + 6.0151, + 1.4514, + 5.7657 ], "page": 1, "confidence": 0.995, @@ -1234,14 +1271,14 @@ "valueString": "johnsinger@contoso.com", "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], "page": 1, "confidence": 0.995, @@ -1259,14 +1296,14 @@ "valueString": "https://www.contoso.com", "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], "page": 1, "confidence": 0.995, @@ -1296,14 +1333,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], "page": 2, "elements": [ @@ -1315,14 +1352,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], "page": 2, "elements": [ @@ -1332,16 +1369,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 1.67, - 2.849, - 3.5691, - 2.4021, - 3.6198, - 2.6176, - 1.7207, - 3.0645 + 1.6579, + 2.8608, + 3.5967, + 2.4027, + 3.645, + 2.607, + 1.7062, + 3.0651 ], - "confidence": 0.792, + "page": 2, + "confidence": 0.98, "elements": [ "#/readResults/1/lines/0/words/0", "#/readResults/1/lines/0/words/1", @@ -1358,14 +1396,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 1.7218, - 3.0797, - 3.1295, - 2.7567, - 3.1679, - 2.9238, - 1.7602, - 3.2468 + 1.7029, + 3.0954, + 3.11, + 2.7694, + 3.1468, + 2.9282, + 1.7397, + 3.2542 ], "page": 2, "confidence": 0.99, @@ -1384,14 +1422,14 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7694, - 3.256, - 3.5626, - 2.8117, - 3.604, - 2.9788, - 1.8108, - 3.423 + 1.7297, + 3.2588, + 3.558, + 2.8017, + 3.601, + 2.9736, + 1.7727, + 3.4306 ], "page": 2, "confidence": 0.988, @@ -1412,14 +1450,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], "page": 2, "confidence": 0.99, @@ -1437,17 +1475,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], "page": 2, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/1/lines/4/words/0" ] @@ -1461,14 +1499,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 4.9226, - 2.6677, - 5.9622, - 2.3518, - 6.0013, - 2.4806, - 4.9618, - 2.7965 + 4.9104, + 2.6685, + 5.9766, + 2.3484, + 6.0147, + 2.4754, + 4.9485, + 2.7955 ], "page": 2, "confidence": 0.99, @@ -1488,14 +1526,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.9763, - 2.7918, - 6.0633, - 2.4641, - 6.1027, - 2.5948, - 5.0157, - 2.9225 + 4.9583, + 2.7698, + 6.0487, + 2.4576, + 6.0934, + 2.6138, + 5.003, + 2.926 ], "page": 2, "confidence": 0.99, @@ -1516,14 +1554,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 5.0651, - 2.9173, - 6.1596, - 2.5755, - 6.2011, - 2.7083, - 5.1066, - 3.0501 + 5.0503, + 2.9104, + 6.1631, + 2.5759, + 6.2062, + 2.7191, + 5.0933, + 3.0536 ], "page": 2, "confidence": 0.99, @@ -1537,58 +1575,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 2.98, - 4.4398, - 5.0907, - 3.7001, - 5.2242, - 4.0809, - 3.1134, - 4.8207 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], "page": 2, - "confidence": 0.977, + "confidence": 0.23, "elements": [ - "#/readResults/1/lines/9/words/0", - "#/readResults/1/lines/9/words/1", - "#/readResults/1/lines/9/words/2", - "#/readResults/1/lines/10/words/0", - "#/readResults/1/lines/10/words/1", - "#/readResults/1/lines/10/words/2", - "#/readResults/1/lines/10/words/3" + "#/readResults/1/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.9493, + 4.4371, + 5.0729, + 3.6661, + 5.2183, + 4.0665, + 3.0947, + 4.8375 ], "page": 2, - "confidence": 0.065, + "confidence": 0.979, "elements": [ - "#/readResults/1/lines/8/words/0" + "#/readResults/1/lines/9/words/0", + "#/readResults/1/lines/9/words/1", + "#/readResults/1/lines/9/words/2", + "#/readResults/1/lines/10/words/0", + "#/readResults/1/lines/10/words/1", + "#/readResults/1/lines/10/words/2", + "#/readResults/1/lines/10/words/3" ] } ] @@ -1602,7 +1640,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1896410885" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True).json index 7b6f3d4f5a63..f682e56746cc 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "189935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-df1799bc16cbc64c9b88dd8c8ab19e4c-63ee61a5b77d4141-00", + "traceparent": "00-763782da636c5f4ebe886251859deb0e-5799bc71cfa9b44f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1b9ff0d8f3ac264f489287027c4acd02", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fc7165d6-c120-4d3c-93bc-2f142be0f253", + "apim-request-id": "1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 21:42:01 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", + "Date": "Tue, 17 Nov 2020 00:32:07 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "431" + "x-envoy-upstream-service-time": "70" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d89904d90362d31fccc9e36f96d36594", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c4afc0ab-1b24-4628-a652-7cd541ce9d8c", - "Content-Length": "109", + "apim-request-id": "e1d29c44-74fb-463a-b5a5-4cebf58b5137", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:01 GMT", + "Date": "Tue, 17 Nov 2020 00:32:07 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": "10" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:01Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:07Z", + "lastUpdatedDateTime": "2020-11-17T00:32:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "485eed7f091e9b6b35e854025856a7ef", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eadcdd74-12a3-4a3c-ae6c-0e94e2dffe60", + "apim-request-id": "70610bb7-96d5-4eb9-bca1-5e8b2874e94e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:02 GMT", + "Date": "Tue, 17 Nov 2020 00:32:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "237" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:02Z" + "createdDateTime": "2020-11-17T00:32:07Z", + "lastUpdatedDateTime": "2020-11-17T00:32:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "85a44e0346a3d52cd1cc4fe210df8f74", @@ -105,28 +105,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "774f24b3-4be9-425a-b183-e34ca1bca8fa", + "apim-request-id": "73c63c6d-c4b7-4767-aed6-f164d91e9253", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:03 GMT", + "Date": "Tue, 17 Nov 2020 00:32:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "198" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:02Z" + "createdDateTime": "2020-11-17T00:32:07Z", + "lastUpdatedDateTime": "2020-11-17T00:32:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8e83f32c85eccfe399fea37aae1d7a76", @@ -135,966 +135,1002 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "65f446fc-1fa0-4d2d-a5d8-cfe034cc8994", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:02Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "486bf321e02f38f1c1887651ba888b55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "75d1db93-af8c-40ed-b8f2-c6a65725a19e", - "Content-Length": "106", + "apim-request-id": "bea6bb08-1a7f-42c2-bc30-04bb0b394c16", + "Content-Length": "13759", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:06 GMT", + "Date": "Tue, 17 Nov 2020 00:32:11 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-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:02Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65d5df5818d37d036ad5eca5a2b127b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f9785d57-6725-45c4-abff-27f96ed6e6d7", - "Content-Length": "12781", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:07 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": "20" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:07Z", + "createdDateTime": "2020-11-17T00:32:07Z", + "lastUpdatedDateTime": "2020-11-17T00:32:10Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 7.188, - "width": 8.4967, - "height": 10.9967, + "angle": 7.2821, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "JOHN", "boundingBox": [ - 1.7133, - 3.7667, - 2.95, - 3.8933, - 2.9133, - 4.2233, - 1.68, - 4.0833 + 1.7266, + 3.7442, + 2.9551, + 3.8771, + 2.9108, + 4.2205, + 1.6934, + 4.0765 ], "words": [ { "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], - "confidence": 0.947 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "SINGER", "boundingBox": [ - 1.7267, - 4.1633, - 3.3167, - 4.3333, - 3.2867, - 4.6733, - 1.69, - 4.49 + 1.7155, + 4.1541, + 3.3203, + 4.3424, + 3.276, + 4.6747, + 1.6823, + 4.4753 ], "words": [ { "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "Software Engineer", "boundingBox": [ - 1.5433, - 5.25, - 3.6333, - 5.5167, - 3.6, - 5.7733, - 1.5167, - 5.5 + 1.5163, + 5.2397, + 3.6081, + 5.5166, + 3.5749, + 5.7492, + 1.4831, + 5.4723 ], "words": [ { "text": "Software", "boundingBox": [ - 1.5514, - 5.2536, - 2.5488, - 5.376, - 2.5208, - 5.6384, - 1.5257, - 5.508 + 1.5163, + 5.2508, + 2.5345, + 5.3837, + 2.5124, + 5.6163, + 1.4941, + 5.4834 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Engineer", "boundingBox": [ - 2.5986, - 5.3827, - 3.6333, - 5.5337, - 3.6039, - 5.7733, - 2.5705, - 5.6448 + 2.5788, + 5.3837, + 3.6081, + 5.5388, + 3.5859, + 5.7492, + 2.5566, + 5.6274 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "\u002B1 (425) 779-3479 johnsinger@contoso.com", "boundingBox": [ - 1.5167, - 5.51, - 6.17, - 6.1133, - 6.1467, - 6.3433, - 1.4967, - 5.7733 + 1.4609, + 5.5055, + 6.1536, + 6.1148, + 6.1315, + 6.3474, + 1.4499, + 5.7382 ], "words": [ { "text": "\u002B1", "boundingBox": [ - 1.5274, - 5.513, - 1.7919, - 5.5462, - 1.772, - 5.805, - 1.5073, - 5.7668 + 1.4831, + 5.5166, + 1.7487, + 5.5498, + 1.7376, + 5.7825, + 1.472, + 5.7492 ], - "confidence": 0.943 + "confidence": 0.987 }, { "text": "(425)", "boundingBox": [ - 1.8415, - 5.5525, - 2.42, - 5.6258, - 2.4007, - 5.8945, - 1.8217, - 5.8122 + 1.793, + 5.5498, + 2.4017, + 5.6274, + 2.3906, + 5.8711, + 1.7819, + 5.7936 ], - "confidence": 0.924 + "confidence": 0.97 }, { "text": "779-3479", "boundingBox": [ - 2.4696, - 5.6322, - 3.4442, - 5.7596, - 3.4259, - 6.0321, - 2.4503, - 5.9013 + 2.446, + 5.6385, + 3.431, + 5.7603, + 3.4089, + 6.0151, + 2.4349, + 5.8822 ], - "confidence": 0.959 + "confidence": 0.982 }, { "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], - "confidence": 0.849 + "confidence": 0.951 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "https://www.contoso.com", "boundingBox": [ - 1.4567, - 5.7767, - 4.16, - 6.14, - 4.13, - 6.3833, - 1.4267, - 6.0367 + 1.4277, + 5.7825, + 4.1615, + 6.137, + 4.1283, + 6.3585, + 1.4056, + 6.0151 ], "words": [ { "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], - "confidence": 0.811 + "confidence": 0.928 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } } ] }, { "page": 2, - "angle": -16.6858, - "width": 8.4967, - "height": 10.9967, + "angle": -16.9551, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "Dr. Avery Smith", "boundingBox": [ - 1.6733, - 2.8467, - 3.6067, - 2.3933, - 3.6567, - 2.6033, - 1.72, - 3.0533 + 1.6491, + 2.858, + 3.5859, + 2.4038, + 3.6413, + 2.6032, + 1.7044, + 3.0574 ], "words": [ { "text": "Dr.", "boundingBox": [ - 1.6734, - 2.8633, - 2.0779, - 2.7723, - 2.1392, - 2.9618, - 1.735, - 3.0533 + 1.6602, + 2.8691, + 2.0586, + 2.7694, + 2.1029, + 2.9688, + 1.7044, + 3.0574 ], - "confidence": 0.939 + "confidence": 0.985 }, { "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], - "confidence": 0.959 + "confidence": 0.978 }, { "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 1.72, - 3.0933, - 3.1333, - 2.7533, - 3.17, - 2.9033, - 1.7533, - 3.2467 + 1.6934, + 3.0906, + 3.099, + 2.7694, + 3.1322, + 2.9134, + 1.7376, + 3.2457 ], "words": [ { "text": "Senior", "boundingBox": [ - 1.7252, - 3.0944, - 2.2468, - 2.9795, - 2.2819, - 3.1223, - 1.7606, - 3.2467 + 1.7044, + 3.1017, + 2.2357, + 2.9799, + 2.2689, + 3.1239, + 1.7487, + 3.2457 ], - "confidence": 0.958 + "confidence": 0.985 }, { "text": "Researcher", "boundingBox": [ - 2.2768, - 2.9726, - 3.128, - 2.757, - 3.1629, - 2.9022, - 2.3119, - 3.115 + 2.2578, + 2.9799, + 3.11, + 2.7694, + 3.1322, + 2.9134, + 2.3021, + 3.1239 ], - "confidence": 0.959 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7567, - 3.2567, - 3.5633, - 2.8267, - 3.6033, - 2.9733, - 1.7933, - 3.4233 + 1.7376, + 3.2568, + 3.5638, + 2.8137, + 3.597, + 2.9688, + 1.7708, + 3.4119 ], "words": [ { "text": "Cloud", "boundingBox": [ - 1.7762, - 3.2543, - 2.239, - 3.1442, - 2.2734, - 3.3023, - 1.8108, + 1.7376, + 3.2568, + 2.2357, + 3.146, + 2.2689, + 3.3011, + 1.7708, 3.423 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 2.283, - 3.1337, - 2.3932, - 3.1075, - 2.4276, - 3.2624, - 2.3174, - 3.2908 + 2.2689, + 3.1349, + 2.4017, + 3.1017, + 2.4349, + 3.2568, + 2.3021, + 3.29 ], - "confidence": 0.888 + "confidence": 0.987 }, { "text": "Al", "boundingBox": [ - 2.4593, - 3.0917, - 2.6246, - 3.0523, - 2.6588, - 3.2029, - 2.4936, - 3.2454 + 2.4349, + 3.1017, + 2.6009, + 3.0574, + 2.6452, + 3.2125, + 2.4681, + 3.2568 ], - "confidence": 0.729 + "confidence": 0.744 }, { "text": "Department", "boundingBox": [ - 2.6576, - 3.0444, - 3.5665, - 2.8274, - 3.6003, - 2.9646, - 2.6919, - 3.1944 + 2.6341, + 3.0463, + 3.5638, + 2.8248, + 3.597, + 2.9577, + 2.6673, + 3.2014 ], - "confidence": 0.958 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3833, - 2.5033, - 5.7467, - 2.11, - 5.78, - 2.2233, - 4.41, - 2.6167 + 4.3717, + 2.4924, + 5.7441, + 2.1158, + 5.7663, + 2.2155, + 4.3939, + 2.6032 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], - "confidence": 0.819 + "confidence": 0.95 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4067, - 2.6133, - 5.8233, - 2.2233, - 5.8567, - 2.3367, - 4.44, - 2.7367 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8548, + 2.3263, + 4.4382, + 2.7362 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], - "confidence": 0.854 + "confidence": 0.885 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 4.6167, - 2.76, - 5.9767, - 2.3467, - 6.0133, - 2.4733, - 4.6533, - 2.8833 + 4.6042, + 2.7583, + 5.9655, + 2.3484, + 5.9987, + 2.4592, + 4.6374, + 2.8802 ], "words": [ { "text": "mob:", "boundingBox": [ - 4.6171, - 2.767, - 4.901, - 2.6803, - 4.9427, - 2.7985, - 4.6583, - 2.8833 + 4.6152, + 2.7694, + 4.8919, + 2.6808, + 4.9251, + 2.7915, + 4.6484, + 2.8802 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 4.9243, - 2.6732, - 5.1109, - 2.6159, - 5.1531, - 2.7353, - 4.9661, - 2.7914 + 4.9141, + 2.6808, + 5.1022, + 2.6143, + 5.1354, + 2.7362, + 4.9473, + 2.7915 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 5.1342, - 2.6087, - 5.2897, - 2.5608, - 5.3322, - 2.6815, - 5.1764, - 2.7282 + 5.1243, + 2.6143, + 5.2904, + 2.5589, + 5.3236, + 2.6808, + 5.1576, + 2.7251 ], - "confidence": 0.951 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 5.313, - 2.5536, - 5.5616, - 2.4767, - 5.6046, - 2.5996, - 5.3555, - 2.6744 + 5.3125, + 2.5478, + 5.5671, + 2.4814, + 5.5892, + 2.6032, + 5.3457, + 2.6697 ], - "confidence": 0.922 + "confidence": 0.985 }, { "text": "123456", "boundingBox": [ - 5.5849, - 2.4694, - 5.9576, - 2.3532, - 6.0013, - 2.4806, - 5.6279, - 2.5926 + 5.5892, + 2.4703, + 5.9766, + 2.3484, + 5.9987, + 2.4703, + 5.6113, + 2.5921 ], - "confidence": 0.958 + "confidence": 0.96 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.7567, - 2.8533, - 6.0633, - 2.4633, - 6.1033, - 2.59, - 4.7967, - 2.9833 + 4.7591, + 2.858, + 6.054, + 2.4592, + 6.0872, + 2.5811, + 4.8034, + 2.9799 ], "words": [ { "text": "tel:", "boundingBox": [ - 4.7639, - 2.8586, - 4.9528, - 2.8028, - 4.9976, - 2.9256, - 4.8081, - 2.9814 + 4.7702, + 2.858, + 4.9473, + 2.8137, + 4.9805, + 2.9355, + 4.8034, + 2.9799 ], - "confidence": 0.932 + "confidence": 0.981 }, { "text": "\u002B44", "boundingBox": [ - 4.9774, - 2.7955, - 5.1742, - 2.7367, - 5.2198, - 2.8597, - 5.0223, - 2.9182 + 4.9694, + 2.8026, + 5.1576, + 2.7472, + 5.2018, + 2.8691, + 5.0026, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 5.1988, - 2.7293, - 5.3463, - 2.6848, - 5.3925, - 2.8082, - 5.2445, - 2.8523 + 5.1797, + 2.7362, + 5.3346, + 2.6918, + 5.3789, + 2.8137, + 5.224, + 2.858 ], - "confidence": 0.909 + "confidence": 0.971 }, { "text": "20", "boundingBox": [ - 5.3709, - 2.6774, - 5.4938, - 2.6401, - 5.5404, - 2.764, - 5.4172, - 2.8009 + 5.3568, + 2.6808, + 5.4896, + 2.6475, + 5.5339, + 2.7694, + 5.401, + 2.8026 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 5.5183, - 2.6326, - 5.772, - 2.5546, - 5.8196, - 2.6801, - 5.5651, - 2.7566 + 5.5117, + 2.6365, + 5.7663, + 2.5589, + 5.7995, + 2.6808, + 5.556, + 2.7583 ], - "confidence": 0.944 + "confidence": 0.983 }, { "text": "5432", "boundingBox": [ - 5.7965, - 2.547, - 6.054, - 2.4669, - 6.1026, - 2.5945, - 5.8442, - 2.6727 + 5.7884, + 2.5478, + 6.043, + 2.4592, + 6.0872, + 2.5921, + 5.8216, + 2.6697 ], - "confidence": 0.947 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 4.83, - 2.99, - 6.16, - 2.58, - 6.2, - 2.7033, - 4.87, - 3.1133 + 4.8145, + 2.9909, + 6.1647, + 2.57, + 6.1979, + 2.7029, + 4.8587, + 3.1128 ], "words": [ { "text": "fax:", "boundingBox": [ - 4.8311, - 2.9924, - 5.0406, - 2.9257, - 5.0882, - 3.0532, - 4.8799, - 3.1133 + 4.8255, + 3.002, + 5.0358, + 2.9355, + 5.069, + 3.0574, + 4.8587, + 3.1128 ], - "confidence": 0.948 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 5.0653, - 2.9179, - 5.2626, - 2.8557, - 5.309, - 2.9863, - 5.1127, - 3.0458 + 5.0579, + 2.9245, + 5.2461, + 2.8691, + 5.2904, + 2.9909, + 5.0911, + 3.0463 ], - "confidence": 0.958 + "confidence": 0.981 }, { "text": "(0)", "boundingBox": [ - 5.2873, - 2.848, - 5.4354, - 2.8017, - 5.4809, - 2.9332, - 5.3336, - 2.9788 + 5.2682, + 2.858, + 5.4342, + 2.8026, + 5.4785, + 2.9355, + 5.3125, + 2.9799 ], - "confidence": 0.94 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 5.4601, - 2.794, - 5.5919, - 2.7531, - 5.6365, - 2.8842, - 5.5054, - 2.9254 + 5.4564, + 2.8026, + 5.5892, + 2.7583, + 5.6335, + 2.8912, + 5.5007, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.383 }, { "text": "6789", "boundingBox": [ - 5.6166, - 2.7455, - 5.8721, - 2.6672, - 5.9152, - 2.794, - 5.6611, - 2.8763 + 5.6113, + 2.7472, + 5.8659, + 2.6697, + 5.9102, + 2.7915, + 5.6556, + 2.8802 ], - "confidence": 0.956 + "confidence": 0.977 }, { "text": "2345", "boundingBox": [ - 5.8969, - 2.6597, - 6.1568, + 5.888, + 2.6586, + 6.1647, 2.5811, - 6.1984, - 2.6998, - 5.9398, - 2.7859 + 6.1979, + 2.7029, + 5.9323, + 2.7915 ], - "confidence": 0.933 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.997 + } + } }, { "text": "Contoso", "boundingBox": [ - 2.8067, - 4.0567, - 4.7433, - 3.4167, - 4.8567, - 3.8, - 2.9333, - 4.4333 + 2.8333, + 4.0433, + 4.7148, + 3.4562, + 4.8255, + 3.8218, + 2.944, + 4.4199 ], "words": [ { "text": "Contoso", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 2.97, - 4.4433, - 4.2633, - 4.0067, - 4.32, - 4.17, - 3.02, - 4.6133 + 2.944, + 4.4421, + 4.2611, + 3.999, + 4.3164, + 4.1652, + 2.9993, + 4.6083 ], "words": [ { "text": "2", "boundingBox": [ - 2.9875, - 4.4372, - 3.0892, - 4.4021, - 3.142, - 4.5778, - 3.0403, - 4.612 + 2.9661, + 4.431, + 3.0658, + 4.4089, + 3.1211, + 4.575, + 3.0326, + 4.6083 ], - "confidence": 0.894 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 3.1231, - 4.3903, - 3.7575, - 4.1758, - 3.81, - 4.3475, - 3.1759, - 4.5664 + 3.099, + 4.3978, + 3.7741, + 4.1873, + 3.8184, + 4.3424, + 3.1543, + 4.5639 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 3.8256, - 4.1532, - 4.2634, - 4.0107, - 4.3156, - 4.166, - 3.878, - 4.3236 + 3.8073, + 4.1762, + 4.2611, + 4.0101, + 4.3053, + 4.1541, + 3.8516, + 4.3313 ], - "confidence": 0.959 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 3.0467, - 4.6233, - 5.1567, - 3.8733, - 5.2267, - 4.0733, - 3.11, - 4.81 + 3.0215, + 4.6415, + 5.1576, + 3.8993, + 5.2129, + 4.0655, + 3.0768, + 4.8187 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 3.0525, - 4.6401, - 3.9833, - 4.3147, - 4.0535, - 4.4803, - 3.116, - 4.8097 + 3.0326, + 4.6415, + 3.9733, + 4.3202, + 4.0286, + 4.4975, + 3.0879, + 4.8187 ], - "confidence": 0.954 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 4.0168, - 4.3025, - 4.5854, - 4.0929, - 4.6598, - 4.2719, - 4.0872, - 4.4686 + 4.0065, + 4.3092, + 4.571, + 4.1098, + 4.6263, + 4.2759, + 4.0618, + 4.4864 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "W2", "boundingBox": [ - 4.6187, - 4.0803, - 4.8409, - 3.9962, - 4.9172, - 4.1843, - 4.6934, - 4.2605 + 4.6152, + 4.0987, + 4.8366, + 4.0211, + 4.8809, + 4.1762, + 4.6595, + 4.2649 ], - "confidence": 0.909 + "confidence": 0.983 }, { "text": "6BD", "boundingBox": [ - 4.8742, - 3.9835, - 5.1458, - 3.8787, - 5.2242, - 4.0809, - 4.9507, - 4.1732 + 4.8698, + 4.0101, + 5.1576, + 3.8993, + 5.2129, + 4.0544, + 4.9251, + 4.1652 ], - "confidence": 0.916 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -1118,14 +1154,14 @@ "valueString": "JOHN", "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], "page": 1, "elements": [ @@ -1137,14 +1173,14 @@ "valueString": "SINGER", "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], "page": 1, "elements": [ @@ -1154,15 +1190,16 @@ }, "text": "JOHN SINGER", "boundingBox": [ - 1.7692, - 3.7702, - 3.3121, - 3.9456, - 3.2292, - 4.6746, - 1.6863, - 4.4992 + 1.7361, + 3.7436, + 3.3804, + 3.9479, + 3.2887, + 4.686, + 1.6444, + 4.4817 ], + "page": 1, "confidence": 0.995, "elements": [ "#/readResults/0/lines/0/words/0", @@ -1179,14 +1216,14 @@ "valueString": "Software Engineer", "text": "Software Engineer", "boundingBox": [ - 1.553, - 5.2414, - 3.6377, - 5.5231, - 3.6018, - 5.7886, - 1.5172, - 5.5068 + 1.5176, + 5.241, + 3.6163, + 5.5233, + 3.5837, + 5.7656, + 1.485, + 5.4833 ], "page": 1, "confidence": 0.995, @@ -1205,14 +1242,14 @@ "valuePhoneNumber": "\u002B14257793479", "text": "\u002B1 (425) 779-3479", "boundingBox": [ - 1.5289, - 5.5021, - 3.4622, - 5.762, - 3.4259, - 6.0324, - 1.4925, - 5.7725 + 1.4839, + 5.5104, + 3.4414, + 5.7598, + 3.4089, + 6.0151, + 1.4514, + 5.7657 ], "page": 1, "confidence": 0.995, @@ -1232,14 +1269,14 @@ "valueString": "johnsinger@contoso.com", "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], "page": 1, "confidence": 0.995, @@ -1257,14 +1294,14 @@ "valueString": "https://www.contoso.com", "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], "page": 1, "confidence": 0.995, @@ -1294,14 +1331,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], "page": 2, "elements": [ @@ -1313,14 +1350,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], "page": 2, "elements": [ @@ -1330,16 +1367,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 1.67, - 2.849, - 3.5691, - 2.4021, - 3.6198, - 2.6176, - 1.7207, - 3.0645 + 1.6579, + 2.8608, + 3.5967, + 2.4027, + 3.645, + 2.607, + 1.7062, + 3.0651 ], - "confidence": 0.792, + "page": 2, + "confidence": 0.98, "elements": [ "#/readResults/1/lines/0/words/0", "#/readResults/1/lines/0/words/1", @@ -1356,14 +1394,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 1.7218, - 3.0797, - 3.1295, - 2.7567, - 3.1679, - 2.9238, - 1.7602, - 3.2468 + 1.7029, + 3.0954, + 3.11, + 2.7694, + 3.1468, + 2.9282, + 1.7397, + 3.2542 ], "page": 2, "confidence": 0.99, @@ -1382,14 +1420,14 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7694, - 3.256, - 3.5626, - 2.8117, - 3.604, - 2.9788, - 1.8108, - 3.423 + 1.7297, + 3.2588, + 3.558, + 2.8017, + 3.601, + 2.9736, + 1.7727, + 3.4306 ], "page": 2, "confidence": 0.988, @@ -1410,14 +1448,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], "page": 2, "confidence": 0.99, @@ -1435,17 +1473,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], "page": 2, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/1/lines/4/words/0" ] @@ -1459,14 +1497,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 4.9226, - 2.6677, - 5.9622, - 2.3518, - 6.0013, - 2.4806, - 4.9618, - 2.7965 + 4.9104, + 2.6685, + 5.9766, + 2.3484, + 6.0147, + 2.4754, + 4.9485, + 2.7955 ], "page": 2, "confidence": 0.99, @@ -1486,14 +1524,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.9763, - 2.7918, - 6.0633, - 2.4641, - 6.1027, - 2.5948, - 5.0157, - 2.9225 + 4.9583, + 2.7698, + 6.0487, + 2.4576, + 6.0934, + 2.6138, + 5.003, + 2.926 ], "page": 2, "confidence": 0.99, @@ -1514,14 +1552,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 5.0651, - 2.9173, - 6.1596, - 2.5755, - 6.2011, - 2.7083, - 5.1066, - 3.0501 + 5.0503, + 2.9104, + 6.1631, + 2.5759, + 6.2062, + 2.7191, + 5.0933, + 3.0536 ], "page": 2, "confidence": 0.99, @@ -1535,58 +1573,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 2.98, - 4.4398, - 5.0907, - 3.7001, - 5.2242, - 4.0809, - 3.1134, - 4.8207 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], "page": 2, - "confidence": 0.977, + "confidence": 0.23, "elements": [ - "#/readResults/1/lines/9/words/0", - "#/readResults/1/lines/9/words/1", - "#/readResults/1/lines/9/words/2", - "#/readResults/1/lines/10/words/0", - "#/readResults/1/lines/10/words/1", - "#/readResults/1/lines/10/words/2", - "#/readResults/1/lines/10/words/3" + "#/readResults/1/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.9493, + 4.4371, + 5.0729, + 3.6661, + 5.2183, + 4.0665, + 3.0947, + 4.8375 ], "page": 2, - "confidence": 0.065, + "confidence": 0.979, "elements": [ - "#/readResults/1/lines/8/words/0" + "#/readResults/1/lines/9/words/0", + "#/readResults/1/lines/9/words/1", + "#/readResults/1/lines/9/words/2", + "#/readResults/1/lines/10/words/0", + "#/readResults/1/lines/10/words/1", + "#/readResults/1/lines/10/words/2", + "#/readResults/1/lines/10/words/3" ] } ] @@ -1600,7 +1638,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "122414700" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True)Async.json index dcef6f975576..520cf7a7b35e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "189935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-686445fdc1c6f44a83f10df3b30c6f92-3ab45c62a92e2c40-00", + "traceparent": "00-5b14c4f1ebc19b4a98d9731b7393c17e-acc0b7ad6992b546-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "55611978f39b74a3b83d18763bf499c8", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "60c98a52-c0f6-4fda-9c84-8eb01157c897", + "apim-request-id": "5592a4c7-a60d-4520-b4d9-6db958a9df01", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 21:42:07 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", + "Date": "Tue, 17 Nov 2020 00:33:30 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/5592a4c7-a60d-4520-b4d9-6db958a9df01", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "163" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/5592a4c7-a60d-4520-b4d9-6db958a9df01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6e18c3957bb5524a1b235e79fe43d54e", @@ -45,1056 +45,1092 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dff51c56-2c8d-434e-ba87-beb847bef4ec", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:08Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cf5c2ee51cf2fa4b4671c1770c94e702", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c824c5a4-4a02-49c5-a425-3c106ae3432c", + "apim-request-id": "d8c11f6b-bafc-4879-bfbf-69faa3eaba7e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:09 GMT", + "Date": "Tue, 17 Nov 2020 00:33:30 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-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:08Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd0a2f982e85fc63ce0f397895297674", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5a221ae7-39d3-4617-8b45-9894de28a09c", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:10 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:08Z" + "createdDateTime": "2020-11-17T00:33:30Z", + "lastUpdatedDateTime": "2020-11-17T00:33:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/5592a4c7-a60d-4520-b4d9-6db958a9df01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0c91c967c99779d5771d2743b9d24686", + "x-ms-client-request-id": "cf5c2ee51cf2fa4b4671c1770c94e702", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35a1bd56-e555-4e4f-987a-cb975f6fa22b", + "apim-request-id": "2371238b-9b4b-494a-8d0f-aa03bc5e2a22", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:11 GMT", + "Date": "Tue, 17 Nov 2020 00:33:32 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": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:08Z" + "createdDateTime": "2020-11-17T00:33:30Z", + "lastUpdatedDateTime": "2020-11-17T00:33:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/5592a4c7-a60d-4520-b4d9-6db958a9df01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "cfe15b3bd738b7c9cb5f01e3e2d3651c", + "x-ms-client-request-id": "fd0a2f982e85fc63ce0f397895297674", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ecceea0f-e411-4b39-b2a4-0674e18cc9dd", + "apim-request-id": "3db600a4-aced-4ab6-b049-976d815a6cf0", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:12 GMT", + "Date": "Tue, 17 Nov 2020 00:33:33 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-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:08Z" + "createdDateTime": "2020-11-17T00:33:30Z", + "lastUpdatedDateTime": "2020-11-17T00:33:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/5592a4c7-a60d-4520-b4d9-6db958a9df01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "42104dfbda03cf6b59908667061f42fb", + "x-ms-client-request-id": "0c91c967c99779d5771d2743b9d24686", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b475836-6701-42ac-9b9f-9e12b869b99a", - "Content-Length": "12781", + "apim-request-id": "c3e32234-b2cf-4af1-8c14-40eb70113c5b", + "Content-Length": "13759", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:13 GMT", + "Date": "Tue, 17 Nov 2020 00:33:34 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": "succeeded", - "createdDateTime": "2020-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:13Z", + "createdDateTime": "2020-11-17T00:33:30Z", + "lastUpdatedDateTime": "2020-11-17T00:33:33Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 7.188, - "width": 8.4967, - "height": 10.9967, + "angle": 7.2821, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "JOHN", "boundingBox": [ - 1.7133, - 3.7667, - 2.95, - 3.8933, - 2.9133, - 4.2233, - 1.68, - 4.0833 + 1.7266, + 3.7442, + 2.9551, + 3.8771, + 2.9108, + 4.2205, + 1.6934, + 4.0765 ], "words": [ { "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], - "confidence": 0.947 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "SINGER", "boundingBox": [ - 1.7267, - 4.1633, - 3.3167, - 4.3333, - 3.2867, - 4.6733, - 1.69, - 4.49 + 1.7155, + 4.1541, + 3.3203, + 4.3424, + 3.276, + 4.6747, + 1.6823, + 4.4753 ], "words": [ { "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "Software Engineer", "boundingBox": [ - 1.5433, - 5.25, - 3.6333, - 5.5167, - 3.6, - 5.7733, - 1.5167, - 5.5 + 1.5163, + 5.2397, + 3.6081, + 5.5166, + 3.5749, + 5.7492, + 1.4831, + 5.4723 ], "words": [ { "text": "Software", "boundingBox": [ - 1.5514, - 5.2536, - 2.5488, - 5.376, - 2.5208, - 5.6384, - 1.5257, - 5.508 + 1.5163, + 5.2508, + 2.5345, + 5.3837, + 2.5124, + 5.6163, + 1.4941, + 5.4834 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Engineer", "boundingBox": [ - 2.5986, - 5.3827, - 3.6333, - 5.5337, - 3.6039, - 5.7733, - 2.5705, - 5.6448 + 2.5788, + 5.3837, + 3.6081, + 5.5388, + 3.5859, + 5.7492, + 2.5566, + 5.6274 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "\u002B1 (425) 779-3479 johnsinger@contoso.com", "boundingBox": [ - 1.5167, - 5.51, - 6.17, - 6.1133, - 6.1467, - 6.3433, - 1.4967, - 5.7733 + 1.4609, + 5.5055, + 6.1536, + 6.1148, + 6.1315, + 6.3474, + 1.4499, + 5.7382 ], "words": [ { "text": "\u002B1", "boundingBox": [ - 1.5274, - 5.513, - 1.7919, - 5.5462, - 1.772, - 5.805, - 1.5073, - 5.7668 + 1.4831, + 5.5166, + 1.7487, + 5.5498, + 1.7376, + 5.7825, + 1.472, + 5.7492 ], - "confidence": 0.943 + "confidence": 0.987 }, { "text": "(425)", "boundingBox": [ - 1.8415, - 5.5525, - 2.42, - 5.6258, - 2.4007, - 5.8945, - 1.8217, - 5.8122 + 1.793, + 5.5498, + 2.4017, + 5.6274, + 2.3906, + 5.8711, + 1.7819, + 5.7936 ], - "confidence": 0.924 + "confidence": 0.97 }, { "text": "779-3479", "boundingBox": [ - 2.4696, - 5.6322, - 3.4442, - 5.7596, - 3.4259, - 6.0321, - 2.4503, - 5.9013 + 2.446, + 5.6385, + 3.431, + 5.7603, + 3.4089, + 6.0151, + 2.4349, + 5.8822 ], - "confidence": 0.959 + "confidence": 0.982 }, { "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], - "confidence": 0.849 + "confidence": 0.951 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "https://www.contoso.com", "boundingBox": [ - 1.4567, - 5.7767, - 4.16, - 6.14, - 4.13, - 6.3833, - 1.4267, - 6.0367 + 1.4277, + 5.7825, + 4.1615, + 6.137, + 4.1283, + 6.3585, + 1.4056, + 6.0151 ], "words": [ { "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], - "confidence": 0.811 + "confidence": 0.928 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } } ] }, { "page": 2, - "angle": -16.6858, - "width": 8.4967, - "height": 10.9967, + "angle": -16.9551, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "Dr. Avery Smith", "boundingBox": [ - 1.6733, - 2.8467, - 3.6067, - 2.3933, - 3.6567, - 2.6033, - 1.72, - 3.0533 + 1.6491, + 2.858, + 3.5859, + 2.4038, + 3.6413, + 2.6032, + 1.7044, + 3.0574 ], "words": [ { "text": "Dr.", "boundingBox": [ - 1.6734, - 2.8633, - 2.0779, - 2.7723, - 2.1392, - 2.9618, - 1.735, - 3.0533 + 1.6602, + 2.8691, + 2.0586, + 2.7694, + 2.1029, + 2.9688, + 1.7044, + 3.0574 ], - "confidence": 0.939 + "confidence": 0.985 }, { "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], - "confidence": 0.959 + "confidence": 0.978 }, { "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 1.72, - 3.0933, - 3.1333, - 2.7533, - 3.17, - 2.9033, - 1.7533, - 3.2467 + 1.6934, + 3.0906, + 3.099, + 2.7694, + 3.1322, + 2.9134, + 1.7376, + 3.2457 ], "words": [ { "text": "Senior", "boundingBox": [ - 1.7252, - 3.0944, - 2.2468, - 2.9795, - 2.2819, - 3.1223, - 1.7606, - 3.2467 + 1.7044, + 3.1017, + 2.2357, + 2.9799, + 2.2689, + 3.1239, + 1.7487, + 3.2457 ], - "confidence": 0.958 + "confidence": 0.985 }, { "text": "Researcher", "boundingBox": [ - 2.2768, - 2.9726, - 3.128, - 2.757, - 3.1629, - 2.9022, - 2.3119, - 3.115 + 2.2578, + 2.9799, + 3.11, + 2.7694, + 3.1322, + 2.9134, + 2.3021, + 3.1239 ], - "confidence": 0.959 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7567, - 3.2567, - 3.5633, - 2.8267, - 3.6033, - 2.9733, - 1.7933, - 3.4233 + 1.7376, + 3.2568, + 3.5638, + 2.8137, + 3.597, + 2.9688, + 1.7708, + 3.4119 ], "words": [ { "text": "Cloud", "boundingBox": [ - 1.7762, - 3.2543, - 2.239, - 3.1442, - 2.2734, - 3.3023, - 1.8108, + 1.7376, + 3.2568, + 2.2357, + 3.146, + 2.2689, + 3.3011, + 1.7708, 3.423 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 2.283, - 3.1337, - 2.3932, - 3.1075, - 2.4276, - 3.2624, - 2.3174, - 3.2908 + 2.2689, + 3.1349, + 2.4017, + 3.1017, + 2.4349, + 3.2568, + 2.3021, + 3.29 ], - "confidence": 0.888 + "confidence": 0.987 }, { "text": "Al", "boundingBox": [ - 2.4593, - 3.0917, - 2.6246, - 3.0523, - 2.6588, - 3.2029, - 2.4936, - 3.2454 + 2.4349, + 3.1017, + 2.6009, + 3.0574, + 2.6452, + 3.2125, + 2.4681, + 3.2568 ], - "confidence": 0.729 + "confidence": 0.744 }, { "text": "Department", "boundingBox": [ - 2.6576, - 3.0444, - 3.5665, - 2.8274, - 3.6003, - 2.9646, - 2.6919, - 3.1944 + 2.6341, + 3.0463, + 3.5638, + 2.8248, + 3.597, + 2.9577, + 2.6673, + 3.2014 ], - "confidence": 0.958 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3833, - 2.5033, - 5.7467, - 2.11, - 5.78, - 2.2233, - 4.41, - 2.6167 + 4.3717, + 2.4924, + 5.7441, + 2.1158, + 5.7663, + 2.2155, + 4.3939, + 2.6032 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], - "confidence": 0.819 + "confidence": 0.95 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4067, - 2.6133, - 5.8233, - 2.2233, - 5.8567, - 2.3367, - 4.44, - 2.7367 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8548, + 2.3263, + 4.4382, + 2.7362 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], - "confidence": 0.854 + "confidence": 0.885 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 4.6167, - 2.76, - 5.9767, - 2.3467, - 6.0133, - 2.4733, - 4.6533, - 2.8833 + 4.6042, + 2.7583, + 5.9655, + 2.3484, + 5.9987, + 2.4592, + 4.6374, + 2.8802 ], "words": [ { "text": "mob:", "boundingBox": [ - 4.6171, - 2.767, - 4.901, - 2.6803, - 4.9427, - 2.7985, - 4.6583, - 2.8833 + 4.6152, + 2.7694, + 4.8919, + 2.6808, + 4.9251, + 2.7915, + 4.6484, + 2.8802 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 4.9243, - 2.6732, - 5.1109, - 2.6159, - 5.1531, - 2.7353, - 4.9661, - 2.7914 + 4.9141, + 2.6808, + 5.1022, + 2.6143, + 5.1354, + 2.7362, + 4.9473, + 2.7915 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 5.1342, - 2.6087, - 5.2897, - 2.5608, - 5.3322, - 2.6815, - 5.1764, - 2.7282 + 5.1243, + 2.6143, + 5.2904, + 2.5589, + 5.3236, + 2.6808, + 5.1576, + 2.7251 ], - "confidence": 0.951 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 5.313, - 2.5536, - 5.5616, - 2.4767, - 5.6046, - 2.5996, - 5.3555, - 2.6744 + 5.3125, + 2.5478, + 5.5671, + 2.4814, + 5.5892, + 2.6032, + 5.3457, + 2.6697 ], - "confidence": 0.922 + "confidence": 0.985 }, { "text": "123456", "boundingBox": [ - 5.5849, - 2.4694, - 5.9576, - 2.3532, - 6.0013, - 2.4806, - 5.6279, - 2.5926 + 5.5892, + 2.4703, + 5.9766, + 2.3484, + 5.9987, + 2.4703, + 5.6113, + 2.5921 ], - "confidence": 0.958 + "confidence": 0.96 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.7567, - 2.8533, - 6.0633, - 2.4633, - 6.1033, - 2.59, - 4.7967, - 2.9833 + 4.7591, + 2.858, + 6.054, + 2.4592, + 6.0872, + 2.5811, + 4.8034, + 2.9799 ], "words": [ { "text": "tel:", "boundingBox": [ - 4.7639, - 2.8586, - 4.9528, - 2.8028, - 4.9976, - 2.9256, - 4.8081, - 2.9814 + 4.7702, + 2.858, + 4.9473, + 2.8137, + 4.9805, + 2.9355, + 4.8034, + 2.9799 ], - "confidence": 0.932 + "confidence": 0.981 }, { "text": "\u002B44", "boundingBox": [ - 4.9774, - 2.7955, - 5.1742, - 2.7367, - 5.2198, - 2.8597, - 5.0223, - 2.9182 + 4.9694, + 2.8026, + 5.1576, + 2.7472, + 5.2018, + 2.8691, + 5.0026, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 5.1988, - 2.7293, - 5.3463, - 2.6848, - 5.3925, - 2.8082, - 5.2445, - 2.8523 + 5.1797, + 2.7362, + 5.3346, + 2.6918, + 5.3789, + 2.8137, + 5.224, + 2.858 ], - "confidence": 0.909 + "confidence": 0.971 }, { "text": "20", "boundingBox": [ - 5.3709, - 2.6774, - 5.4938, - 2.6401, - 5.5404, - 2.764, - 5.4172, - 2.8009 + 5.3568, + 2.6808, + 5.4896, + 2.6475, + 5.5339, + 2.7694, + 5.401, + 2.8026 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 5.5183, - 2.6326, - 5.772, - 2.5546, - 5.8196, - 2.6801, - 5.5651, - 2.7566 + 5.5117, + 2.6365, + 5.7663, + 2.5589, + 5.7995, + 2.6808, + 5.556, + 2.7583 ], - "confidence": 0.944 + "confidence": 0.983 }, { "text": "5432", "boundingBox": [ - 5.7965, - 2.547, - 6.054, - 2.4669, - 6.1026, - 2.5945, - 5.8442, - 2.6727 + 5.7884, + 2.5478, + 6.043, + 2.4592, + 6.0872, + 2.5921, + 5.8216, + 2.6697 ], - "confidence": 0.947 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 4.83, - 2.99, - 6.16, - 2.58, - 6.2, - 2.7033, - 4.87, - 3.1133 + 4.8145, + 2.9909, + 6.1647, + 2.57, + 6.1979, + 2.7029, + 4.8587, + 3.1128 ], "words": [ { "text": "fax:", "boundingBox": [ - 4.8311, - 2.9924, - 5.0406, - 2.9257, - 5.0882, - 3.0532, - 4.8799, - 3.1133 + 4.8255, + 3.002, + 5.0358, + 2.9355, + 5.069, + 3.0574, + 4.8587, + 3.1128 ], - "confidence": 0.948 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 5.0653, - 2.9179, - 5.2626, - 2.8557, - 5.309, - 2.9863, - 5.1127, - 3.0458 + 5.0579, + 2.9245, + 5.2461, + 2.8691, + 5.2904, + 2.9909, + 5.0911, + 3.0463 ], - "confidence": 0.958 + "confidence": 0.981 }, { "text": "(0)", "boundingBox": [ - 5.2873, - 2.848, - 5.4354, - 2.8017, - 5.4809, - 2.9332, - 5.3336, - 2.9788 + 5.2682, + 2.858, + 5.4342, + 2.8026, + 5.4785, + 2.9355, + 5.3125, + 2.9799 ], - "confidence": 0.94 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 5.4601, - 2.794, - 5.5919, - 2.7531, - 5.6365, - 2.8842, - 5.5054, - 2.9254 + 5.4564, + 2.8026, + 5.5892, + 2.7583, + 5.6335, + 2.8912, + 5.5007, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.383 }, { "text": "6789", "boundingBox": [ - 5.6166, - 2.7455, - 5.8721, - 2.6672, - 5.9152, - 2.794, - 5.6611, - 2.8763 + 5.6113, + 2.7472, + 5.8659, + 2.6697, + 5.9102, + 2.7915, + 5.6556, + 2.8802 ], - "confidence": 0.956 + "confidence": 0.977 }, { "text": "2345", "boundingBox": [ - 5.8969, - 2.6597, - 6.1568, + 5.888, + 2.6586, + 6.1647, 2.5811, - 6.1984, - 2.6998, - 5.9398, - 2.7859 + 6.1979, + 2.7029, + 5.9323, + 2.7915 ], - "confidence": 0.933 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.997 + } + } }, { "text": "Contoso", "boundingBox": [ - 2.8067, - 4.0567, - 4.7433, - 3.4167, - 4.8567, - 3.8, - 2.9333, - 4.4333 + 2.8333, + 4.0433, + 4.7148, + 3.4562, + 4.8255, + 3.8218, + 2.944, + 4.4199 ], "words": [ { "text": "Contoso", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 2.97, - 4.4433, - 4.2633, - 4.0067, - 4.32, - 4.17, - 3.02, - 4.6133 + 2.944, + 4.4421, + 4.2611, + 3.999, + 4.3164, + 4.1652, + 2.9993, + 4.6083 ], "words": [ { "text": "2", "boundingBox": [ - 2.9875, - 4.4372, - 3.0892, - 4.4021, - 3.142, - 4.5778, - 3.0403, - 4.612 + 2.9661, + 4.431, + 3.0658, + 4.4089, + 3.1211, + 4.575, + 3.0326, + 4.6083 ], - "confidence": 0.894 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 3.1231, - 4.3903, - 3.7575, - 4.1758, - 3.81, - 4.3475, - 3.1759, - 4.5664 + 3.099, + 4.3978, + 3.7741, + 4.1873, + 3.8184, + 4.3424, + 3.1543, + 4.5639 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 3.8256, - 4.1532, - 4.2634, - 4.0107, - 4.3156, - 4.166, - 3.878, - 4.3236 + 3.8073, + 4.1762, + 4.2611, + 4.0101, + 4.3053, + 4.1541, + 3.8516, + 4.3313 ], - "confidence": 0.959 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 3.0467, - 4.6233, - 5.1567, - 3.8733, - 5.2267, - 4.0733, - 3.11, - 4.81 + 3.0215, + 4.6415, + 5.1576, + 3.8993, + 5.2129, + 4.0655, + 3.0768, + 4.8187 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 3.0525, - 4.6401, - 3.9833, - 4.3147, - 4.0535, - 4.4803, - 3.116, - 4.8097 + 3.0326, + 4.6415, + 3.9733, + 4.3202, + 4.0286, + 4.4975, + 3.0879, + 4.8187 ], - "confidence": 0.954 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 4.0168, - 4.3025, - 4.5854, - 4.0929, - 4.6598, - 4.2719, - 4.0872, - 4.4686 + 4.0065, + 4.3092, + 4.571, + 4.1098, + 4.6263, + 4.2759, + 4.0618, + 4.4864 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "W2", "boundingBox": [ - 4.6187, - 4.0803, - 4.8409, - 3.9962, - 4.9172, - 4.1843, - 4.6934, - 4.2605 + 4.6152, + 4.0987, + 4.8366, + 4.0211, + 4.8809, + 4.1762, + 4.6595, + 4.2649 ], - "confidence": 0.909 + "confidence": 0.983 }, { "text": "6BD", "boundingBox": [ - 4.8742, - 3.9835, - 5.1458, - 3.8787, - 5.2242, - 4.0809, - 4.9507, - 4.1732 + 4.8698, + 4.0101, + 5.1576, + 3.8993, + 5.2129, + 4.0544, + 4.9251, + 4.1652 ], - "confidence": 0.916 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -1118,14 +1154,14 @@ "valueString": "JOHN", "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], "page": 1, "elements": [ @@ -1137,14 +1173,14 @@ "valueString": "SINGER", "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], "page": 1, "elements": [ @@ -1154,15 +1190,16 @@ }, "text": "JOHN SINGER", "boundingBox": [ - 1.7692, - 3.7702, - 3.3121, - 3.9456, - 3.2292, - 4.6746, - 1.6863, - 4.4992 + 1.7361, + 3.7436, + 3.3804, + 3.9479, + 3.2887, + 4.686, + 1.6444, + 4.4817 ], + "page": 1, "confidence": 0.995, "elements": [ "#/readResults/0/lines/0/words/0", @@ -1179,14 +1216,14 @@ "valueString": "Software Engineer", "text": "Software Engineer", "boundingBox": [ - 1.553, - 5.2414, - 3.6377, - 5.5231, - 3.6018, - 5.7886, - 1.5172, - 5.5068 + 1.5176, + 5.241, + 3.6163, + 5.5233, + 3.5837, + 5.7656, + 1.485, + 5.4833 ], "page": 1, "confidence": 0.995, @@ -1205,14 +1242,14 @@ "valuePhoneNumber": "\u002B14257793479", "text": "\u002B1 (425) 779-3479", "boundingBox": [ - 1.5289, - 5.5021, - 3.4622, - 5.762, - 3.4259, - 6.0324, - 1.4925, - 5.7725 + 1.4839, + 5.5104, + 3.4414, + 5.7598, + 3.4089, + 6.0151, + 1.4514, + 5.7657 ], "page": 1, "confidence": 0.995, @@ -1232,14 +1269,14 @@ "valueString": "johnsinger@contoso.com", "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], "page": 1, "confidence": 0.995, @@ -1257,14 +1294,14 @@ "valueString": "https://www.contoso.com", "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], "page": 1, "confidence": 0.995, @@ -1294,14 +1331,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], "page": 2, "elements": [ @@ -1313,14 +1350,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], "page": 2, "elements": [ @@ -1330,16 +1367,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 1.67, - 2.849, - 3.5691, - 2.4021, - 3.6198, - 2.6176, - 1.7207, - 3.0645 + 1.6579, + 2.8608, + 3.5967, + 2.4027, + 3.645, + 2.607, + 1.7062, + 3.0651 ], - "confidence": 0.792, + "page": 2, + "confidence": 0.98, "elements": [ "#/readResults/1/lines/0/words/0", "#/readResults/1/lines/0/words/1", @@ -1356,14 +1394,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 1.7218, - 3.0797, - 3.1295, - 2.7567, - 3.1679, - 2.9238, - 1.7602, - 3.2468 + 1.7029, + 3.0954, + 3.11, + 2.7694, + 3.1468, + 2.9282, + 1.7397, + 3.2542 ], "page": 2, "confidence": 0.99, @@ -1382,14 +1420,14 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7694, - 3.256, - 3.5626, - 2.8117, - 3.604, - 2.9788, - 1.8108, - 3.423 + 1.7297, + 3.2588, + 3.558, + 2.8017, + 3.601, + 2.9736, + 1.7727, + 3.4306 ], "page": 2, "confidence": 0.988, @@ -1410,14 +1448,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], "page": 2, "confidence": 0.99, @@ -1435,17 +1473,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], "page": 2, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/1/lines/4/words/0" ] @@ -1459,14 +1497,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 4.9226, - 2.6677, - 5.9622, - 2.3518, - 6.0013, - 2.4806, - 4.9618, - 2.7965 + 4.9104, + 2.6685, + 5.9766, + 2.3484, + 6.0147, + 2.4754, + 4.9485, + 2.7955 ], "page": 2, "confidence": 0.99, @@ -1486,14 +1524,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.9763, - 2.7918, - 6.0633, - 2.4641, - 6.1027, - 2.5948, - 5.0157, - 2.9225 + 4.9583, + 2.7698, + 6.0487, + 2.4576, + 6.0934, + 2.6138, + 5.003, + 2.926 ], "page": 2, "confidence": 0.99, @@ -1514,14 +1552,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 5.0651, - 2.9173, - 6.1596, - 2.5755, - 6.2011, - 2.7083, - 5.1066, - 3.0501 + 5.0503, + 2.9104, + 6.1631, + 2.5759, + 6.2062, + 2.7191, + 5.0933, + 3.0536 ], "page": 2, "confidence": 0.99, @@ -1535,58 +1573,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 2.98, - 4.4398, - 5.0907, - 3.7001, - 5.2242, - 4.0809, - 3.1134, - 4.8207 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], "page": 2, - "confidence": 0.977, + "confidence": 0.23, "elements": [ - "#/readResults/1/lines/9/words/0", - "#/readResults/1/lines/9/words/1", - "#/readResults/1/lines/9/words/2", - "#/readResults/1/lines/10/words/0", - "#/readResults/1/lines/10/words/1", - "#/readResults/1/lines/10/words/2", - "#/readResults/1/lines/10/words/3" + "#/readResults/1/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.9493, + 4.4371, + 5.0729, + 3.6661, + 5.2183, + 4.0665, + 3.0947, + 4.8375 ], "page": 2, - "confidence": 0.065, + "confidence": 0.979, "elements": [ - "#/readResults/1/lines/8/words/0" + "#/readResults/1/lines/9/words/0", + "#/readResults/1/lines/9/words/1", + "#/readResults/1/lines/9/words/2", + "#/readResults/1/lines/10/words/0", + "#/readResults/1/lines/10/words/1", + "#/readResults/1/lines/10/words/2", + "#/readResults/1/lines/10/words/3" ] } ] @@ -1600,7 +1638,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1306506951" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContent.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContent.json index 34303f21e8d5..8f106edb12be 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContent.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContent.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-45f5a6a2c8b7f445997c8865ad282384-11ae9271f401bd47-00", + "traceparent": "00-36e2cc11b8da21448c093e5a13f50408-588ff33da829374d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f12a63ca961d68ea8fcc1e16051bc653", @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "7b4deddc-9591-4cfc-95b4-4efeb9bd0e58", + "apim-request-id": "bb407413-47a8-44cd-91fd-7e32cf63faff", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:41 GMT", + "Date": "Tue, 17 Nov 2020 00:31:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3664" + "x-envoy-upstream-service-time": "3622" }, "ResponseBody": { "error": { "code": "FailedToDownloadImage", "innerError": { - "requestId": "7b4deddc-9591-4cfc-95b4-4efeb9bd0e58" + "requestId": "bb407413-47a8-44cd-91fd-7e32cf63faff" }, "message": "Failed to download image from input URL." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1227656753" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContentAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContentAsync.json index c828d3dafce5..1c66fd75d95e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContentAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContentAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b473af9a66e1ef43980ac47327002714-926959fbc9dd0147-00", + "traceparent": "00-7cda24578eb0274f8f72570149d1f8e2-fdc292d82d01ae4f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3557ac817a8e74aafd0b74f8279d3ac1", @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "b31983e7-5b06-4974-84df-5f2f9880e36d", + "apim-request-id": "4f6c4f66-898b-4239-aa72-54064f7e986c", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:04 GMT", + "Date": "Tue, 17 Nov 2020 00:33:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3670" + "x-envoy-upstream-service-time": "3137" }, "ResponseBody": { "error": { "code": "FailedToDownloadImage", "innerError": { - "requestId": "b31983e7-5b06-4974-84df-5f2f9880e36d" + "requestId": "4f6c4f66-898b-4239-aa72-54064f7e986c" }, "message": "Failed to download image from input URL." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "497174419" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElements.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElements.json index bad62edaca41..ee2bca232e1c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElements.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElements.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f30b585a5003d74385b9b305ed906971-65c43291631b3943-00", + "traceparent": "00-f0a079ab6fd40441bcd25505974a5c56-02bbc3a63fb89546-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8821a952a91e5abfe77f81b8f179130d", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "apim-request-id": "34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:19:43 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "Date": "Tue, 17 Nov 2020 00:31:49 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "636" + "x-envoy-upstream-service-time": "603" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "13ee3bef010528250e466e3e75604bf3", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "703556c0-dc7f-4d5e-b8d1-a81a77a501b4", - "Content-Length": "109", + "apim-request-id": "e2de779e-90fd-4668-ab50-e04929a8bcfb", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:43 GMT", + "Date": "Tue, 17 Nov 2020 00:31:49 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": "15" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-09T23:19:43Z", - "lastUpdatedDateTime": "2020-10-09T23:19:43Z" + "status": "running", + "createdDateTime": "2020-11-17T00:31:49Z", + "lastUpdatedDateTime": "2020-11-17T00:31:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9e25e42ab6a4786e35cdfac91b870052", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "79c6038b-9a57-45c7-ac8f-544019e37171", + "apim-request-id": "8a37f182-a1f0-4f59-b549-1aca29df2d22", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:44 GMT", + "Date": "Tue, 17 Nov 2020 00:31:50 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": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:43Z", - "lastUpdatedDateTime": "2020-10-09T23:19:43Z" + "createdDateTime": "2020-11-17T00:31:49Z", + "lastUpdatedDateTime": "2020-11-17T00:31:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3d152f669c9e507283f979d73a80e587", @@ -105,28 +105,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9f2902fc-1b57-47e3-a607-eba132f199a8", + "apim-request-id": "04beefdc-9185-4fdb-abbc-abf00872f6f6", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:45 GMT", + "Date": "Tue, 17 Nov 2020 00:31:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:43Z", - "lastUpdatedDateTime": "2020-10-09T23:19:43Z" + "createdDateTime": "2020-11-17T00:31:49Z", + "lastUpdatedDateTime": "2020-11-17T00:31:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0d8e8d3374533868cc76dd38065b0d87", @@ -135,54 +135,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "967d68f9-9e53-4732-a352-e1f98fe8c09d", - "Content-Length": "106", + "apim-request-id": "9c6c47ea-b35b-4d60-a76b-7bbfe53af365", + "Content-Length": "9010", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:46 GMT", + "Date": "Tue, 17 Nov 2020 00:31:53 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-10-09T23:19:43Z", - "lastUpdatedDateTime": "2020-10-09T23:19:43Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "45d81b450e4a8e5471d51aab3c963db4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8006d6c8-bbe7-45f4-a6b9-327545e4c3f7", - "Content-Length": "8383", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:47 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": "succeeded", - "createdDateTime": "2020-10-09T23:19:43Z", - "lastUpdatedDateTime": "2020-10-09T23:19:46Z", + "createdDateTime": "2020-11-17T00:31:49Z", + "lastUpdatedDateTime": "2020-11-17T00:31:52Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel", @@ -190,671 +160,737 @@ { "text": "Dr. Avery Smith", "boundingBox": [ - 418, - 1156, + 416, + 1155, 1608, - 874, - 1636, - 994, - 445, - 1264 + 871, + 1637, + 993, + 443, + 1268 ], "words": [ { "text": "Dr.", "boundingBox": [ - 422, - 1166, - 664, - 1105, - 694, - 1214, - 451, - 1264 + 416, + 1161, + 661, + 1103, + 691, + 1217, + 446, + 1268 ], - "confidence": 0.946 + "confidence": 0.984 }, { "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], - "confidence": 0.956 + "confidence": 0.983 }, { "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], - "confidence": 0.943 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 448, - 1310, - 1314, - 1099, - 1334, - 1180, + 447, + 1313, + 1317, + 1103, + 1332, + 1179, 465, - 1389 + 1390 ], "words": [ { "text": "Senior", "boundingBox": [ - 456, - 1308, - 777, - 1232, - 795, + 447, 1313, - 472, - 1388 + 779, + 1234, + 796, + 1310, + 466, + 1390 ], - "confidence": 0.959 + "confidence": 0.983 }, { "text": "Researcher", "boundingBox": [ - 798, - 1227, - 1313, - 1100, + 794, + 1231, + 1318, + 1103, 1332, - 1179, - 816, - 1308 + 1181, + 811, + 1306 ], - "confidence": 0.959 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ 474, - 1407, - 1593, - 1129, - 1615, - 1216, + 1410, + 1596, + 1131, + 1613, + 1215, 494, - 1489 + 1490 ], "words": [ { "text": "Cloud", "boundingBox": [ - 483, - 1410, - 759, - 1340, - 778, - 1423, - 501, - 1488 + 474, + 1411, + 771, + 1337, + 790, + 1421, + 494, + 1490 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 799, - 1330, - 851, - 1317, - 870, - 1401, - 819, - 1414 + 792, + 1332, + 876, + 1311, + 894, + 1396, + 811, + 1416 ], - "confidence": 0.889 + "confidence": 0.983 }, { "text": "Al", "boundingBox": [ - 907, - 1302, - 1014, - 1275, - 1035, - 1362, - 927, - 1388 + 902, + 1305, + 1011, + 1277, + 1029, + 1363, + 920, + 1390 ], - "confidence": 0.762 + "confidence": 0.817 }, { "text": "Department", "boundingBox": [ - 1029, - 1272, - 1589, - 1130, - 1612, - 1217, - 1050, - 1358 + 1027, + 1274, + 1594, + 1132, + 1611, + 1215, + 1045, + 1359 ], - "confidence": 0.959 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 2101, - 932, - 2938, - 689, - 2957, - 755, + 2102, + 933, + 2939, + 697, + 2952, + 757, 2119, - 996 + 994 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], - "confidence": 0.849 + "confidence": 0.943 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 2118, - 1002, - 2994, - 754, - 3015, - 826, - 2139, - 1076 + 2116, + 1004, + 2986, + 756, + 3007, + 825, + 2135, + 1075 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], - "confidence": 0.864 + "confidence": 0.939 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 2240, - 1093, - 3073, - 835, - 3097, + 2239, + 1098, + 3080, + 846, + 3100, 912, - 2262, - 1167 + 2256, + 1165 ], "words": [ { "text": "mob:", "boundingBox": [ - 2240, - 1097, - 2421, - 1042, - 2446, - 1113, - 2265, - 1167 + 2239, + 1103, + 2425, + 1043, + 2441, + 1112, + 2256, + 1165 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 2436, - 1037, - 2553, - 1001, - 2578, - 1073, - 2461, - 1109 + 2437, + 1039, + 2554, + 1002, + 2571, + 1074, + 2453, + 1108 ], - "confidence": 0.942 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 2567, - 997, - 2661, + 2566, + 998, + 2667, 967, - 2686, + 2684, 1040, - 2592, - 1069 + 2583, + 1070 ], - "confidence": 0.946 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 2675, - 963, - 2830, - 914, - 2855, - 989, - 2700, + 2679, + 964, + 2833, + 918, + 2850, + 990, + 2696, 1036 ], - "confidence": 0.919 + "confidence": 0.984 }, { "text": "123456", "boundingBox": [ - 2844, - 909, - 3072, - 836, - 3095, + 2846, 914, - 2869, - 984 + 3082, + 846, + 3099, + 913, + 2863, + 986 ], - "confidence": 0.954 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 2343, - 1154, - 3138, - 908, - 3162, + 2341, + 1158, + 3137, + 914, + 3153, 983, - 2365, - 1227 + 2362, + 1224 ], "words": [ { "text": "tel:", "boundingBox": [ - 2344, - 1160, - 2461, + 2342, + 1161, + 2459, 1123, - 2483, + 2478, 1192, - 2364, - 1227 + 2361, + 1224 ], - "confidence": 0.958 + "confidence": 0.986 }, { "text": "\u002B44", "boundingBox": [ - 2474, - 1118, - 2593, - 1080, - 2617, - 1152, - 2496, - 1188 + 2472, + 1119, + 2589, + 1082, + 2608, + 1155, + 2491, + 1189 ], - "confidence": 0.959 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 2607, - 1076, - 2700, - 1047, - 2724, - 1120, - 2630, - 1148 + 2602, + 1078, + 2703, + 1046, + 2720, + 1121, + 2620, + 1151 ], - "confidence": 0.884 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 2713, - 1043, - 2797, - 1016, - 2822, - 1090, - 2737, - 1116 + 2716, + 1042, + 2791, + 1019, + 2808, + 1094, + 2733, + 1117 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 2810, - 1012, - 2965, - 963, - 2991, + 2804, + 1015, + 2964, + 967, + 2980, 1038, - 2835, - 1086 + 2821, + 1090 ], - "confidence": 0.958 + "confidence": 0.982 }, { "text": "5432", "boundingBox": [ - 2978, - 958, - 3135, - 909, - 3163, - 984, - 3005, + 2977, + 963, + 3137, + 915, + 3152, + 981, + 2993, 1034 ], - "confidence": 0.955 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.992 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 2374, - 1235, - 3194, - 977, + 2376, + 1242, + 3199, + 981, 3219, - 1056, - 2398, - 1311 + 1055, + 2396, + 1308 ], "words": [ { "text": "fax:", "boundingBox": [ - 2377, - 1237, - 2513, - 1196, - 2538, + 2376, + 1243, + 2512, + 1199, + 2531, 1270, - 2401, - 1311 + 2395, + 1308 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 2527, - 1192, - 2649, - 1154, - 2674, - 1229, - 2552, - 1266 + 2525, + 1195, + 2644, + 1157, + 2663, + 1232, + 2544, + 1267 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 2663, - 1150, - 2755, + 2657, + 1153, + 2759, 1121, - 2780, - 1196, - 2688, - 1224 + 2778, + 1197, + 2676, + 1228 ], - "confidence": 0.857 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 2770, - 1116, - 2852, - 1090, - 2877, - 1166, - 2795, - 1191 + 2772, + 1117, + 2853, + 1091, + 2872, + 1167, + 2791, + 1193 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "6789", "boundingBox": [ - 2867, - 1086, - 3021, - 1035, - 3046, - 1112, - 2892, - 1161 + 2866, + 1087, + 3028, + 1036, + 3047, + 1110, + 2885, + 1163 ], - "confidence": 0.913 + "confidence": 0.985 }, { "text": "2345", "boundingBox": [ - 3036, - 1031, - 3192, - 978, - 3217, - 1057, - 3061, - 1108 + 3041, + 1032, + 3199, + 982, + 3218, + 1052, + 3060, + 1106 ], - "confidence": 0.943 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.991 + } + } }, { "text": "Contoso", "boundingBox": [ 1145, - 1908, - 2303, - 1549, - 2366, - 1732, - 1206, - 2105 + 1922, + 2313, + 1562, + 2368, + 1731, + 1200, + 2099 ], "words": [ { "text": "Contoso", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], - "confidence": 0.959 + "confidence": 0.982 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 1227, + 1228, 2139, - 2027, - 1869, - 2059, - 1961, - 1260, - 2236 + 2028, + 1876, + 2058, + 1962, + 1257, + 2235 ], "words": [ { "text": "2", "boundingBox": [ - 1230, + 1229, 2138, - 1295, + 1293, 2116, - 1333, - 2213, - 1269, + 1322, + 2215, + 1258, 2236 ], - "confidence": 0.89 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 1315, - 2109, - 1710, - 1974, - 1746, - 2069, - 1352, - 2207 + 1313, + 2110, + 1726, + 1975, + 1753, + 2065, + 1341, + 2209 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 1756, - 1959, - 2026, - 1869, - 2059, - 1958, - 1792, - 2053 + 1745, + 1969, + 2030, + 1877, + 2056, + 1954, + 1772, + 2059 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 1271, - 2260, - 2578, - 1797, - 2613, + 1273, + 2262, + 2576, + 1803, + 2608, 1898, - 1306, - 2359 + 1304, + 2354 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 1275, - 2260, - 1855, - 2052, - 1890, - 2158, - 1308, - 2359 + 1274, + 2262, + 1850, + 2056, + 1881, + 2160, + 1302, + 2354 ], - "confidence": 0.938 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 1874, - 2045, - 2229, - 1920, - 2265, - 2023, - 1909, - 2151 + 1869, + 2049, + 2224, + 1925, + 2256, + 2024, + 1899, + 2154 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "W2", "boundingBox": [ - 2249, - 1913, - 2391, - 1863, - 2427, - 1963, - 2284, - 2016 + 2242, + 1919, + 2380, + 1870, + 2413, + 1965, + 2274, + 2017 ], - "confidence": 0.94 + "confidence": 0.988 }, { "text": "6BD", "boundingBox": [ - 2410, - 1856, - 2575, - 1798, - 2611, - 1894, - 2446, - 1956 + 2398, + 1864, + 2573, + 1804, + 2607, + 1889, + 2431, + 1957 ], - "confidence": 0.909 + "confidence": 0.982 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -878,14 +914,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1, "elements": [ @@ -897,14 +933,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1, "elements": [ @@ -914,16 +950,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793, + "page": 1, + "confidence": 0.979, "elements": [ "#/readResults/0/lines/0/words/0", "#/readResults/0/lines/0/words/1", @@ -940,14 +977,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99, @@ -966,17 +1003,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99, + "confidence": 0.989, "elements": [ "#/readResults/0/lines/2/words/0", "#/readResults/0/lines/2/words/1", @@ -994,14 +1031,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99, @@ -1019,17 +1056,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/0/lines/4/words/0" ] @@ -1043,14 +1080,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99, @@ -1070,14 +1107,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99, @@ -1098,14 +1135,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99, @@ -1119,58 +1156,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977, + "confidence": 0.222, "elements": [ - "#/readResults/0/lines/9/words/0", - "#/readResults/0/lines/9/words/1", - "#/readResults/0/lines/9/words/2", - "#/readResults/0/lines/10/words/0", - "#/readResults/0/lines/10/words/1", - "#/readResults/0/lines/10/words/2", - "#/readResults/0/lines/10/words/3" + "#/readResults/0/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067, + "confidence": 0.979, "elements": [ - "#/readResults/0/lines/8/words/0" + "#/readResults/0/lines/9/words/0", + "#/readResults/0/lines/9/words/1", + "#/readResults/0/lines/9/words/2", + "#/readResults/0/lines/10/words/0", + "#/readResults/0/lines/10/words/1", + "#/readResults/0/lines/10/words/2", + "#/readResults/0/lines/10/words/3" ] } ] @@ -1184,7 +1221,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "767711153" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElementsAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElementsAsync.json index 393ecf9f9414..5619b6f089cf 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElementsAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElementsAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dcd0aea7d934084693803483093ec111-5c6a7c7c3ef38445-00", + "traceparent": "00-e67c9392cb1d7a458dc2642700d968b4-a2eeb15add587549-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d059bae6edd16796c9a228465699cb3a", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "aba12647-c115-4d61-a3e4-270bd05cd903", + "apim-request-id": "53e0c6b5-f62e-4b55-8fd9-66557e64b645", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:20:04 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/aba12647-c115-4d61-a3e4-270bd05cd903", + "Date": "Tue, 17 Nov 2020 00:33:13 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/53e0c6b5-f62e-4b55-8fd9-66557e64b645", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "751" + "x-envoy-upstream-service-time": "605" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/aba12647-c115-4d61-a3e4-270bd05cd903", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/53e0c6b5-f62e-4b55-8fd9-66557e64b645", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "35d668c17e8c606663f8c8ba04b43628", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "062c0c9b-0c46-4a90-9549-6274e98502df", + "apim-request-id": "292b5f9d-04dd-4b5e-8652-622f2b990ec3", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:05 GMT", + "Date": "Tue, 17 Nov 2020 00:33: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": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-09T23:20:05Z", - "lastUpdatedDateTime": "2020-10-09T23:20:05Z" + "createdDateTime": "2020-11-17T00:33:13Z", + "lastUpdatedDateTime": "2020-11-17T00:33:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/aba12647-c115-4d61-a3e4-270bd05cd903", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/53e0c6b5-f62e-4b55-8fd9-66557e64b645", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "449c7b1195d72fd9f76c16d023f7a8b0", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f9d7c84-dccb-42c5-b4f5-8755bec38e87", + "apim-request-id": "cb2aade6-85ca-491a-b27d-f823d9bfed71", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:06 GMT", + "Date": "Tue, 17 Nov 2020 00:33:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:20:05Z", - "lastUpdatedDateTime": "2020-10-09T23:20:05Z" + "createdDateTime": "2020-11-17T00:33:13Z", + "lastUpdatedDateTime": "2020-11-17T00:33:14Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/aba12647-c115-4d61-a3e4-270bd05cd903", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/53e0c6b5-f62e-4b55-8fd9-66557e64b645", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b4532ee243df68e353f96dd925db6215", @@ -105,54 +105,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93ef78f5-26b1-4134-9fb0-3a1d5dd92ff3", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:07 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-10-09T23:20:05Z", - "lastUpdatedDateTime": "2020-10-09T23:20:05Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/aba12647-c115-4d61-a3e4-270bd05cd903", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da35ff6b87fd2c628ea73d1f68963c6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ffd1bb53-c50f-4920-89c7-867a24afe743", - "Content-Length": "8383", + "apim-request-id": "4ce1e88e-f28b-44fa-bab0-f467de3048eb", + "Content-Length": "9010", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:08 GMT", + "Date": "Tue, 17 Nov 2020 00:33:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:20:05Z", - "lastUpdatedDateTime": "2020-10-09T23:20:08Z", + "createdDateTime": "2020-11-17T00:33:13Z", + "lastUpdatedDateTime": "2020-11-17T00:33:16Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel", @@ -160,671 +130,737 @@ { "text": "Dr. Avery Smith", "boundingBox": [ - 418, - 1156, + 416, + 1155, 1608, - 874, - 1636, - 994, - 445, - 1264 + 871, + 1637, + 993, + 443, + 1268 ], "words": [ { "text": "Dr.", "boundingBox": [ - 422, - 1166, - 664, - 1105, - 694, - 1214, - 451, - 1264 + 416, + 1161, + 661, + 1103, + 691, + 1217, + 446, + 1268 ], - "confidence": 0.946 + "confidence": 0.984 }, { "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], - "confidence": 0.956 + "confidence": 0.983 }, { "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], - "confidence": 0.943 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 448, - 1310, - 1314, - 1099, - 1334, - 1180, + 447, + 1313, + 1317, + 1103, + 1332, + 1179, 465, - 1389 + 1390 ], "words": [ { "text": "Senior", "boundingBox": [ - 456, - 1308, - 777, - 1232, - 795, + 447, 1313, - 472, - 1388 + 779, + 1234, + 796, + 1310, + 466, + 1390 ], - "confidence": 0.959 + "confidence": 0.983 }, { "text": "Researcher", "boundingBox": [ - 798, - 1227, - 1313, - 1100, + 794, + 1231, + 1318, + 1103, 1332, - 1179, - 816, - 1308 + 1181, + 811, + 1306 ], - "confidence": 0.959 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ 474, - 1407, - 1593, - 1129, - 1615, - 1216, + 1410, + 1596, + 1131, + 1613, + 1215, 494, - 1489 + 1490 ], "words": [ { "text": "Cloud", "boundingBox": [ - 483, - 1410, - 759, - 1340, - 778, - 1423, - 501, - 1488 + 474, + 1411, + 771, + 1337, + 790, + 1421, + 494, + 1490 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 799, - 1330, - 851, - 1317, - 870, - 1401, - 819, - 1414 + 792, + 1332, + 876, + 1311, + 894, + 1396, + 811, + 1416 ], - "confidence": 0.889 + "confidence": 0.983 }, { "text": "Al", "boundingBox": [ - 907, - 1302, - 1014, - 1275, - 1035, - 1362, - 927, - 1388 + 902, + 1305, + 1011, + 1277, + 1029, + 1363, + 920, + 1390 ], - "confidence": 0.762 + "confidence": 0.817 }, { "text": "Department", "boundingBox": [ - 1029, - 1272, - 1589, - 1130, - 1612, - 1217, - 1050, - 1358 + 1027, + 1274, + 1594, + 1132, + 1611, + 1215, + 1045, + 1359 ], - "confidence": 0.959 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 2101, - 932, - 2938, - 689, - 2957, - 755, + 2102, + 933, + 2939, + 697, + 2952, + 757, 2119, - 996 + 994 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], - "confidence": 0.849 + "confidence": 0.943 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 2118, - 1002, - 2994, - 754, - 3015, - 826, - 2139, - 1076 + 2116, + 1004, + 2986, + 756, + 3007, + 825, + 2135, + 1075 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], - "confidence": 0.864 + "confidence": 0.939 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 2240, - 1093, - 3073, - 835, - 3097, + 2239, + 1098, + 3080, + 846, + 3100, 912, - 2262, - 1167 + 2256, + 1165 ], "words": [ { "text": "mob:", "boundingBox": [ - 2240, - 1097, - 2421, - 1042, - 2446, - 1113, - 2265, - 1167 + 2239, + 1103, + 2425, + 1043, + 2441, + 1112, + 2256, + 1165 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 2436, - 1037, - 2553, - 1001, - 2578, - 1073, - 2461, - 1109 + 2437, + 1039, + 2554, + 1002, + 2571, + 1074, + 2453, + 1108 ], - "confidence": 0.942 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 2567, - 997, - 2661, + 2566, + 998, + 2667, 967, - 2686, + 2684, 1040, - 2592, - 1069 + 2583, + 1070 ], - "confidence": 0.946 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 2675, - 963, - 2830, - 914, - 2855, - 989, - 2700, + 2679, + 964, + 2833, + 918, + 2850, + 990, + 2696, 1036 ], - "confidence": 0.919 + "confidence": 0.984 }, { "text": "123456", "boundingBox": [ - 2844, - 909, - 3072, - 836, - 3095, + 2846, 914, - 2869, - 984 + 3082, + 846, + 3099, + 913, + 2863, + 986 ], - "confidence": 0.954 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 2343, - 1154, - 3138, - 908, - 3162, + 2341, + 1158, + 3137, + 914, + 3153, 983, - 2365, - 1227 + 2362, + 1224 ], "words": [ { "text": "tel:", "boundingBox": [ - 2344, - 1160, - 2461, + 2342, + 1161, + 2459, 1123, - 2483, + 2478, 1192, - 2364, - 1227 + 2361, + 1224 ], - "confidence": 0.958 + "confidence": 0.986 }, { "text": "\u002B44", "boundingBox": [ - 2474, - 1118, - 2593, - 1080, - 2617, - 1152, - 2496, - 1188 + 2472, + 1119, + 2589, + 1082, + 2608, + 1155, + 2491, + 1189 ], - "confidence": 0.959 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 2607, - 1076, - 2700, - 1047, - 2724, - 1120, - 2630, - 1148 + 2602, + 1078, + 2703, + 1046, + 2720, + 1121, + 2620, + 1151 ], - "confidence": 0.884 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 2713, - 1043, - 2797, - 1016, - 2822, - 1090, - 2737, - 1116 + 2716, + 1042, + 2791, + 1019, + 2808, + 1094, + 2733, + 1117 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 2810, - 1012, - 2965, - 963, - 2991, + 2804, + 1015, + 2964, + 967, + 2980, 1038, - 2835, - 1086 + 2821, + 1090 ], - "confidence": 0.958 + "confidence": 0.982 }, { "text": "5432", "boundingBox": [ - 2978, - 958, - 3135, - 909, - 3163, - 984, - 3005, + 2977, + 963, + 3137, + 915, + 3152, + 981, + 2993, 1034 ], - "confidence": 0.955 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.992 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 2374, - 1235, - 3194, - 977, + 2376, + 1242, + 3199, + 981, 3219, - 1056, - 2398, - 1311 + 1055, + 2396, + 1308 ], "words": [ { "text": "fax:", "boundingBox": [ - 2377, - 1237, - 2513, - 1196, - 2538, + 2376, + 1243, + 2512, + 1199, + 2531, 1270, - 2401, - 1311 + 2395, + 1308 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 2527, - 1192, - 2649, - 1154, - 2674, - 1229, - 2552, - 1266 + 2525, + 1195, + 2644, + 1157, + 2663, + 1232, + 2544, + 1267 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 2663, - 1150, - 2755, + 2657, + 1153, + 2759, 1121, - 2780, - 1196, - 2688, - 1224 + 2778, + 1197, + 2676, + 1228 ], - "confidence": 0.857 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 2770, - 1116, - 2852, - 1090, - 2877, - 1166, - 2795, - 1191 + 2772, + 1117, + 2853, + 1091, + 2872, + 1167, + 2791, + 1193 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "6789", "boundingBox": [ - 2867, - 1086, - 3021, - 1035, - 3046, - 1112, - 2892, - 1161 + 2866, + 1087, + 3028, + 1036, + 3047, + 1110, + 2885, + 1163 ], - "confidence": 0.913 + "confidence": 0.985 }, { "text": "2345", "boundingBox": [ - 3036, - 1031, - 3192, - 978, - 3217, - 1057, - 3061, - 1108 + 3041, + 1032, + 3199, + 982, + 3218, + 1052, + 3060, + 1106 ], - "confidence": 0.943 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.991 + } + } }, { "text": "Contoso", "boundingBox": [ 1145, - 1908, - 2303, - 1549, - 2366, - 1732, - 1206, - 2105 + 1922, + 2313, + 1562, + 2368, + 1731, + 1200, + 2099 ], "words": [ { "text": "Contoso", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], - "confidence": 0.959 + "confidence": 0.982 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 1227, + 1228, 2139, - 2027, - 1869, - 2059, - 1961, - 1260, - 2236 + 2028, + 1876, + 2058, + 1962, + 1257, + 2235 ], "words": [ { "text": "2", "boundingBox": [ - 1230, + 1229, 2138, - 1295, + 1293, 2116, - 1333, - 2213, - 1269, + 1322, + 2215, + 1258, 2236 ], - "confidence": 0.89 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 1315, - 2109, - 1710, - 1974, - 1746, - 2069, - 1352, - 2207 + 1313, + 2110, + 1726, + 1975, + 1753, + 2065, + 1341, + 2209 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 1756, - 1959, - 2026, - 1869, - 2059, - 1958, - 1792, - 2053 + 1745, + 1969, + 2030, + 1877, + 2056, + 1954, + 1772, + 2059 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 1271, - 2260, - 2578, - 1797, - 2613, + 1273, + 2262, + 2576, + 1803, + 2608, 1898, - 1306, - 2359 + 1304, + 2354 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 1275, - 2260, - 1855, - 2052, - 1890, - 2158, - 1308, - 2359 + 1274, + 2262, + 1850, + 2056, + 1881, + 2160, + 1302, + 2354 ], - "confidence": 0.938 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 1874, - 2045, - 2229, - 1920, - 2265, - 2023, - 1909, - 2151 + 1869, + 2049, + 2224, + 1925, + 2256, + 2024, + 1899, + 2154 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "W2", "boundingBox": [ - 2249, - 1913, - 2391, - 1863, - 2427, - 1963, - 2284, - 2016 + 2242, + 1919, + 2380, + 1870, + 2413, + 1965, + 2274, + 2017 ], - "confidence": 0.94 + "confidence": 0.988 }, { "text": "6BD", "boundingBox": [ - 2410, - 1856, - 2575, - 1798, - 2611, - 1894, - 2446, - 1956 + 2398, + 1864, + 2573, + 1804, + 2607, + 1889, + 2431, + 1957 ], - "confidence": 0.909 + "confidence": 0.982 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -848,14 +884,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1, "elements": [ @@ -867,14 +903,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1, "elements": [ @@ -884,16 +920,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793, + "page": 1, + "confidence": 0.979, "elements": [ "#/readResults/0/lines/0/words/0", "#/readResults/0/lines/0/words/1", @@ -910,14 +947,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99, @@ -936,17 +973,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99, + "confidence": 0.989, "elements": [ "#/readResults/0/lines/2/words/0", "#/readResults/0/lines/2/words/1", @@ -964,14 +1001,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99, @@ -989,17 +1026,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/0/lines/4/words/0" ] @@ -1013,14 +1050,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99, @@ -1040,14 +1077,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99, @@ -1068,14 +1105,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99, @@ -1089,58 +1126,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977, + "confidence": 0.222, "elements": [ - "#/readResults/0/lines/9/words/0", - "#/readResults/0/lines/9/words/1", - "#/readResults/0/lines/9/words/2", - "#/readResults/0/lines/10/words/0", - "#/readResults/0/lines/10/words/1", - "#/readResults/0/lines/10/words/2", - "#/readResults/0/lines/10/words/3" + "#/readResults/0/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067, + "confidence": 0.979, "elements": [ - "#/readResults/0/lines/8/words/0" + "#/readResults/0/lines/9/words/0", + "#/readResults/0/lines/9/words/1", + "#/readResults/0/lines/9/words/2", + "#/readResults/0/lines/10/words/0", + "#/readResults/0/lines/10/words/1", + "#/readResults/0/lines/10/words/2", + "#/readResults/0/lines/10/words/3" ] } ] @@ -1154,7 +1191,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1465597170" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False).json index 7a47123c8196..2db02c28c9fc 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1521ed686eee654299ca6593f16fefb1-bceee76681dbbe45-00", + "traceparent": "00-5c12dc9581cac14c89f7ddf49bfe5dc6-fa1a5cf5e9bc734f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8f9106139b9b408f8d5600f72a8fe135", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "apim-request-id": "fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 18:19:03 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "Date": "Tue, 17 Nov 2020 00:32:21 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "960" + "x-envoy-upstream-service-time": "1073" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5ae10cd78867c7a79a358012931ac3e7", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d68de411-dceb-45eb-9eb1-9e45a3aba903", + "apim-request-id": "46e904a1-a5f8-4b6f-87a0-973bb821a32c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:04 GMT", + "Date": "Tue, 17 Nov 2020 00:32: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": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-15T18:19:04Z", - "lastUpdatedDateTime": "2020-10-15T18:19:04Z" + "createdDateTime": "2020-11-17T00:32:21Z", + "lastUpdatedDateTime": "2020-11-17T00:32:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6357431f630f192e2834ed181d49bff6", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cdbf61db-0fae-43b6-816a-15ad18ed2829", + "apim-request-id": "06305b09-ee23-4c4b-adae-2461061b6c94", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:06 GMT", + "Date": "Tue, 17 Nov 2020 00:32:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:04Z", - "lastUpdatedDateTime": "2020-10-15T18:19:05Z" + "createdDateTime": "2020-11-17T00:32:21Z", + "lastUpdatedDateTime": "2020-11-17T00:32:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0b62d92ad6b68af95fc9f4661b7cad72", @@ -107,28 +107,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f61f475-8d30-47b8-ae6e-a045722f696e", + "apim-request-id": "74fdb683-d8b7-4ee3-ac50-896da820e0fb", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:07 GMT", + "Date": "Tue, 17 Nov 2020 00:32:23 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:04Z", - "lastUpdatedDateTime": "2020-10-15T18:19:05Z" + "createdDateTime": "2020-11-17T00:32:21Z", + "lastUpdatedDateTime": "2020-11-17T00:32:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e7d818937e377426ddc732329a8eaa51", @@ -137,24 +137,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a1f278ed-2ff4-46e8-9251-ad63164fbe85", - "Content-Length": "2679", + "apim-request-id": "bdb13da6-e941-4849-bea2-fc29a2692f5c", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:09 GMT", + "Date": "Tue, 17 Nov 2020 00:32:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1524" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T18:19:04Z", - "lastUpdatedDateTime": "2020-10-15T18:19:07Z", + "createdDateTime": "2020-11-17T00:32:21Z", + "lastUpdatedDateTime": "2020-11-17T00:32:24Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -179,14 +179,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -195,30 +195,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -230,14 +231,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -252,17 +253,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -274,14 +275,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -296,17 +297,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -317,14 +318,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -338,14 +339,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -359,61 +360,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -426,7 +427,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "208948226" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False)Async.json index d0d8c0003727..d78ec9ffd240 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c84b46f9c83587498d7cb067d00aae03-61215bc5128d484f-00", + "traceparent": "00-e53558f3139c864080ee8e44f06f40c8-aa0986a5550aaf45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1ed884af9f221f5e20f1583685bbb476", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9824ae27-9c66-41b7-8e77-3943d470b9da", + "apim-request-id": "fcb4dae0-4e19-4389-a342-c521aff1b4d4", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 18:19:16 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/9824ae27-9c66-41b7-8e77-3943d470b9da", + "Date": "Tue, 17 Nov 2020 00:33:40 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fcb4dae0-4e19-4389-a342-c521aff1b4d4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "608" + "x-envoy-upstream-service-time": "622" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/9824ae27-9c66-41b7-8e77-3943d470b9da", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fcb4dae0-4e19-4389-a342-c521aff1b4d4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3ccdedc5f95821235edc5aa4e4ea0899", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "514db2ba-0211-4645-abf3-a105a532467e", + "apim-request-id": "f8306b26-668c-40af-b3ed-ba173b1e5c2e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:16 GMT", + "Date": "Tue, 17 Nov 2020 00:33:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-15T18:19:17Z", - "lastUpdatedDateTime": "2020-10-15T18:19:17Z" + "createdDateTime": "2020-11-17T00:33:41Z", + "lastUpdatedDateTime": "2020-11-17T00:33:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/9824ae27-9c66-41b7-8e77-3943d470b9da", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fcb4dae0-4e19-4389-a342-c521aff1b4d4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "25121d837e228b2ab82c8621366511be", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3261fb57-f72a-4007-b032-db059b0f8810", + "apim-request-id": "ab5e2b9f-f363-43da-8b7f-4aa63aff2a60", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:18 GMT", + "Date": "Tue, 17 Nov 2020 00:33:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "861" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:17Z", - "lastUpdatedDateTime": "2020-10-15T18:19:17Z" + "createdDateTime": "2020-11-17T00:33:41Z", + "lastUpdatedDateTime": "2020-11-17T00:33:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/9824ae27-9c66-41b7-8e77-3943d470b9da", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fcb4dae0-4e19-4389-a342-c521aff1b4d4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "27dc8b33cdcbb6c560b6bf4645ba3b36", @@ -107,54 +107,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "20d9dff0-4ab8-4de2-9320-996d5ae5abfc", - "Content-Length": "106", + "apim-request-id": "49aa5676-d863-49c9-b18d-3fc06004412a", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:19 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-10-15T18:19:17Z", - "lastUpdatedDateTime": "2020-10-15T18:19:17Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/9824ae27-9c66-41b7-8e77-3943d470b9da", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "67b2bee98fa84753c342842c7301eaf9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "42111730-3ee6-419b-9318-2b93c0031660", - "Content-Length": "2679", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:20 GMT", + "Date": "Tue, 17 Nov 2020 00:33:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T18:19:17Z", - "lastUpdatedDateTime": "2020-10-15T18:19:20Z", + "createdDateTime": "2020-11-17T00:33:41Z", + "lastUpdatedDateTime": "2020-11-17T00:33:43Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -179,14 +149,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -195,30 +165,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -230,14 +201,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -252,17 +223,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -274,14 +245,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -296,17 +267,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -317,14 +288,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -338,14 +309,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -359,61 +330,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -426,7 +397,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1184352848" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True).json index 02097676783a..368846f72edd 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f231b0b64530e249ad74c0c29afe5665-5d5749db6bd2674b-00", + "traceparent": "00-b1592cfe7d924d449ab39e5a2be8dcc3-00df15bc465a7144-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d3663563c8e7f66d66afee7ea057c2c5", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e3676e08-faf1-4a81-b459-1a9290688df5", + "apim-request-id": "4b0931a9-7b97-4fd3-a0ab-f059db7969c1", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:19:48 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", + "Date": "Tue, 17 Nov 2020 00:32:18 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/4b0931a9-7b97-4fd3-a0ab-f059db7969c1", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "652" + "x-envoy-upstream-service-time": "695" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/4b0931a9-7b97-4fd3-a0ab-f059db7969c1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bb4868639da62632a0e7784ee2b9370c", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fd383919-35e4-4620-884b-36553ff41127", + "apim-request-id": "30bb55dc-a0b8-4b9e-9877-55b7138675a5", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:48 GMT", + "Date": "Tue, 17 Nov 2020 00:32:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-09T23:19:48Z", - "lastUpdatedDateTime": "2020-10-09T23:19:48Z" + "createdDateTime": "2020-11-17T00:32:18Z", + "lastUpdatedDateTime": "2020-11-17T00:32:18Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/4b0931a9-7b97-4fd3-a0ab-f059db7969c1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "271fcca743216d57443c07cdc2a1629b", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d0f3ff5-8f36-4be5-b6dc-373ec129b83c", + "apim-request-id": "c1c7cace-58f6-4027-b80f-c61e81de8bc7", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:49 GMT", + "Date": "Tue, 17 Nov 2020 00:32:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "158" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:48Z", - "lastUpdatedDateTime": "2020-10-09T23:19:49Z" + "createdDateTime": "2020-11-17T00:32:18Z", + "lastUpdatedDateTime": "2020-11-17T00:32:18Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/4b0931a9-7b97-4fd3-a0ab-f059db7969c1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3fb2cf7ef5b2c63f033f32004f1e14ad", @@ -105,84 +105,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c9ce1881-0933-47ec-a710-2823e4f51dba", - "Content-Length": "106", + "apim-request-id": "f6352e41-e53b-4d8c-a8b8-cc611a4af09a", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:50 GMT", + "Date": "Tue, 17 Nov 2020 00:32:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-09T23:19:48Z", - "lastUpdatedDateTime": "2020-10-09T23:19:49Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4d6e2789a381fa310da7769966464ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d69d13cd-104d-482b-99cb-9406478b034e", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:51 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-09T23:19:48Z", - "lastUpdatedDateTime": "2020-10-09T23:19:49Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "12d0dd84f806b25a8d5924e211571d25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "213850ba-86a9-4b74-bfc8-27230118f7f8", - "Content-Length": "2679", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:52 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": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:19:48Z", - "lastUpdatedDateTime": "2020-10-09T23:19:51Z", + "createdDateTime": "2020-11-17T00:32:18Z", + "lastUpdatedDateTime": "2020-11-17T00:32:20Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -207,14 +147,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -223,30 +163,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -258,14 +199,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -280,17 +221,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -302,14 +243,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -324,17 +265,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -345,14 +286,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -366,14 +307,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -387,61 +328,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -454,7 +395,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "395926796" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True)Async.json index b627847beca9..595496029855 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-648e335c27a3a04886686f3a5ba16dd5-31af6f505940e048-00", + "traceparent": "00-b4b6ea1d8e8ba343b436b814983dbb7d-99e2b3d7e8592446-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "87f4b84b2afdf4b45a25abdc82e53b78", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b7d3749c-8b64-4270-9af4-857ecba1badb", + "apim-request-id": "9d4c2b71-58ee-4cbb-a8c8-f6d03d26e4bd", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:20:09 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/b7d3749c-8b64-4270-9af4-857ecba1badb", + "Date": "Tue, 17 Nov 2020 00:33:37 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9d4c2b71-58ee-4cbb-a8c8-f6d03d26e4bd", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "940" + "x-envoy-upstream-service-time": "571" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/b7d3749c-8b64-4270-9af4-857ecba1badb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9d4c2b71-58ee-4cbb-a8c8-f6d03d26e4bd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b5ad3b522db81f5d1b20dc325be7bdd7", @@ -45,114 +45,84 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad5ca89a-0e84-455d-b292-c4300fb31881", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:09 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-10-09T23:20:09Z", - "lastUpdatedDateTime": "2020-10-09T23:20:09Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/b7d3749c-8b64-4270-9af4-857ecba1badb", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "253318b4849ebd152c6c81dd55310aaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bd4963ca-cc57-4623-9243-9a8a23f59b4d", + "apim-request-id": "1c66bbec-f7bf-4727-b9e7-184426782ba0", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:10 GMT", + "Date": "Tue, 17 Nov 2020 00:33:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:20:09Z", - "lastUpdatedDateTime": "2020-10-09T23:20:10Z" + "createdDateTime": "2020-11-17T00:33:38Z", + "lastUpdatedDateTime": "2020-11-17T00:33:38Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/b7d3749c-8b64-4270-9af4-857ecba1badb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9d4c2b71-58ee-4cbb-a8c8-f6d03d26e4bd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2a256c2259941e495bd56bdd4e819872", + "x-ms-client-request-id": "253318b4849ebd152c6c81dd55310aaa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae4d8656-5c88-4b1a-850e-d1df8b26d130", + "apim-request-id": "9730ef57-1f22-4649-b700-2bdee2596d50", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:11 GMT", + "Date": "Tue, 17 Nov 2020 00:33:39 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:20:09Z", - "lastUpdatedDateTime": "2020-10-09T23:20:10Z" + "createdDateTime": "2020-11-17T00:33:38Z", + "lastUpdatedDateTime": "2020-11-17T00:33:38Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/b7d3749c-8b64-4270-9af4-857ecba1badb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9d4c2b71-58ee-4cbb-a8c8-f6d03d26e4bd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6927d36815b2ced926ef884cac80caea", + "x-ms-client-request-id": "2a256c2259941e495bd56bdd4e819872", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "362a32e2-83b0-4d25-9598-46fa0480a349", - "Content-Length": "2679", + "apim-request-id": "5e116564-ae25-4efd-b05a-06959cfd60a8", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:12 GMT", + "Date": "Tue, 17 Nov 2020 00:33:40 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": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:20:09Z", - "lastUpdatedDateTime": "2020-10-09T23:20:12Z", + "createdDateTime": "2020-11-17T00:33:38Z", + "lastUpdatedDateTime": "2020-11-17T00:33:40Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -177,14 +147,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -193,30 +163,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -228,14 +199,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -250,17 +221,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -272,14 +243,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -294,17 +265,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -315,14 +286,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -336,14 +307,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -357,61 +328,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -424,7 +395,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1090836769" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False).json index 3d781d68232d..58c59adb75ea 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-76c16b09a45c2b499ebefa14232b12f1-fcb065ca7bf07b46-00", + "traceparent": "00-4eaf8234eeaa854f991f4576933c8ba6-eb00463d1d24e84d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "83f564eba96b07df2589a58b343d42ba", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fca2510e-6eab-490b-a6ac-6f7780b7411d", + "apim-request-id": "41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 18:19:11 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "Date": "Tue, 17 Nov 2020 00:32:29 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1129" + "x-envoy-upstream-service-time": "771" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a26d561ef43504063277d0ed510c495f", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f0ccefe6-ea87-48ff-973c-fc5f3c6a2d5d", - "Content-Length": "109", + "apim-request-id": "6a28cf10-2c2f-44ad-b71a-c33278753a2a", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:11 GMT", + "Date": "Tue, 17 Nov 2020 00:32: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": "9" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:11Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:30Z", + "lastUpdatedDateTime": "2020-11-17T00:32:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b9024c6097e62d53c8b6843aa2d35092", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "de630617-a8ca-49b6-a547-aee93892ec4e", + "apim-request-id": "bce5a9d8-2d83-4c37-916a-ac2dfb4b0b38", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:12 GMT", + "Date": "Tue, 17 Nov 2020 00:32:31 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:11Z" + "createdDateTime": "2020-11-17T00:32:30Z", + "lastUpdatedDateTime": "2020-11-17T00:32:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2f5fcd484db8f7215ef150f4d9f2b519", @@ -107,28 +107,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "abf3b13f-0fb9-4ea1-a818-48848aa51c90", + "apim-request-id": "77069440-2942-4bf7-ba77-8e4d8c811287", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:13 GMT", + "Date": "Tue, 17 Nov 2020 00:32:32 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:11Z" + "createdDateTime": "2020-11-17T00:32:30Z", + "lastUpdatedDateTime": "2020-11-17T00:32:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e72b4640893b86d3023fda7f6fcb615f", @@ -137,28 +137,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fbb015b9-bc75-423a-8c11-3a2e1332ee8d", + "apim-request-id": "2ce8f855-6e10-4ecd-bfde-0c7fe35c3881", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:14 GMT", + "Date": "Tue, 17 Nov 2020 00:32:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:11Z" + "createdDateTime": "2020-11-17T00:32:30Z", + "lastUpdatedDateTime": "2020-11-17T00:32:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "83a43d261aac12a62b0a5af5465e54d5", @@ -167,54 +167,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "177597d1-cbd1-4402-9bc2-f4f904962dd1", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:15 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-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:11Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5cfa6a0069a7bf56fad92c7973a28793", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f0345049-4eac-4be8-a342-e6dbce48513c", - "Content-Length": "2674", + "apim-request-id": "0a56c71d-f9ac-4fe2-811b-bf0274c31d44", + "Content-Length": "2682", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:16 GMT", + "Date": "Tue, 17 Nov 2020 00:32:34 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": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:15Z", + "createdDateTime": "2020-11-17T00:32:30Z", + "lastUpdatedDateTime": "2020-11-17T00:32:33Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.1052, + "angle": -16.693, "width": 4032, "height": 3024, "unit": "pixel" @@ -239,14 +209,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1135, - 989, - 1166, - 1108, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 713, + 1212 ], "page": 1 }, @@ -255,30 +225,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1187, - 976, - 1586, - 879, - 1619, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1638, + 990, + 1209, + 1098 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.5, - 1155.5, - 1590.5, - 877.9, - 1619.7, - 1000.8, - 448.6, - 1278.3 + 413.9, + 1152.1, + 1610, + 871, + 1639.6, + 996.8, + 443.5, + 1277.9 ], - "confidence": 0.794 + "page": 1, + "confidence": 0.979 } ] }, @@ -290,14 +261,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.7, + 1312.8, + 1323, + 1102, + 1341.8, + 1180.3, + 465.6, + 1391.2 ], "page": 1, "confidence": 0.99 @@ -312,17 +283,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 479.5, - 1399.5, - 1592, - 1129.5, - 1614.4, - 1221.6, - 501.9, - 1491.6 + 472.7, + 1407.2, + 1597, + 1131, + 1618.4, + 1218.2, + 494.1, + 1494.4 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -334,14 +305,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2108, - 934, - 2918, - 696, - 2936, + 2103, + 935, + 2927, + 701, + 2939, 763, - 2126, - 995 + 2119, + 993 ], "page": 1, "confidence": 0.99 @@ -356,17 +327,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1076 + 2116, + 1004, + 2980, + 757, + 3005, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -377,14 +348,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2432.7, - 1029.6, - 3074, - 835, - 3098.5, - 915.8, - 2457.3, - 1110.3 + 2431.8, + 1037.1, + 3079, + 843.8, + 3100.5, + 915.5, + 2453.3, + 1108.9 ], "page": 1, "confidence": 0.99 @@ -398,17 +369,17 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473, - 1114.8, - 3139.3, - 907.7, - 3163.2, - 984.8, - 2497, - 1191.9 + 2465.2, + 1120.4, + 3133.9, + 911.4, + 3156.8, + 984.6, + 2488.1, + 1193.6 ], "page": 1, - "confidence": 0.989 + "confidence": 0.99 } ] }, @@ -419,61 +390,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2526.5, - 1190.4, - 3191.2, - 978.9, - 3216.5, - 1058.4, - 2551.8, - 1269.9 + 2520.4, + 1195.3, + 3196.8, + 982.3, + 3220.6, + 1058, + 2544.2, + 1271 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535, - 1678.3, - 2614, - 1902.6, - 1309, - 2362.4 + 1157, + 1923, + 2306, + 1562, + 2368, + 1728, + 1214, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1551, - 2357, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2537.7, + 1685.6, + 2614.2, + 1906.9, + 1301.1, + 2360.8 ], "page": 1, - "confidence": 0.068 + "confidence": 0.979 } ] } @@ -486,7 +457,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "2051981674" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False)Async.json index 1601f08a00f2..80a7b224d943 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-68dd99240d99034ca1a44ade056c3cc1-032ab4c402517642-00", + "traceparent": "00-5ecd67f254553a488d4809143d8b5d66-b5ddc9e9d117c246-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f5c8eb4a319fd3f5a66db042b2a62856", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "apim-request-id": "fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 18:19:21 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "Date": "Tue, 17 Nov 2020 00:33:47 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "882" + "x-envoy-upstream-service-time": "811" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "444b88132f8e1470e05096b07b6b3598", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d37f6633-9ba8-47fe-acd9-bfce59e3aca5", + "apim-request-id": "5005f95b-d61e-4ba7-9a56-ef04d1e6e209", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:21 GMT", + "Date": "Tue, 17 Nov 2020 00:33:47 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": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-15T18:19:22Z", - "lastUpdatedDateTime": "2020-10-15T18:19:22Z" + "createdDateTime": "2020-11-17T00:33:47Z", + "lastUpdatedDateTime": "2020-11-17T00:33:47Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "37da34d09b9ad507eec56db64121d35e", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d382ceec-4d76-40bd-8528-6042763394bb", + "apim-request-id": "75732251-4810-478f-aab6-510c044d7c48", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:23 GMT", + "Date": "Tue, 17 Nov 2020 00:33:48 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:22Z", - "lastUpdatedDateTime": "2020-10-15T18:19:22Z" + "createdDateTime": "2020-11-17T00:33:47Z", + "lastUpdatedDateTime": "2020-11-17T00:33:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "73cabfd17fff1a857bb3154f9a45583b", @@ -107,28 +107,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d806e96c-1959-4212-bff0-d81b68aa53cf", + "apim-request-id": "71e9aa4a-6df8-497c-8a35-95e4d5521584", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:24 GMT", + "Date": "Tue, 17 Nov 2020 00:33:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:22Z", - "lastUpdatedDateTime": "2020-10-15T18:19:22Z" + "createdDateTime": "2020-11-17T00:33:47Z", + "lastUpdatedDateTime": "2020-11-17T00:33:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7d721837f0cb78bc807555c8c1b9d3be", @@ -137,28 +137,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3a0de29f-b12a-4f10-b09b-635341b0d8c0", + "apim-request-id": "32705be9-5a7c-4edf-8ba2-1b05e6b68589", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:25 GMT", + "Date": "Tue, 17 Nov 2020 00:33:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:22Z", - "lastUpdatedDateTime": "2020-10-15T18:19:22Z" + "createdDateTime": "2020-11-17T00:33:47Z", + "lastUpdatedDateTime": "2020-11-17T00:33:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bbde387cc2a15098aebfbce685b83ba9", @@ -167,24 +167,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "caf164d0-ac5e-497b-926d-0ef461f4e5cd", - "Content-Length": "2674", + "apim-request-id": "7c5888f2-5bf5-4b6f-8e77-c81b2edc7646", + "Content-Length": "2682", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:26 GMT", + "Date": "Tue, 17 Nov 2020 00:33:52 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": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T18:19:22Z", - "lastUpdatedDateTime": "2020-10-15T18:19:25Z", + "createdDateTime": "2020-11-17T00:33:47Z", + "lastUpdatedDateTime": "2020-11-17T00:33:51Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.1052, + "angle": -16.693, "width": 4032, "height": 3024, "unit": "pixel" @@ -209,14 +209,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1135, - 989, - 1166, - 1108, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 713, + 1212 ], "page": 1 }, @@ -225,30 +225,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1187, - 976, - 1586, - 879, - 1619, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1638, + 990, + 1209, + 1098 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.5, - 1155.5, - 1590.5, - 877.9, - 1619.7, - 1000.8, - 448.6, - 1278.3 + 413.9, + 1152.1, + 1610, + 871, + 1639.6, + 996.8, + 443.5, + 1277.9 ], - "confidence": 0.794 + "page": 1, + "confidence": 0.979 } ] }, @@ -260,14 +261,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.7, + 1312.8, + 1323, + 1102, + 1341.8, + 1180.3, + 465.6, + 1391.2 ], "page": 1, "confidence": 0.99 @@ -282,17 +283,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 479.5, - 1399.5, - 1592, - 1129.5, - 1614.4, - 1221.6, - 501.9, - 1491.6 + 472.7, + 1407.2, + 1597, + 1131, + 1618.4, + 1218.2, + 494.1, + 1494.4 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -304,14 +305,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2108, - 934, - 2918, - 696, - 2936, + 2103, + 935, + 2927, + 701, + 2939, 763, - 2126, - 995 + 2119, + 993 ], "page": 1, "confidence": 0.99 @@ -326,17 +327,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1076 + 2116, + 1004, + 2980, + 757, + 3005, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -347,14 +348,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2432.7, - 1029.6, - 3074, - 835, - 3098.5, - 915.8, - 2457.3, - 1110.3 + 2431.8, + 1037.1, + 3079, + 843.8, + 3100.5, + 915.5, + 2453.3, + 1108.9 ], "page": 1, "confidence": 0.99 @@ -368,17 +369,17 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473, - 1114.8, - 3139.3, - 907.7, - 3163.2, - 984.8, - 2497, - 1191.9 + 2465.2, + 1120.4, + 3133.9, + 911.4, + 3156.8, + 984.6, + 2488.1, + 1193.6 ], "page": 1, - "confidence": 0.989 + "confidence": 0.99 } ] }, @@ -389,61 +390,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2526.5, - 1190.4, - 3191.2, - 978.9, - 3216.5, - 1058.4, - 2551.8, - 1269.9 + 2520.4, + 1195.3, + 3196.8, + 982.3, + 3220.6, + 1058, + 2544.2, + 1271 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535, - 1678.3, - 2614, - 1902.6, - 1309, - 2362.4 + 1157, + 1923, + 2306, + 1562, + 2368, + 1728, + 1214, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1551, - 2357, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2537.7, + 1685.6, + 2614.2, + 1906.9, + 1301.1, + 2360.8 ], "page": 1, - "confidence": 0.068 + "confidence": 0.979 } ] } @@ -456,7 +457,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1122031507" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True).json index d57dd2ec827a..e73a64bf3e52 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-afbe903e40e9a04f81309439084997b4-f0ae823ee781c24a-00", + "traceparent": "00-9fade673ec1ff14a89824ff58ea9fec3-5598829acad0c346-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "eba6d944de56bf54be56e8de7eefd34e", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "1d2598a8-5e46-4527-903c-9b1440d5b993", + "apim-request-id": "db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:19:52 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", + "Date": "Tue, 17 Nov 2020 00:32:26 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "515" + "x-envoy-upstream-service-time": "745" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "be583a9eaa6154fadbec0dd3406e75f6", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5811eb5b-5906-49bf-aa9f-4ad7ba5ec666", + "apim-request-id": "99d38553-1b26-4c19-83df-aad240256836", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:52 GMT", + "Date": "Tue, 17 Nov 2020 00:32:26 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": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-09T23:19:53Z", - "lastUpdatedDateTime": "2020-10-09T23:19:53Z" + "createdDateTime": "2020-11-17T00:32:25Z", + "lastUpdatedDateTime": "2020-11-17T00:32:25Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4a21d7931f0e31e1a5fa6a2457c2128d", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8e00d334-5a61-46ae-b0d3-63b6d19b3455", + "apim-request-id": "9c181cee-f314-427f-a556-4158a341ba79", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:54 GMT", + "Date": "Tue, 17 Nov 2020 00:32:27 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:53Z", - "lastUpdatedDateTime": "2020-10-09T23:19:53Z" + "createdDateTime": "2020-11-17T00:32:25Z", + "lastUpdatedDateTime": "2020-11-17T00:32:26Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "113de700826e994adf51106ad0817f4f", @@ -105,28 +105,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "537a87b8-e6a2-4839-837f-81f9ceb6349f", + "apim-request-id": "86ad480c-464d-4fae-941e-5f79b6857541", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:55 GMT", + "Date": "Tue, 17 Nov 2020 00:32:28 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-10-09T23:19:53Z", - "lastUpdatedDateTime": "2020-10-09T23:19:53Z" + "createdDateTime": "2020-11-17T00:32:25Z", + "lastUpdatedDateTime": "2020-11-17T00:32:26Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a74bf2e088ce7e3f5927186740d5fd18", @@ -135,54 +135,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bc65a7d6-aaec-43f4-b6aa-fe775ea855a5", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:56 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-10-09T23:19:53Z", - "lastUpdatedDateTime": "2020-10-09T23:19:53Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "59d280d9643110888d876bbc0f766124", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "30a970c5-9bdb-4f7b-8e14-c25d584c5fc1", - "Content-Length": "2679", + "apim-request-id": "2c362dbd-32b9-4f27-906a-f71be5e6538e", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:57 GMT", + "Date": "Tue, 17 Nov 2020 00:32:29 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": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:19:53Z", - "lastUpdatedDateTime": "2020-10-09T23:19:56Z", + "createdDateTime": "2020-11-17T00:32:25Z", + "lastUpdatedDateTime": "2020-11-17T00:32:28Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -207,14 +177,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -223,30 +193,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -258,14 +229,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -280,17 +251,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -302,14 +273,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -324,17 +295,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -345,14 +316,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -366,14 +337,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -387,61 +358,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -454,7 +425,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "945125048" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True)Async.json index 5c21d44331a0..0bdd0fb3a365 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1bb0f0e5086a9a4d93aa70babc6e1e76-66ad36be1aade044-00", + "traceparent": "00-8ae7de9cc7833c49a415e9c001d25b45-ae49648bc6cfd640-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0f736f2f782634d3a4ad214717556898", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "20a5be9e-03ff-4003-ab93-7209f8efa379", + "apim-request-id": "1c595586-9d67-4b30-a2db-620b0c8ae35a", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:20:12 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/20a5be9e-03ff-4003-ab93-7209f8efa379", + "Date": "Tue, 17 Nov 2020 00:33:44 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1c595586-9d67-4b30-a2db-620b0c8ae35a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "582" + "x-envoy-upstream-service-time": "711" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/20a5be9e-03ff-4003-ab93-7209f8efa379", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1c595586-9d67-4b30-a2db-620b0c8ae35a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ba4b0a800943d1349f02ea862fb35a00", @@ -45,114 +45,84 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83c707ae-996d-4628-b743-308b81fbaebc", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:12 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-09T23:20:13Z", - "lastUpdatedDateTime": "2020-10-09T23:20:13Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/20a5be9e-03ff-4003-ab93-7209f8efa379", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0803fa41827809cea34323c6eec3b3e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "915b6a5b-7051-4869-baec-82931eb95998", + "apim-request-id": "64f59690-5808-409d-bfe1-51e064fb85c2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:13 GMT", + "Date": "Tue, 17 Nov 2020 00:33:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:20:13Z", - "lastUpdatedDateTime": "2020-10-09T23:20:13Z" + "createdDateTime": "2020-11-17T00:33:44Z", + "lastUpdatedDateTime": "2020-11-17T00:33:44Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/20a5be9e-03ff-4003-ab93-7209f8efa379", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1c595586-9d67-4b30-a2db-620b0c8ae35a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "feaefe521d6226243ba16f238d4d05f1", + "x-ms-client-request-id": "0803fa41827809cea34323c6eec3b3e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fc767544-f9fc-4f2c-8e58-923460c7d12b", + "apim-request-id": "abcbe896-57f7-4a6a-b01a-892b3fef2a98", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:14 GMT", + "Date": "Tue, 17 Nov 2020 00:33:46 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-10-09T23:20:13Z", - "lastUpdatedDateTime": "2020-10-09T23:20:13Z" + "createdDateTime": "2020-11-17T00:33:44Z", + "lastUpdatedDateTime": "2020-11-17T00:33:44Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/20a5be9e-03ff-4003-ab93-7209f8efa379", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1c595586-9d67-4b30-a2db-620b0c8ae35a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1d0621535f52fd203b411700e56de3dc", + "x-ms-client-request-id": "feaefe521d6226243ba16f238d4d05f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2dc31f97-923f-4f15-81b5-0daff40d662b", - "Content-Length": "2679", + "apim-request-id": "bb5de4e3-5838-40ca-b37f-48d903d407c1", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:15 GMT", + "Date": "Tue, 17 Nov 2020 00:33:47 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": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:20:13Z", - "lastUpdatedDateTime": "2020-10-09T23:20:16Z", + "createdDateTime": "2020-11-17T00:33:44Z", + "lastUpdatedDateTime": "2020-11-17T00:33:46Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -177,14 +147,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -193,30 +163,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -228,14 +199,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -250,17 +221,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -272,14 +243,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -294,17 +265,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -315,14 +286,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -336,14 +307,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -357,61 +328,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -424,7 +395,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "594417492" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFile.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFile.json index 2e5310b9bc75..b4766c916d08 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFile.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFile.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b2dc96327c85214b8ed8a9b36e2a3060-dc5a7ae85e182a45-00", + "traceparent": "00-a55ee093f90e0c4896f54c323c9e5c1a-a1453e6eebe4a946-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "58ba0b88ab4320cf72a7c9c95a5e3fe0", @@ -19,10 +19,10 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "57236bf9-e443-4580-84ac-7f8e9cb8f4fc", + "apim-request-id": "48edbc47-aaef-40a0-a6e0-70d2b9c74eaf", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:47 GMT", + "Date": "Tue, 17 Nov 2020 00:31:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -31,7 +31,7 @@ "error": { "code": "BadArgument", "innerError": { - "requestId": "57236bf9-e443-4580-84ac-7f8e9cb8f4fc" + "requestId": "48edbc47-aaef-40a0-a6e0-70d2b9c74eaf" }, "message": "Bad or unrecognizable request JSON or binary file." } @@ -40,7 +40,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1811291938" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFileAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFileAsync.json index 328bc56916af..8bc86e40b3b7 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFileAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFileAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4fd44040403a4e49b5bb56d0c6bf7178-4a86f4d55cdc4043-00", + "traceparent": "00-23efbd5842e8ad4ea67ec32e0f7c9644-51610df762c83944-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fc6146f2b0d2c589b2a31b2cd31ad51b", @@ -19,19 +19,19 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "1870ee61-533d-425c-a7e1-66bdc94a6ebd", + "apim-request-id": "4bcc29b5-ff73-4c74-9144-ac6353129091", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:08 GMT", + "Date": "Tue, 17 Nov 2020 00:33:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "error": { "code": "BadArgument", "innerError": { - "requestId": "1870ee61-533d-425c-a7e1-66bdc94a6ebd" + "requestId": "4bcc29b5-ff73-4c74-9144-ac6353129091" }, "message": "Bad or unrecognizable request JSON or binary file." } @@ -40,7 +40,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "2113533891" } } \ 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 d78221b15e2e..61c17ab30f10 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPage.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-0842857017618b499d96791227210f01-72e73afa4090234d-00", + "traceparent": "00-1fbba79932a1eb45b86fa3a8dfeab910-9e05a739e5ef3c4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cac0d0ec2bc2baba0adf371ca1cc23ee", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9cb95b57-e990-422e-8e26-359e9366ee38", + "apim-request-id": "4ff43a7e-9737-4c68-acd3-5512071d8f4b", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:31:53 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "265" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "872a1b189f23ad617d0860107c2796ef", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ac046b7f-f34a-4800-866f-c6ee7514e2c1", - "Content-Length": "106", + "apim-request-id": "73e339b9-e8b3-4120-9955-c7e749df043a", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:23 GMT", + "Date": "Tue, 17 Nov 2020 00:31:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "227" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:29:23Z", - "lastUpdatedDateTime": "2020-09-09T22:29:23Z" + "status": "notStarted", + "createdDateTime": "2020-11-17T00:31:53Z", + "lastUpdatedDateTime": "2020-11-17T00:31:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "390762418bf1b05108e4a2b9a826c9ee", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d588369a-5225-46b8-8ccc-8fc63ec6307f", + "apim-request-id": "112e68b2-cbdf-4e1b-9b23-a48bff9d3b7b", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:24 GMT", + "Date": "Tue, 17 Nov 2020 00:31:54 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:23Z", - "lastUpdatedDateTime": "2020-09-09T22:29:23Z" + "createdDateTime": "2020-11-17T00:31:53Z", + "lastUpdatedDateTime": "2020-11-17T00:31:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6c6eb629416e4d4b6f124dbacaa93de3", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d272d07f-99e8-4d67-85b5-20a457fa407f", + "apim-request-id": "390d18d8-24d9-4f6c-b52f-a5dd04bee8e7", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:25 GMT", + "Date": "Tue, 17 Nov 2020 00:31:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "77" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:23Z", - "lastUpdatedDateTime": "2020-09-09T22:29:23Z" + "createdDateTime": "2020-11-17T00:31:53Z", + "lastUpdatedDateTime": "2020-11-17T00:31:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3edb4849e9c48cfcc97a7f3ffca70456", "x-ms-return-client-request-id": "true" @@ -135,26 +135,56 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1619caec-96f5-4ad0-8d15-82cb4cc25472", - "Content-Length": "308", + "apim-request-id": "462c777e-bda8-47f6-bfb9-bdad193147e0", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:31:56 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-11-17T00:31:53Z", + "lastUpdatedDateTime": "2020-11-17T00:31:53Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c6e7723e29b9008017bacadf3e97e55e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "516227c4-e637-4607-ad28-40c10d64d9ea", + "Content-Length": "300", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:26 GMT", + "Date": "Tue, 17 Nov 2020 00:31:57 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": "20" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:29:23Z", - "lastUpdatedDateTime": "2020-09-09T22:29:25Z", + "createdDateTime": "2020-11-17T00:31:53Z", + "lastUpdatedDateTime": "2020-11-17T00:31:57Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -174,7 +204,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 fd09f0fb0e39..21fcf0240a13 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPageAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-08ee914da1c7f948b49afa19b4d749ca-cbec49f506546f42-00", + "traceparent": "00-1d7b23c8eb38c24799ad2d053efb9c84-4b502573e6ead44b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9473b1346a89e5f6e16eff044ff2654e", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "27c9dd41-3028-4e89-9078-a7910f2e150a", + "apim-request-id": "d2beab9e-294e-45bb-b25c-88b17057498a", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:33:16 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4492268fbab53cd6f5d5d2c34f6b9a49", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3cff60c1-9c91-4d18-86f5-1f411c3fe108", - "Content-Length": "109", + "apim-request-id": "91d2991b-31b1-4a16-bed8-fd802af06276", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:21 GMT", + "Date": "Tue, 17 Nov 2020 00:33:16 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": "11" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:34:22Z", - "lastUpdatedDateTime": "2020-09-09T22:34:22Z" + "status": "running", + "createdDateTime": "2020-11-17T00:33:16Z", + "lastUpdatedDateTime": "2020-11-17T00:33:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9bf377688a7ed9c4f6b3c01420752e92", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a5176b38-b2b6-4692-86ac-289b0ef7920c", + "apim-request-id": "2fbf28a9-4ff4-41ce-aa1b-aa802b3b7009", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:23 GMT", + "Date": "Tue, 17 Nov 2020 00:33:17 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:22Z", - "lastUpdatedDateTime": "2020-09-09T22:34:22Z" + "createdDateTime": "2020-11-17T00:33:16Z", + "lastUpdatedDateTime": "2020-11-17T00:33:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7751ed54e9887919da369fb497329676", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e285185d-97ef-4d9a-bbf0-f406b092cca0", + "apim-request-id": "12ff455d-e78c-4c45-9ecd-a2522d87a793", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:24 GMT", + "Date": "Tue, 17 Nov 2020 00:33:18 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": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:22Z", - "lastUpdatedDateTime": "2020-09-09T22:34:22Z" + "createdDateTime": "2020-11-17T00:33:16Z", + "lastUpdatedDateTime": "2020-11-17T00:33:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d89bb6d3caff05d061b84e02fac21b7f", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a4bfc94a-e278-45f9-802e-637a2d1dba77", + "apim-request-id": "2aefeedc-0d06-4a33-95db-cf68f8e30811", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:25 GMT", + "Date": "Tue, 17 Nov 2020 00:33:19 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:22Z", - "lastUpdatedDateTime": "2020-09-09T22:34:22Z" + "createdDateTime": "2020-11-17T00:33:16Z", + "lastUpdatedDateTime": "2020-11-17T00:33:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "616e40a6231a7ec05e79c047ea0f41c3", "x-ms-return-client-request-id": "true" @@ -165,26 +165,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f28e8b75-4834-456e-bac7-4fbe7aeb93e2", - "Content-Length": "308", + "apim-request-id": "77177403-34db-47f4-9d43-f3f4b6cc8500", + "Content-Length": "300", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:26 GMT", + "Date": "Tue, 17 Nov 2020 00:33:20 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": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:34:22Z", - "lastUpdatedDateTime": "2020-09-09T22:34:26Z", + "createdDateTime": "2020-11-17T00:33:16Z", + "lastUpdatedDateTime": "2020-11-17T00:33:19Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -204,7 +204,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 409cc634f4b2..119364322ae1 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-0cd563fc52aad84baa3689ef8853749c-534d471d0b15784f-00", + "traceparent": "00-b341ba407c34bf4a87f62045f7c0d5c1-5eba45497d910a4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "65205e4c41c324af6bded4ae293d64f1", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "de869d07-6444-4ecb-99f6-0ed6d3645945", + "apim-request-id": "dfb37f6e-e419-4757-aa74-2cf1646b9171", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:32:40 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "457" + "x-envoy-upstream-service-time": "655" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2910ee3546e157c5089e45f82b07acb4", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e0f27346-f86d-4c86-b97c-25faefd0a87d", + "apim-request-id": "c4246c18-f388-4794-827c-5587cbd73224", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:47 GMT", + "Date": "Tue, 17 Nov 2020 00:32:40 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": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:32:48Z", - "lastUpdatedDateTime": "2020-09-09T22:32:48Z" + "createdDateTime": "2020-11-17T00:32:41Z", + "lastUpdatedDateTime": "2020-11-17T00:32:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6a37ffdd04c9e414ba0b60bc16c847fa", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dcacbde1-2292-4e9c-bedd-29754ee1e6cd", + "apim-request-id": "105b7ac4-6fc8-446f-8b64-e9f3d94143d3", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:48 GMT", + "Date": "Tue, 17 Nov 2020 00:32:41 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:48Z", - "lastUpdatedDateTime": "2020-09-09T22:32:48Z" + "createdDateTime": "2020-11-17T00:32:41Z", + "lastUpdatedDateTime": "2020-11-17T00:32:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e36cf1b792cc06af99c85c24fcb7f864", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "123a300b-0262-4bd3-9048-bebfc0443118", + "apim-request-id": "adad5238-ee56-4b6b-87cc-3f47c8468e48", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:49 GMT", + "Date": "Tue, 17 Nov 2020 00:32:43 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:48Z", - "lastUpdatedDateTime": "2020-09-09T22:32:48Z" + "createdDateTime": "2020-11-17T00:32:41Z", + "lastUpdatedDateTime": "2020-11-17T00:32:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "29d02031f9063128da2b6ed6e5094140", "x-ms-return-client-request-id": "true" @@ -137,29 +137,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8dbcff90-c258-4286-885c-32eee41cad49", + "apim-request-id": "067faf16-89e5-4d15-ad09-323fdb123e6a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:50 GMT", + "Date": "Tue, 17 Nov 2020 00:32:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:48Z", - "lastUpdatedDateTime": "2020-09-09T22:32:48Z" + "createdDateTime": "2020-11-17T00:32:41Z", + "lastUpdatedDateTime": "2020-11-17T00:32:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3a414a57c99a4be74f30d001a7efe803", "x-ms-return-client-request-id": "true" @@ -167,29 +167,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b44005f6-5b95-4106-b390-da4132718225", + "apim-request-id": "0cc10957-4398-4b0f-acf1-833274c07fb4", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:52 GMT", + "Date": "Tue, 17 Nov 2020 00:32:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:48Z", - "lastUpdatedDateTime": "2020-09-09T22:32:48Z" + "createdDateTime": "2020-11-17T00:32:41Z", + "lastUpdatedDateTime": "2020-11-17T00:32:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f68afc121df7bdf3c83a08a023d92190", "x-ms-return-client-request-id": "true" @@ -197,20 +197,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "88e0bcde-2c36-45d6-9029-23f4ab574579", + "apim-request-id": "6673d7ac-ab40-490d-99e5-0221346ad5d4", "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:53 GMT", + "Date": "Tue, 17 Nov 2020 00:32:47 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": "{\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}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-17T00:32:41Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-17T00: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://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 f9fbc208251f..125c47afc58e 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-855e9c4082920945b2ea7c81eae932cb-04787c4108663547-00", + "traceparent": "00-de8d053866c4cf429f652c52574d411e-0f4f62e3b0c2f24a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8f739b63b75298dbc96eaa3e4948689d", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "apim-request-id": "05f19d51-9db2-46f2-8637-6cdd51709f61", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:33:58 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "504" + "x-envoy-upstream-service-time": "167" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "be73b46be5d6b97ab381b505765a95da", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c945c4fb-3911-4285-85f1-5ab4bba4eabb", - "Content-Length": "109", + "apim-request-id": "ac62efb5-d604-4885-bd52-548dd60dfc2c", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:18 GMT", + "Date": "Tue, 17 Nov 2020 00:33:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "85" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:38:18Z", - "lastUpdatedDateTime": "2020-09-09T22:38:18Z" + "status": "running", + "createdDateTime": "2020-11-17T00:33:58Z", + "lastUpdatedDateTime": "2020-11-17T00:33:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3ff82270b7444daa5e410420dabd4d6a", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0bec1c1d-ef75-4af8-b5f6-21c308d7d024", + "apim-request-id": "1912ad91-2474-4ecd-afbf-3999bde54f33", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:20 GMT", + "Date": "Tue, 17 Nov 2020 00:33:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "86" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:18Z", - "lastUpdatedDateTime": "2020-09-09T22:38:19Z" + "createdDateTime": "2020-11-17T00:33:58Z", + "lastUpdatedDateTime": "2020-11-17T00:33:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7b9945861c667ee320badbd001d6226e", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d170f430-3043-41c2-93cb-4d0382f29311", + "apim-request-id": "661c5842-9397-497a-ae9b-289786eadd2a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:21 GMT", + "Date": "Tue, 17 Nov 2020 00:34:01 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:18Z", - "lastUpdatedDateTime": "2020-09-09T22:38:19Z" + "createdDateTime": "2020-11-17T00:33:58Z", + "lastUpdatedDateTime": "2020-11-17T00:33:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "26cdd0d92850b45809255f95e15adff5", "x-ms-return-client-request-id": "true" @@ -137,29 +137,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4704bf7b-c4ca-4f60-92f4-54ee3f3fc5bc", + "apim-request-id": "1bc71d74-76bd-4b92-aaac-15eba2b4e846", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:22 GMT", + "Date": "Tue, 17 Nov 2020 00:34:02 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-09-09T22:38:18Z", - "lastUpdatedDateTime": "2020-09-09T22:38:19Z" + "createdDateTime": "2020-11-17T00:33:58Z", + "lastUpdatedDateTime": "2020-11-17T00:33:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "307e4b341ac054733e7a1f8adbda4c88", "x-ms-return-client-request-id": "true" @@ -167,20 +167,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1b55342c-c475-4812-aa2a-8c2b7fb913c4", + "apim-request-id": "96b68485-637a-45a4-860a-f15077245c0b", "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:23 GMT", + "Date": "Tue, 17 Nov 2020 00:34:03 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": "{\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}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-17T00:33:58Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-17T00:34:03Z\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://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 4b5867887fc2..e2c0f1fe5abc 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-4804679fd95b5e42a95d667c63cb344c-97f742dff746ef49-00", + "traceparent": "00-bb56bc62914cb84ab2575053c8a83f41-8467fba2b98c314b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "47aaf217be71ddb53d7a55448d2a01d3", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f2899161-38c6-4760-a42b-93fccd7b2075", + "apim-request-id": "3d75420f-4d76-496a-baf1-d5f90507274d", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:32:34 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "782" + "x-envoy-upstream-service-time": "253" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c6f4a1d1b6fc5e9732c370ae4dfc6a8e", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad339695-a236-4fb0-80a0-0f1c48e0b3ae", - "Content-Length": "109", + "apim-request-id": "02bbbff3-831b-4210-883a-c8e68ccf7e1f", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:41 GMT", + "Date": "Tue, 17 Nov 2020 00:32:34 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": "10" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:32:41Z", - "lastUpdatedDateTime": "2020-09-09T22:32:41Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:35Z", + "lastUpdatedDateTime": "2020-11-17T00:32:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f4fd38b6be0d3b33520eba6e6b409d12", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe50e8d9-3617-4700-81ed-a97de2c386d9", + "apim-request-id": "c2e988ba-151e-4fe9-bc19-9ad57f5dcbc5", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:42 GMT", + "Date": "Tue, 17 Nov 2020 00:32:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "106" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:41Z", - "lastUpdatedDateTime": "2020-09-09T22:32:42Z" + "createdDateTime": "2020-11-17T00:32:35Z", + "lastUpdatedDateTime": "2020-11-17T00:32:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f12c7b46d1c261895b4b14ad4e078f41", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "278d54ab-82af-4ba7-b63e-6fa530df2081", + "apim-request-id": "71aa9aad-4200-4e4f-bf46-b0cfa601cc3d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:44 GMT", + "Date": "Tue, 17 Nov 2020 00:32:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "125" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:41Z", - "lastUpdatedDateTime": "2020-09-09T22:32:42Z" + "createdDateTime": "2020-11-17T00:32:35Z", + "lastUpdatedDateTime": "2020-11-17T00:32:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "558dc7100d2c12c56eb974edfb29f3f2", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0e0a088b-a02a-40c9-b918-f61cb26decc6", + "apim-request-id": "e83cadc2-475f-4abf-b130-cad493a5e709", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:45 GMT", + "Date": "Tue, 17 Nov 2020 00:32:38 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": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:41Z", - "lastUpdatedDateTime": "2020-09-09T22:32:42Z" + "createdDateTime": "2020-11-17T00:32:35Z", + "lastUpdatedDateTime": "2020-11-17T00:32:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d2685d2578d0e5cbaf9b99c2a985ec4a", "x-ms-return-client-request-id": "true" @@ -165,29 +165,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "02a97f56-79da-4111-a1ac-d92524102e96", + "apim-request-id": "82a2640e-dfad-4b21-87e4-ce63bdf7713c", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:46 GMT", + "Date": "Tue, 17 Nov 2020 00:32:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "82" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:41Z", - "lastUpdatedDateTime": "2020-09-09T22:32:42Z" + "createdDateTime": "2020-11-17T00:32:35Z", + "lastUpdatedDateTime": "2020-11-17T00:32:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a35d797f48b238e6b51983095d9b6632", "x-ms-return-client-request-id": "true" @@ -195,20 +195,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6515b76d-5f7c-4ad4-b72b-8c8c263b1596", + "apim-request-id": "380fbf2e-2e36-4479-b7fc-1f99e6083ba3", "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:47 GMT", + "Date": "Tue, 17 Nov 2020 00:32:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "91" + "x-envoy-upstream-service-time": "27" }, - "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}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-17T00:32:35Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-17T00:32:39Z\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://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 3e81925ad4ce..393d7966bde9 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-72b4ab018cb9ff488c71bdd07b985dcb-b0bb5b808fffbc43-00", + "traceparent": "00-9e78d5bbac117c49ab7fc4cef82e220c-3335ae5441c1d444-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9572eff9105097d344045d510f70330f", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "apim-request-id": "407bc9fd-e635-40b5-9158-fcdcc08a3747", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:33:52 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "597" + "x-envoy-upstream-service-time": "283" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c6b27911d51bcd151f24507b56e8cfaf", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "631a1942-3a0f-466b-a0e4-290ecbd28f48", + "apim-request-id": "9ad007b3-0e2f-436d-a603-3888fae4a559", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:13 GMT", + "Date": "Tue, 17 Nov 2020 00:33:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "152" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:38:13Z", - "lastUpdatedDateTime": "2020-09-09T22:38:13Z" + "createdDateTime": "2020-11-17T00:33:53Z", + "lastUpdatedDateTime": "2020-11-17T00:33:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8b9bfa21d7b5d22306836341c0e759ea", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dea252c9-a7a0-4643-bca1-54b32566313f", + "apim-request-id": "582b5841-79ae-40e4-a666-9ffca9754088", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:14 GMT", + "Date": "Tue, 17 Nov 2020 00:33:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "161" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:13Z", - "lastUpdatedDateTime": "2020-09-09T22:38:13Z" + "createdDateTime": "2020-11-17T00:33:53Z", + "lastUpdatedDateTime": "2020-11-17T00:33:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8cadf570c6ca2341daa4762bc057415b", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a06b28c9-97ca-43f3-81ff-66daeeb5700c", + "apim-request-id": "e7ddeed0-f23e-45a4-ab6e-a3230976758d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:15 GMT", + "Date": "Tue, 17 Nov 2020 00:33:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "120" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:13Z", - "lastUpdatedDateTime": "2020-09-09T22:38:13Z" + "createdDateTime": "2020-11-17T00:33:53Z", + "lastUpdatedDateTime": "2020-11-17T00:33:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1530ad34a7d53a5a56e0c09872d40c37", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "87dd7c6f-7276-4aad-b2cf-3d3261b2d905", + "apim-request-id": "4fffc3b6-f789-46a7-8f68-d1c774a1ef66", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:16 GMT", + "Date": "Tue, 17 Nov 2020 00:33:56 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:13Z", - "lastUpdatedDateTime": "2020-09-09T22:38:13Z" + "createdDateTime": "2020-11-17T00:33:53Z", + "lastUpdatedDateTime": "2020-11-17T00:33:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "600b65cb423b5ae4b878b11160f811ae", "x-ms-return-client-request-id": "true" @@ -165,20 +165,50 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a965cea9-db3c-401d-a907-e157a19c1609", + "apim-request-id": "59f52de2-ee9a-41d0-9eda-c418a135389d", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:33:57 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-11-17T00:33:53Z", + "lastUpdatedDateTime": "2020-11-17T00:33:53Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "130c074143b7c8149b7336ea06a9b006", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a9fc1c8b-4cf0-4a38-9c43-11f0148b9b67", "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:17 GMT", + "Date": "Tue, 17 Nov 2020 00:33:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "96" + "x-envoy-upstream-service-time": "20" }, - "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}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-17T00:33:53Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-17T00:33:57Z\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://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 475865d54eeb..dd77e5b2a757 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-83dea77c31d64446a91538ec6b2c52e9-06691ec5107f5a4f-00", + "traceparent": "00-8b12ef7bf3b92e4585db95d8c237b2c1-0d66769acff1fc45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b042092feed43c981ded68466d5079d0", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "apim-request-id": "1770ce2f-45a6-4e83-beab-b19e4c07d45b", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:31:57 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "602" + "x-envoy-upstream-service-time": "191" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "510b7727852c62d58361328a5b8d5b92", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83089e03-f6b9-47ca-90e0-8ddbaaee6980", + "apim-request-id": "b951fd41-50a1-4798-a5c9-6c5d2de72b58", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:27 GMT", + "Date": "Tue, 17 Nov 2020 00:31:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "85" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:27Z" + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:31:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "15a14d64e5ac7c57a6d8c3c8ba359635", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a1c5a65-2a8a-4dfe-b661-744d14f260c4", + "apim-request-id": "dfb1666d-c1d2-4de7-aced-76e80901b21c", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:28 GMT", + "Date": "Tue, 17 Nov 2020 00:31: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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:27Z" + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:31:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f0f16203b17faafb34e02c72bc0ee090", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c8af78b1-dfcc-42f3-a136-43042978fa5b", + "apim-request-id": "d1bc1148-44da-45cc-bed5-9fce25d7c9ff", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:29 GMT", + "Date": "Tue, 17 Nov 2020 00:32: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": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:27Z" + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:31:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1fe1d59264ae4123208faa53c20ca74e", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f4a422ac-c0e1-4f4f-97be-efdc15923cc9", + "apim-request-id": "c835463b-b8a6-4164-8e2f-081442c6ffb2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:30 GMT", + "Date": "Tue, 17 Nov 2020 00:32:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:27Z" + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:31:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f987fdcb6b9bb31251f7e0ccb9e4c098", "x-ms-return-client-request-id": "true" @@ -165,29 +165,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "467eb591-7d99-4b69-86ba-12ebf58784ee", + "apim-request-id": "d44ad09e-89a5-4747-a640-c4d7dcaff44e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:31 GMT", + "Date": "Tue, 17 Nov 2020 00:32:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:27Z" + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:31:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e43632f876539f863eb0cff007a8e827", "x-ms-return-client-request-id": "true" @@ -195,18 +195,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6c36cb9d-b9c9-4558-bc64-7e90fdaf8229", - "Content-Length": "25281", + "apim-request-id": "72ec142a-6c3a-4e3c-b78f-81f4588a4834", + "Content-Length": "25475", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:32 GMT", + "Date": "Tue, 17 Nov 2020 00:32:03 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": "22" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:31Z", + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:32:03Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1516,7 +1516,7 @@ ] }, { - "text": "Signature: ____Bilbo Baggins__________", + "text": "Signature: ____ Bilbo Baggins__________", "boundingBox": [ 1.0055, 6.6553, @@ -1543,16 +1543,30 @@ "confidence": 1 }, { - "text": "____Bilbo", + "text": "____", "boundingBox": [ 1.747, + 6.7829, + 2.0809, + 6.7829, + 2.0809, + 6.7981, + 1.747, + 6.7981 + ], + "confidence": 1 + }, + { + "text": "Bilbo", + "boundingBox": [ + 2.0925, 6.6553, 2.4278, 6.6553, 2.4278, - 6.7981, - 1.747, - 6.7981 + 6.7703, + 2.0925, + 6.7703 ], "confidence": 1 }, @@ -1577,8 +1591,8 @@ { "page": 2, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" }, { @@ -2887,7 +2901,7 @@ ] }, { - "text": "Signature: ____Frodo Baggins__________", + "text": "Signature: ____ Frodo Baggins__________", "boundingBox": [ 1.0055, 6.6556, @@ -2914,16 +2928,30 @@ "confidence": 1 }, { - "text": "____Frodo", + "text": "____", "boundingBox": [ 1.747, + 6.7829, + 2.0809, + 6.7829, + 2.0809, + 6.7981, + 1.747, + 6.7981 + ], + "confidence": 1 + }, + { + "text": "Frodo", + "boundingBox": [ + 2.0925, 6.6556, 2.4778, 6.6556, 2.4778, - 6.7981, - 1.747, - 6.7981 + 6.7703, + 2.0925, + 6.7703 ], "confidence": 1 }, @@ -2974,7 +3002,7 @@ 1.5931 ], "page": 1, - "confidence": 0.985, + "confidence": 0.987, "elements": [ "#/readResults/0/lines/3/words/0", "#/readResults/0/lines/3/words/1" @@ -3050,7 +3078,7 @@ 4.3717 ], "page": 1, - "confidence": 0.965, + "confidence": 0.964, "elements": [ "#/readResults/0/lines/28/words/0" ] @@ -3095,7 +3123,7 @@ 4.5827 ], "page": 1, - "confidence": 0.936, + "confidence": 0.935, "elements": [ "#/readResults/0/lines/33/words/0" ] @@ -3126,22 +3154,22 @@ }, "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 430, + "text": "430.00", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 ], "page": 1, - "confidence": 0.99, + "confidence": 0.985, "elements": [ - "#/readResults/0/lines/36/words/1" + "#/readResults/0/lines/37/words/1" ] } } @@ -3181,7 +3209,7 @@ 1.5931 ], "page": 3, - "confidence": 0.98, + "confidence": 0.984, "elements": [ "#/readResults/2/lines/3/words/0", "#/readResults/2/lines/3/words/1" @@ -3297,7 +3325,7 @@ 4.1627 ], "page": 3, - "confidence": 0.721, + "confidence": 0.723, "elements": [ "#/readResults/2/lines/27/words/0" ] @@ -3322,7 +3350,7 @@ 4.3717 ], "page": 3, - "confidence": 0.912, + "confidence": 0.905, "elements": [ "#/readResults/2/lines/28/words/0" ] @@ -3367,7 +3395,7 @@ 4.5827 ], "page": 3, - "confidence": 0.903, + "confidence": 0.896, "elements": [ "#/readResults/2/lines/31/words/0" ] @@ -3387,7 +3415,7 @@ 4.5827 ], "page": 3, - "confidence": 0.959, + "confidence": 0.958, "elements": [ "#/readResults/2/lines/33/words/0" ] @@ -3445,7 +3473,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 ba0fb8f5841b..fe59bd30aede 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-97e8015c7f6a184aa28ceeed5eb5d8db-4d555d367ca84f48-00", + "traceparent": "00-abbc44e63049b34b9cbfd89d4bae8784-5267ade347f95643-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7b5c1b275047fce87c4a45aa5dce0d98", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9999c74a-6b30-464b-bc9f-c826eb240254", + "apim-request-id": "7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:33:20 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "108" + "x-envoy-upstream-service-time": "79" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e77295d8eda9d21d1ee7e18f16698e97", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3156920d-c32b-48c1-955e-293a99ec4124", + "apim-request-id": "4e3a917d-0d0b-46a3-998d-b249c787869f", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:26 GMT", + "Date": "Tue, 17 Nov 2020 00:33:20 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": "12" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:34:26Z", - "lastUpdatedDateTime": "2020-09-09T22:34:26Z" + "createdDateTime": "2020-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:20Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4054b13d5560074084994921f9674be5", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1927cabc-79e1-4d3c-9097-1d272942c53c", + "apim-request-id": "dd8bc7f0-e4e8-48b9-a6d7-3a146bfe9467", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:27 GMT", + "Date": "Tue, 17 Nov 2020 00:33:22 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:26Z", - "lastUpdatedDateTime": "2020-09-09T22:34:26Z" + "createdDateTime": "2020-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bdd22c03b43f3a1bfd895d5f6e58e512", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f8471434-b8a4-4ae5-88fe-44f3afbe4bd5", + "apim-request-id": "9752353b-5365-4e68-9a7d-d8190d2bdb3a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:28 GMT", + "Date": "Tue, 17 Nov 2020 00:33:23 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:26Z", - "lastUpdatedDateTime": "2020-09-09T22:34:26Z" + "createdDateTime": "2020-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ac6cadbccd7a8237546a630fa3fcd8b6", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "14518d5c-9de9-449c-af67-7b4ecdedb268", + "apim-request-id": "e48e37cb-8da5-4a6c-8963-267017d5f6e6", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:29 GMT", + "Date": "Tue, 17 Nov 2020 00:33:24 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-09-09T22:34:26Z", - "lastUpdatedDateTime": "2020-09-09T22:34:26Z" + "createdDateTime": "2020-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ea8bfc9bd1978957951a42d7f8e1982b", "x-ms-return-client-request-id": "true" @@ -165,18 +165,48 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7117ba7b-2abf-494c-8980-527eb6f99d5b", - "Content-Length": "25281", + "apim-request-id": "a567f6d8-7a71-4b32-810b-0c92088dc494", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:33:25 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-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:21Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4c6537b49efa366bf44f68d4500b9601", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "959865b3-6723-48d0-9345-c86cf673c829", + "Content-Length": "25475", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:30 GMT", + "Date": "Tue, 17 Nov 2020 00:33:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:34:26Z", - "lastUpdatedDateTime": "2020-09-09T22:34:30Z", + "createdDateTime": "2020-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:25Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1486,7 +1516,7 @@ ] }, { - "text": "Signature: ____Bilbo Baggins__________", + "text": "Signature: ____ Bilbo Baggins__________", "boundingBox": [ 1.0055, 6.6553, @@ -1513,16 +1543,30 @@ "confidence": 1 }, { - "text": "____Bilbo", + "text": "____", "boundingBox": [ 1.747, + 6.7829, + 2.0809, + 6.7829, + 2.0809, + 6.7981, + 1.747, + 6.7981 + ], + "confidence": 1 + }, + { + "text": "Bilbo", + "boundingBox": [ + 2.0925, 6.6553, 2.4278, 6.6553, 2.4278, - 6.7981, - 1.747, - 6.7981 + 6.7703, + 2.0925, + 6.7703 ], "confidence": 1 }, @@ -1547,8 +1591,8 @@ { "page": 2, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" }, { @@ -2857,7 +2901,7 @@ ] }, { - "text": "Signature: ____Frodo Baggins__________", + "text": "Signature: ____ Frodo Baggins__________", "boundingBox": [ 1.0055, 6.6556, @@ -2884,16 +2928,30 @@ "confidence": 1 }, { - "text": "____Frodo", + "text": "____", "boundingBox": [ 1.747, + 6.7829, + 2.0809, + 6.7829, + 2.0809, + 6.7981, + 1.747, + 6.7981 + ], + "confidence": 1 + }, + { + "text": "Frodo", + "boundingBox": [ + 2.0925, 6.6556, 2.4778, 6.6556, 2.4778, - 6.7981, - 1.747, - 6.7981 + 6.7703, + 2.0925, + 6.7703 ], "confidence": 1 }, @@ -2944,7 +3002,7 @@ 1.5931 ], "page": 1, - "confidence": 0.985, + "confidence": 0.987, "elements": [ "#/readResults/0/lines/3/words/0", "#/readResults/0/lines/3/words/1" @@ -3020,7 +3078,7 @@ 4.3717 ], "page": 1, - "confidence": 0.965, + "confidence": 0.964, "elements": [ "#/readResults/0/lines/28/words/0" ] @@ -3065,7 +3123,7 @@ 4.5827 ], "page": 1, - "confidence": 0.936, + "confidence": 0.935, "elements": [ "#/readResults/0/lines/33/words/0" ] @@ -3096,22 +3154,22 @@ }, "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 430, + "text": "430.00", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 ], "page": 1, - "confidence": 0.99, + "confidence": 0.985, "elements": [ - "#/readResults/0/lines/36/words/1" + "#/readResults/0/lines/37/words/1" ] } } @@ -3151,7 +3209,7 @@ 1.5931 ], "page": 3, - "confidence": 0.98, + "confidence": 0.984, "elements": [ "#/readResults/2/lines/3/words/0", "#/readResults/2/lines/3/words/1" @@ -3267,7 +3325,7 @@ 4.1627 ], "page": 3, - "confidence": 0.721, + "confidence": 0.723, "elements": [ "#/readResults/2/lines/27/words/0" ] @@ -3292,7 +3350,7 @@ 4.3717 ], "page": 3, - "confidence": 0.912, + "confidence": 0.905, "elements": [ "#/readResults/2/lines/28/words/0" ] @@ -3337,7 +3395,7 @@ 4.5827 ], "page": 3, - "confidence": 0.903, + "confidence": 0.896, "elements": [ "#/readResults/2/lines/31/words/0" ] @@ -3357,7 +3415,7 @@ 4.5827 ], "page": 3, - "confidence": 0.959, + "confidence": 0.958, "elements": [ "#/readResults/2/lines/33/words/0" ] @@ -3415,7 +3473,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 efae22c643f8..816d90824dcf 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContent.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContent.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-c180580893555a48a7082ba7c7672c59-2d957e8e98314b4d-00", + "traceparent": "00-2082e3558926e44db58b9b60ffcba17f-2541fc7260a6ba44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "54db59a3122216058f2da23dc25f8d2a", "x-ms-return-client-request-id": "true" @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "e8afa945-f627-47c6-8cf7-cc8cb6b48faf", + "apim-request-id": "f7c5bb32-de11-4112-a89b-eb2a52875e28", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:36 GMT", + "Date": "Tue, 17 Nov 2020 00:32:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3712" + "x-envoy-upstream-service-time": "3228" }, "ResponseBody": { "error": { "code": "FailedToDownloadImage", "innerError": { - "requestId": "e8afa945-f627-47c6-8cf7-cc8cb6b48faf" + "requestId": "f7c5bb32-de11-4112-a89b-eb2a52875e28" }, "message": "Failed to download image from input URL." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 be55ca670cb5..4dbaa6570cf2 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContentAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContentAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-963dde9136439c4392a914a403e26a5b-c53656d068231e40-00", + "traceparent": "00-770c532953305448903f515a3c1e8f65-70d32a7ff367d24f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "eea21153064a7cdf5d442d236b154082", "x-ms-return-client-request-id": "true" @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "545d1d3e-dc93-4353-9928-cabbe745acb3", + "apim-request-id": "911d5052-ec83-4d6f-ab9c-8a6a99e23689", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:34 GMT", + "Date": "Tue, 17 Nov 2020 00:33:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3944" + "x-envoy-upstream-service-time": "3206" }, "ResponseBody": { "error": { "code": "FailedToDownloadImage", "innerError": { - "requestId": "545d1d3e-dc93-4353-9928-cabbe745acb3" + "requestId": "911d5052-ec83-4d6f-ab9c-8a6a99e23689" }, "message": "Failed to download image from input URL." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 de65bb3d0acc..806726a9145b 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-5f79132286baf449a743797f8fbf28d7-72b4df50f28c3f4c-00", + "traceparent": "00-3030943d27f3454497355129a6bd49cd-506b7ed3b05cd144-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "572186d48f64e0c199a609199ace4746", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", + "apim-request-id": "063bd1d7-6539-4682-8e1a-15919057589d", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:32:49 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/063bd1d7-6539-4682-8e1a-15919057589d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "431" + "x-envoy-upstream-service-time": "438" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/063bd1d7-6539-4682-8e1a-15919057589d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "08004802f2f75bb8beab177ec8f5e5e1", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ac62931-beeb-4101-b95b-fc9a05a426c6", - "Content-Length": "109", + "apim-request-id": "45e64759-5ac4-4de0-ab64-1898ff84704f", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:56 GMT", + "Date": "Tue, 17 Nov 2020 00:32:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:32:56Z", - "lastUpdatedDateTime": "2020-09-09T22:32:56Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:50Z", + "lastUpdatedDateTime": "2020-11-17T00:32:50Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/063bd1d7-6539-4682-8e1a-15919057589d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c8db2d5a75bb552f6f405bae11227429", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ab522db2-2302-4c15-937b-f84f6f33e716", + "apim-request-id": "c35a6017-a57a-4967-9f0d-d3b63bd3848b", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:57 GMT", + "Date": "Tue, 17 Nov 2020 00:32:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:56Z", - "lastUpdatedDateTime": "2020-09-09T22:32:57Z" + "createdDateTime": "2020-11-17T00:32:50Z", + "lastUpdatedDateTime": "2020-11-17T00:32:50Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/063bd1d7-6539-4682-8e1a-15919057589d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "21dc2e25097ce2f9cdc698b8774318a4", "x-ms-return-client-request-id": "true" @@ -107,18 +107,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e890bc35-f688-46ba-83e9-599bf1602ad1", + "apim-request-id": "38449f76-d4b0-4757-9827-697c05d00175", "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:58 GMT", + "Date": "Tue, 17 Nov 2020 00:32: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": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:32:56Z", - "lastUpdatedDateTime": "2020-09-09T22:32:58Z", + "createdDateTime": "2020-11-17T00:32:50Z", + "lastUpdatedDateTime": "2020-11-17T00:32:51Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -387,7 +387,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 a20fc93f6485..be61beaa56dc 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-e9f0a01141f36c48b52c5c77e9deae1a-6925e8517abf9a42-00", + "traceparent": "00-803d713811ddc74b87e82cfa83623728-b129ae93cde11448-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8fed6951a7fc4d9e3b194cd63e95a11a", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "af957dbc-2aa9-445c-b8da-28491eac83e5", + "apim-request-id": "83b89218-e06c-4f3b-9617-7302751b0589", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:34:05 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/83b89218-e06c-4f3b-9617-7302751b0589", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "352" + "x-envoy-upstream-service-time": "193" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/af957dbc-2aa9-445c-b8da-28491eac83e5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/83b89218-e06c-4f3b-9617-7302751b0589", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cf915addd4d1b2f4b353493be015d081", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf64de92-f32a-408a-a21f-f17a4dcf4923", + "apim-request-id": "904bf940-b8c4-411b-84d3-682bb58b8762", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:26 GMT", + "Date": "Tue, 17 Nov 2020 00:34:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:38:26Z", - "lastUpdatedDateTime": "2020-09-09T22:38:26Z" + "createdDateTime": "2020-11-17T00:34:06Z", + "lastUpdatedDateTime": "2020-11-17T00:34:06Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/af957dbc-2aa9-445c-b8da-28491eac83e5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/83b89218-e06c-4f3b-9617-7302751b0589", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ef01e76079415b4eb213b165639b5c67", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "76b4cf80-5ad3-4862-b6d8-bac0c02d0124", + "apim-request-id": "bd457d6c-d903-4691-9762-d93f5c3a6e45", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:27 GMT", + "Date": "Tue, 17 Nov 2020 00:34:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:26Z", - "lastUpdatedDateTime": "2020-09-09T22:38:26Z" + "createdDateTime": "2020-11-17T00:34:06Z", + "lastUpdatedDateTime": "2020-11-17T00:34:06Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/af957dbc-2aa9-445c-b8da-28491eac83e5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/83b89218-e06c-4f3b-9617-7302751b0589", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "309f1c13470d7d6f753bdca95d626c25", "x-ms-return-client-request-id": "true" @@ -107,18 +107,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "11a3f6aa-b228-4dee-ba36-e7f2c60e0bf0", + "apim-request-id": "0759b25b-7249-40f2-853d-203ed75d0200", "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:28 GMT", + "Date": "Tue, 17 Nov 2020 00:34:07 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": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:38:26Z", - "lastUpdatedDateTime": "2020-09-09T22:38:28Z", + "createdDateTime": "2020-11-17T00:34:06Z", + "lastUpdatedDateTime": "2020-11-17T00:34:07Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -387,7 +387,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 9e5a0863c195..565946b384da 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-727ae3e33150a74ca264cba2e82c1e62-18c8892396bf5745-00", + "traceparent": "00-4571446918c7f943a5fc179d397d2371-3f4778be2fe63248-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "51b180256b0a2c5d0d9c25e1c1851735", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b9890f0c-0cc4-4e21-ad2d-e4415165d981", + "apim-request-id": "7fb2d57a-f4be-4f5b-9556-e1bbb1f4a3ae", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:32:47 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7fb2d57a-f4be-4f5b-9556-e1bbb1f4a3ae", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "241" + "x-envoy-upstream-service-time": "224" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b9890f0c-0cc4-4e21-ad2d-e4415165d981", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7fb2d57a-f4be-4f5b-9556-e1bbb1f4a3ae", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a7a0b982d7014cd146197efea0977c81", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a336500-5c61-442e-8185-067e6cef2e66", - "Content-Length": "109", + "apim-request-id": "47bb7a4d-b9ca-46c6-b456-5470be447f36", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:53 GMT", + "Date": "Tue, 17 Nov 2020 00:32:47 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": "9" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:32:54Z", - "lastUpdatedDateTime": "2020-09-09T22:32:54Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:47Z", + "lastUpdatedDateTime": "2020-11-17T00:32:47Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b9890f0c-0cc4-4e21-ad2d-e4415165d981", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7fb2d57a-f4be-4f5b-9556-e1bbb1f4a3ae", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "aa68ae45b45919c1ff8fe4e68d0734f2", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ddc8de87-3619-48f6-b112-d7b6eabc6aa5", + "apim-request-id": "67c1fa5b-0afb-44f9-a55b-05e1cbbbfadc", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:54 GMT", + "Date": "Tue, 17 Nov 2020 00:32:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:54Z", - "lastUpdatedDateTime": "2020-09-09T22:32:54Z" + "createdDateTime": "2020-11-17T00:32:47Z", + "lastUpdatedDateTime": "2020-11-17T00:32:47Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b9890f0c-0cc4-4e21-ad2d-e4415165d981", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7fb2d57a-f4be-4f5b-9556-e1bbb1f4a3ae", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d9794786b0d94e47ae650bf1ed5e8c75", "x-ms-return-client-request-id": "true" @@ -105,18 +105,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5dc961b3-fb46-40ec-b23a-b2d2b39e4455", + "apim-request-id": "92cd930d-abd3-4bce-8673-2efebcf9eeba", "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:55 GMT", + "Date": "Tue, 17 Nov 2020 00:32:49 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": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:32:54Z", - "lastUpdatedDateTime": "2020-09-09T22:32:56Z", + "createdDateTime": "2020-11-17T00:32:47Z", + "lastUpdatedDateTime": "2020-11-17T00:32:48Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -385,7 +385,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 956b2702d483..027d3407ca66 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-d5b045feaa09c14b9f231b82a79de265-a3e48939ff222645-00", + "traceparent": "00-ddda27d32b4a7046952cdede41c71c3e-fa62519f86686140-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9c57e5b48ae7b0429a0b141bca622d91", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", + "apim-request-id": "aafdc37e-d1f2-4583-ada1-e6dfc69e31b7", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:34:03 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/aafdc37e-d1f2-4583-ada1-e6dfc69e31b7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "189" + "x-envoy-upstream-service-time": "200" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/aafdc37e-d1f2-4583-ada1-e6dfc69e31b7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1d157a5ddd54f4d33dfe9b25b094f6d5", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b99a301c-eb12-42e8-a2d4-0fa60e189846", + "apim-request-id": "fc5b6f91-6336-488f-84fb-bc65154ce758", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:23 GMT", + "Date": "Tue, 17 Nov 2020 00:34:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:38:23Z", - "lastUpdatedDateTime": "2020-09-09T22:38:23Z" + "createdDateTime": "2020-11-17T00:34:03Z", + "lastUpdatedDateTime": "2020-11-17T00:34:03Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/aafdc37e-d1f2-4583-ada1-e6dfc69e31b7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6bfbddc30482baf878d7df4deb38f1bc", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d6f71b47-ceab-46fd-9c05-6fb7e88cc2c4", + "apim-request-id": "d71c4531-5c1e-47a4-8079-916308a6851e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:24 GMT", + "Date": "Tue, 17 Nov 2020 00:34:04 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:23Z", - "lastUpdatedDateTime": "2020-09-09T22:38:24Z" + "createdDateTime": "2020-11-17T00:34:03Z", + "lastUpdatedDateTime": "2020-11-17T00:34:03Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/aafdc37e-d1f2-4583-ada1-e6dfc69e31b7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "98028a316ac1d76f12625ee9ef1d0006", "x-ms-return-client-request-id": "true" @@ -105,18 +105,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1cc1ae8e-5207-4faf-8c7b-2db7e29c30e3", + "apim-request-id": "878121b6-71dd-4fd2-b336-a74419d7ef73", "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:25 GMT", + "Date": "Tue, 17 Nov 2020 00:34:05 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": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:38:23Z", - "lastUpdatedDateTime": "2020-09-09T22:38:25Z", + "createdDateTime": "2020-11-17T00:34:03Z", + "lastUpdatedDateTime": "2020-11-17T00:34:05Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -385,7 +385,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 9005b4b5c815..bf87f028362d 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-9b8d6c01fa6ddf4bbd080b9701359d29-443bde9ceda8c84e-00", + "traceparent": "00-41b3f257ef5b77459adc9ade7e31d4f5-3c323b3d0d38e34c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e42a4f4fe0830c64e7bd8ad35e42ee05", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b4f9ad2f-7418-4aee-92cf-979325d37fbc", + "apim-request-id": "9c650aed-cacb-45e7-9e9f-1f2bfe174186", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:32:56 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/9c650aed-cacb-45e7-9e9f-1f2bfe174186", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "638" + "x-envoy-upstream-service-time": "724" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/9c650aed-cacb-45e7-9e9f-1f2bfe174186", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b68ecf24ee50ea6f593f69a8929848d1", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78227bad-032c-4919-a454-5a4f2af5c854", - "Content-Length": "109", + "apim-request-id": "063fc212-976b-40cd-b37c-29037b8d6d28", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:05 GMT", + "Date": "Tue, 17 Nov 2020 00:32:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:05Z", - "lastUpdatedDateTime": "2020-09-09T22:33:05Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:57Z", + "lastUpdatedDateTime": "2020-11-17T00:32:57Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/9c650aed-cacb-45e7-9e9f-1f2bfe174186", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e73fa0084c2f58e5f8d3341b3c6358a0", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2dbde3fc-d2f6-4399-9087-4197646a5d6d", + "apim-request-id": "d66de04d-eab2-4f2f-bb0b-5df5f48ab3b2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:06 GMT", + "Date": "Tue, 17 Nov 2020 00:32:58 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-09-09T22:33:05Z", - "lastUpdatedDateTime": "2020-09-09T22:33:05Z" + "createdDateTime": "2020-11-17T00:32:57Z", + "lastUpdatedDateTime": "2020-11-17T00:32:57Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/9c650aed-cacb-45e7-9e9f-1f2bfe174186", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "29cf6d19d62f6055df3f8a4477bc7a4f", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fdae28ca-7cb1-437e-ac38-2bcb3e505e91", + "apim-request-id": "6ec34d48-0487-413a-a0b8-c82923b419d4", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:08 GMT", + "Date": "Tue, 17 Nov 2020 00:32:59 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:05Z", - "lastUpdatedDateTime": "2020-09-09T22:33:05Z" + "createdDateTime": "2020-11-17T00:32:57Z", + "lastUpdatedDateTime": "2020-11-17T00:32:57Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/9c650aed-cacb-45e7-9e9f-1f2bfe174186", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "becab8750702d7d6ea35bd7cb954aef5", "x-ms-return-client-request-id": "true" @@ -137,18 +137,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "87cb97f0-0be3-4163-a1c5-88b9f9d68bb3", + "apim-request-id": "04d03136-e6dc-4b14-b576-6823aa753d66", "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:09 GMT", + "Date": "Tue, 17 Nov 2020 00:33:01 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": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:33:05Z", - "lastUpdatedDateTime": "2020-09-09T22:33:08Z", + "createdDateTime": "2020-11-17T00:32:57Z", + "lastUpdatedDateTime": "2020-11-17T00:33:00Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -452,7 +452,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 07477983e27f..8633a9ced311 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-6ad1f896adb7414582edc431eaf8fecf-628de882d7f6bb49-00", + "traceparent": "00-64eaa03766f20d469cae1bf8b4a5bf35-4948bb71b2107744-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "54af18312b4ffb6ed05f59e0fbc3f5f6", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a1c5cf29-9d11-495f-90ab-b8d79fe4d836", + "apim-request-id": "c0fedb71-fdbc-4042-b745-fe2c6b37352b", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:34:13 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/c0fedb71-fdbc-4042-b745-fe2c6b37352b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "858" + "x-envoy-upstream-service-time": "427" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/c0fedb71-fdbc-4042-b745-fe2c6b37352b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1b94f0c6039daa7584409dc1adc47088", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "43c686b5-2426-465b-9b76-ce549a3da24d", + "apim-request-id": "fd658014-a5f3-4c03-a1ee-27cbbaa5933a", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:34 GMT", + "Date": "Tue, 17 Nov 2020 00:34:13 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": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:38:34Z", - "lastUpdatedDateTime": "2020-09-09T22:38:34Z" + "createdDateTime": "2020-11-17T00:34:13Z", + "lastUpdatedDateTime": "2020-11-17T00:34:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/c0fedb71-fdbc-4042-b745-fe2c6b37352b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "be760517d46f8ebe2bbefa5a03fb221a", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40727add-3510-4fc0-8df9-eaa49fc74615", + "apim-request-id": "a7d7ae1c-295f-40e9-aecb-514044da82ed", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:35 GMT", + "Date": "Tue, 17 Nov 2020 00:34:14 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:34Z", - "lastUpdatedDateTime": "2020-09-09T22:38:34Z" + "createdDateTime": "2020-11-17T00:34:13Z", + "lastUpdatedDateTime": "2020-11-17T00:34:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/c0fedb71-fdbc-4042-b745-fe2c6b37352b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9470bb37bb942e7ba204cf0f8dad4d0b", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b5116863-1a58-4a03-9bcc-e007d435cf5b", + "apim-request-id": "db95d959-c8de-40af-a374-d81f58b664a2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:36 GMT", + "Date": "Tue, 17 Nov 2020 00:34:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:34Z", - "lastUpdatedDateTime": "2020-09-09T22:38:34Z" + "createdDateTime": "2020-11-17T00:34:13Z", + "lastUpdatedDateTime": "2020-11-17T00:34:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/c0fedb71-fdbc-4042-b745-fe2c6b37352b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f6c9d1ef374df2863106efdf081aa689", "x-ms-return-client-request-id": "true" @@ -137,18 +137,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e5d11f0-cb5d-458d-9205-ce2bc6e41b60", + "apim-request-id": "df41e42d-397d-4ed4-9970-6a096ff7b421", "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:37 GMT", + "Date": "Tue, 17 Nov 2020 00:34:16 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": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:38:34Z", - "lastUpdatedDateTime": "2020-09-09T22:38:37Z", + "createdDateTime": "2020-11-17T00:34:13Z", + "lastUpdatedDateTime": "2020-11-17T00:34:16Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -452,7 +452,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 a5218e10b222..d912ae7875ac 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-d41bb29552b74a4c9bb79ce6dbbe73e6-25c917c50e9f124b-00", + "traceparent": "00-af73ce3df7727c4493f422e83503a990-c9f30eb9d770c645-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6e1e853e92a8b1a5199b746ba3e16f2b", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9c2c9e84-2023-4402-b128-7a066e63097e", + "apim-request-id": "6f1ff2be-e07e-4733-b4b2-9855180ed25a", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:32:53 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/6f1ff2be-e07e-4733-b4b2-9855180ed25a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "672" + "x-envoy-upstream-service-time": "516" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/6f1ff2be-e07e-4733-b4b2-9855180ed25a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0015873749f09fc1bd602b43d3be23c7", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "90fc45ee-84f4-427d-a987-c478307f742b", - "Content-Length": "109", + "apim-request-id": "3e2edf61-a6e1-430f-b87c-5700c47cd5d5", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:02 GMT", + "Date": "Tue, 17 Nov 2020 00:32:53 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": "10" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:01Z", - "lastUpdatedDateTime": "2020-09-09T22:33:01Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:53Z", + "lastUpdatedDateTime": "2020-11-17T00:32:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/6f1ff2be-e07e-4733-b4b2-9855180ed25a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "81a58b7acb5d25aa8b11160b354d6ba5", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9eb576c7-ec5f-4dc1-8fdb-61790b3340da", + "apim-request-id": "aa8abbbc-1186-4e29-be50-137bb59c253d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:03 GMT", + "Date": "Tue, 17 Nov 2020 00:32:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:01Z", - "lastUpdatedDateTime": "2020-09-09T22:33:02Z" + "createdDateTime": "2020-11-17T00:32:53Z", + "lastUpdatedDateTime": "2020-11-17T00:32:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/6f1ff2be-e07e-4733-b4b2-9855180ed25a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "90a9901a1429f43ac47eb1486661dd5b", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0d7c3908-2fec-4d85-966b-95bae901fe3c", + "apim-request-id": "2730b52f-0055-4779-b839-8ed09d0021ec", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:04 GMT", + "Date": "Tue, 17 Nov 2020 00:32:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:01Z", - "lastUpdatedDateTime": "2020-09-09T22:33:02Z" + "createdDateTime": "2020-11-17T00:32:53Z", + "lastUpdatedDateTime": "2020-11-17T00:32:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/6f1ff2be-e07e-4733-b4b2-9855180ed25a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "17f1ad77ee3b6bceddef75df33b56a6f", "x-ms-return-client-request-id": "true" @@ -135,18 +135,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5f3b52f-de23-47a6-9bb9-973262f1cd51", + "apim-request-id": "e7e3b0f0-b6e6-4c2d-82ac-fa833baa2e34", "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:05 GMT", + "Date": "Tue, 17 Nov 2020 00:32: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": "14" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:33:01Z", - "lastUpdatedDateTime": "2020-09-09T22:33:04Z", + "createdDateTime": "2020-11-17T00:32:53Z", + "lastUpdatedDateTime": "2020-11-17T00:32:56Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -450,7 +450,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 d43035d01cd9..9c81e87abbb4 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-d4dda155d40b724b8a66675a60bbd57e-59f8a489129fc645-00", + "traceparent": "00-c5ac88c108431e448b508f1667585f08-fbcae5544e4e794b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8fb4da106fff8db34acc12af0f4a8160", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9d54abb1-18eb-4236-9ba3-5bcc291778e0", + "apim-request-id": "f517740e-79f7-42da-948b-97d661c71a0c", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:34:08 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f517740e-79f7-42da-948b-97d661c71a0c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "671" + "x-envoy-upstream-service-time": "627" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f517740e-79f7-42da-948b-97d661c71a0c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "94bc56dfd21452b63b3d17e0e82f0452", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d5f76b31-83fc-4217-b07f-c423275e34c3", - "Content-Length": "106", + "apim-request-id": "34561bae-8b64-4aa0-9854-79764a73a40c", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:30 GMT", + "Date": "Tue, 17 Nov 2020 00:34:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:38:30Z", - "lastUpdatedDateTime": "2020-09-09T22:38:30Z" + "status": "notStarted", + "createdDateTime": "2020-11-17T00:34:09Z", + "lastUpdatedDateTime": "2020-11-17T00:34:09Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f517740e-79f7-42da-948b-97d661c71a0c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a2cf95f98e3f8a47f4714b3f9bc507ff", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d4fdb9e1-32f1-4dee-93f2-7170f94847e4", + "apim-request-id": "d6d597af-e801-4b08-b207-98371ffdfd80", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:31 GMT", + "Date": "Tue, 17 Nov 2020 00:34:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:30Z", - "lastUpdatedDateTime": "2020-09-09T22:38:30Z" + "createdDateTime": "2020-11-17T00:34:09Z", + "lastUpdatedDateTime": "2020-11-17T00:34:09Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f517740e-79f7-42da-948b-97d661c71a0c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e386ff40c3133d2c236253c257d2a41a", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe0c117c-b6f1-41a5-bc36-b09124dc3c2e", + "apim-request-id": "84e57d65-2725-4efc-a93f-b1775a0b4194", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:32 GMT", + "Date": "Tue, 17 Nov 2020 00:34:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:30Z", - "lastUpdatedDateTime": "2020-09-09T22:38:30Z" + "createdDateTime": "2020-11-17T00:34:09Z", + "lastUpdatedDateTime": "2020-11-17T00:34:09Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f517740e-79f7-42da-948b-97d661c71a0c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "79b6bfc8de7b50200e31a0a28676b676", "x-ms-return-client-request-id": "true" @@ -135,18 +135,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fc2a2005-2d82-495a-9592-f698828a048b", + "apim-request-id": "55879c3a-efbc-4f35-9866-da7154d88e68", "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:33 GMT", + "Date": "Tue, 17 Nov 2020 00:34:11 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": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:38:30Z", - "lastUpdatedDateTime": "2020-09-09T22:38:33Z", + "createdDateTime": "2020-11-17T00:34:09Z", + "lastUpdatedDateTime": "2020-11-17T00:34:12Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -450,7 +450,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 95fd67b2fe7d..242b9747f963 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFile.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFile.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-6c781f2842860f4cab7c141a5d86de90-af90a45dbc60c041-00", + "traceparent": "00-e0f18bf421b2b84daa1db60aabf2a381-d3930ab4944e1e41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0cdda38a34d7964a2ef6fa176c0d00c0", "x-ms-return-client-request-id": "true" @@ -19,19 +19,19 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "08efebd0-63d2-46af-98a3-782fc8ff39ef", + "apim-request-id": "3316139f-563f-43bf-a1d9-fa2d368f0f17", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:36 GMT", + "Date": "Tue, 17 Nov 2020 00:32:07 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": "3" }, "ResponseBody": { "error": { "code": "BadArgument", "innerError": { - "requestId": "08efebd0-63d2-46af-98a3-782fc8ff39ef" + "requestId": "3316139f-563f-43bf-a1d9-fa2d368f0f17" }, "message": "Bad or unrecognizable request JSON or binary file." } @@ -40,7 +40,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 1462cfdabeef..8b345167081c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFileAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFileAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/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-5feff66ba82ba54491c0b1a0f53cad6a-846fee55bba83f43-00", + "traceparent": "00-41fb1c5311edd9488fc2c5d90fb74691-e4fb2f4ee2a4b744-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "10e778d4031e215651dbb0787631ded2", "x-ms-return-client-request-id": "true" @@ -19,10 +19,10 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "2eed2d9a-b319-4d9b-8b74-5a0450bb3088", + "apim-request-id": "65daf5a7-36dc-4d4c-af35-424f2158c43d", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:34 GMT", + "Date": "Tue, 17 Nov 2020 00:33:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -31,7 +31,7 @@ "error": { "code": "BadArgument", "innerError": { - "requestId": "2eed2d9a-b319-4d9b-8b74-5a0450bb3088" + "requestId": "65daf5a7-36dc-4d4c-af35-424f2158c43d" }, "message": "Bad or unrecognizable request JSON or binary file." } @@ -40,7 +40,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "41234871" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%).json index 944375a538f5..b3714518bcbe 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ad87df827a52af48a099144908382828-19a311a85ea7304f-00", + "traceparent": "00-f06f107accde634ba7aea724be725674-310524fc4575c543-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4df6fc9bacf2a53f024b7d45f36f4bff", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "aa6eec58-b2a2-40ad-873b-6937e02da063", + "apim-request-id": "cd27edfc-9bf7-46c5-a58c-98c9aaf2182d", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 23:59:11 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/aa6eec58-b2a2-40ad-873b-6937e02da063", + "Date": "Tue, 17 Nov 2020 00:33:04 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/cd27edfc-9bf7-46c5-a58c-98c9aaf2182d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "205" + "x-envoy-upstream-service-time": "221" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/aa6eec58-b2a2-40ad-873b-6937e02da063", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/cd27edfc-9bf7-46c5-a58c-98c9aaf2182d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a84ca2803020c0776420dd88f18c7183", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7d5741ef-5845-4bb0-b198-dd3b71509d10", - "Content-Length": "109", + "apim-request-id": "d6fadf0a-890c-4707-9ac2-17f243dd9364", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:11 GMT", + "Date": "Tue, 17 Nov 2020 00:33:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T23:59:12Z", - "lastUpdatedDateTime": "2020-10-15T23:59:12Z" + "status": "running", + "createdDateTime": "2020-11-17T00:33:05Z", + "lastUpdatedDateTime": "2020-11-17T00:33:05Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/aa6eec58-b2a2-40ad-873b-6937e02da063", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/cd27edfc-9bf7-46c5-a58c-98c9aaf2182d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "629b9b546fb65de94918604a6f92091e", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "530a63bb-f50a-462f-bd99-72343902661e", + "apim-request-id": "d4f39424-f26b-496f-a09a-a10d2e83cbd1", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:12 GMT", + "Date": "Tue, 17 Nov 2020 00:33:06 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-10-15T23:59:12Z", - "lastUpdatedDateTime": "2020-10-15T23:59:12Z" + "createdDateTime": "2020-11-17T00:33:05Z", + "lastUpdatedDateTime": "2020-11-17T00:33:05Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/aa6eec58-b2a2-40ad-873b-6937e02da063", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/cd27edfc-9bf7-46c5-a58c-98c9aaf2182d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3afa947a65856b708436e9d2cfb6b476", @@ -105,18 +105,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2464897b-b9d8-482f-8bf8-1e797d9459c6", + "apim-request-id": "ffd11089-6d95-4975-a7e5-6a1823801d93", "Content-Length": "8808", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:13 GMT", + "Date": "Tue, 17 Nov 2020 00:33:07 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": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T23:59:12Z", - "lastUpdatedDateTime": "2020-10-15T23:59:13Z", + "createdDateTime": "2020-11-17T00:33:05Z", + "lastUpdatedDateTime": "2020-11-17T00:33:06Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1309,7 +1309,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "316388971" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%)Async.json index 1e9b7bb031d7..35250aa79eb1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-55eaeb130d324d47aacdf14a3877125b-2a683e348b65344d-00", + "traceparent": "00-f6a3ef6bc687b94a9be9bb06e01f64ec-d07f9f5c6d953249-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "86f7b26afbf5b1326f3f28856a9b4e31", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a80d7300-300d-4de6-b1d5-bac0a93c1282", + "apim-request-id": "b83863ed-03f4-4760-b43a-b7dc1bf32d5a", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 23:59:23 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a80d7300-300d-4de6-b1d5-bac0a93c1282", + "Date": "Tue, 17 Nov 2020 00:34:19 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/b83863ed-03f4-4760-b43a-b7dc1bf32d5a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "277" + "x-envoy-upstream-service-time": "188" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a80d7300-300d-4de6-b1d5-bac0a93c1282", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/b83863ed-03f4-4760-b43a-b7dc1bf32d5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "935d5ab70d6a615759fad115cd9ad4fd", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "30cf3a80-d111-48f8-b894-aac667a9ea68", + "apim-request-id": "68ca3e93-2fe7-4ba2-9e0c-17706a782c69", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:23 GMT", + "Date": "Tue, 17 Nov 2020 00:34: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": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-15T23:59:23Z", - "lastUpdatedDateTime": "2020-10-15T23:59:23Z" + "createdDateTime": "2020-11-17T00:34:19Z", + "lastUpdatedDateTime": "2020-11-17T00:34:19Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a80d7300-300d-4de6-b1d5-bac0a93c1282", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/b83863ed-03f4-4760-b43a-b7dc1bf32d5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f12811396f701c362c68464fbe36532d", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "72ae948f-f80f-4d97-81c1-ade1d994ad19", + "apim-request-id": "74043dce-d3ab-4611-a9f5-6dc3322ac27a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:24 GMT", + "Date": "Tue, 17 Nov 2020 00:34:20 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T23:59:23Z", - "lastUpdatedDateTime": "2020-10-15T23:59:23Z" + "createdDateTime": "2020-11-17T00:34:19Z", + "lastUpdatedDateTime": "2020-11-17T00:34:19Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a80d7300-300d-4de6-b1d5-bac0a93c1282", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/b83863ed-03f4-4760-b43a-b7dc1bf32d5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6242bb2313c45ce45a952cfa2a1ce4d5", @@ -105,18 +105,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7015aaf2-95d3-43c3-8989-29fded93dcdb", + "apim-request-id": "29f1d518-8647-4d39-9410-8b0e1b7d5485", "Content-Length": "8808", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:25 GMT", + "Date": "Tue, 17 Nov 2020 00:34:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T23:59:23Z", - "lastUpdatedDateTime": "2020-10-15T23:59:25Z", + "createdDateTime": "2020-11-17T00:34:19Z", + "lastUpdatedDateTime": "2020-11-17T00:34:21Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1309,7 +1309,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1049801833" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%).json index 6e9407d1fd53..97f1e476af8e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=en-US", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=en-US", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-15f92b845ce2b646a3c74b0bddd93b32-007f650f2468a945-00", + "traceparent": "00-81ed2758bdda6f43968df3a3a177cbdb-a59b4e511256854b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "17ab643d28e6f2c8808fced1b2bd1690", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b21a2067-ff40-49cb-a72f-e4af763e8cb2", + "apim-request-id": "adf3fc22-32d2-46fd-a099-8791885666df", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 23:59:08 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b21a2067-ff40-49cb-a72f-e4af763e8cb2", + "Date": "Tue, 17 Nov 2020 00:33:01 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/adf3fc22-32d2-46fd-a099-8791885666df", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "228" + "x-envoy-upstream-service-time": "239" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b21a2067-ff40-49cb-a72f-e4af763e8cb2", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/adf3fc22-32d2-46fd-a099-8791885666df", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5fd23f79a12052ec47cf208170a6619c", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7edf676a-0acb-415d-b874-9a9cee638d6c", - "Content-Length": "109", + "apim-request-id": "9a15c465-43f3-4349-9cd5-4d3dcfac921a", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:08 GMT", + "Date": "Tue, 17 Nov 2020 00:33:01 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": "10" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T23:59:09Z", - "lastUpdatedDateTime": "2020-10-15T23:59:09Z" + "status": "running", + "createdDateTime": "2020-11-17T00:33:01Z", + "lastUpdatedDateTime": "2020-11-17T00:33:01Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b21a2067-ff40-49cb-a72f-e4af763e8cb2", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/adf3fc22-32d2-46fd-a099-8791885666df", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7329a64adbd1ce4923b39e475fd352ce", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93bb8bca-ab8f-4023-8b13-73a657562acd", + "apim-request-id": "43a18239-90a6-4947-97f9-043dfce207ed", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:09 GMT", + "Date": "Tue, 17 Nov 2020 00:33:02 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T23:59:09Z", - "lastUpdatedDateTime": "2020-10-15T23:59:09Z" + "createdDateTime": "2020-11-17T00:33:01Z", + "lastUpdatedDateTime": "2020-11-17T00:33:01Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b21a2067-ff40-49cb-a72f-e4af763e8cb2", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/adf3fc22-32d2-46fd-a099-8791885666df", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a6c73615c1859c467858cf16074782da", @@ -105,18 +105,48 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95dd5735-ef7d-4761-9d0d-3d14cf2b236c", + "apim-request-id": "2aaa8781-710c-460a-8087-63fff020bf45", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:33:03 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-11-17T00:33:01Z", + "lastUpdatedDateTime": "2020-11-17T00:33:01Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/adf3fc22-32d2-46fd-a099-8791885666df", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0c87322da3949dbff6033b6d03a4f273", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "24d0af18-879a-430b-bce5-354c13a18590", "Content-Length": "8808", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:10 GMT", + "Date": "Tue, 17 Nov 2020 00:33:04 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": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T23:59:09Z", - "lastUpdatedDateTime": "2020-10-15T23:59:11Z", + "createdDateTime": "2020-11-17T00:33:01Z", + "lastUpdatedDateTime": "2020-11-17T00:33:04Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1309,7 +1339,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1679087298" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%)Async.json index 0be7385bc6c8..c9b779b6dcab 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=en-US", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=en-US", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d322d3ea5790ed4499a0e665c51f0980-f1065a9397d1004e-00", + "traceparent": "00-931beb19fe2f5742b98258a4c6534dd8-1b7b0915af3e6642-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "75af3e2abc37deef2b33dc25f0383d5c", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "09684e32-32e0-4c32-99b7-431e18b7e63b", + "apim-request-id": "d3c52247-2c6b-4bb6-8e19-e7e2073e0cec", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 23:59:21 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/09684e32-32e0-4c32-99b7-431e18b7e63b", + "Date": "Tue, 17 Nov 2020 00:34:16 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d3c52247-2c6b-4bb6-8e19-e7e2073e0cec", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "215" + "x-envoy-upstream-service-time": "232" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/09684e32-32e0-4c32-99b7-431e18b7e63b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d3c52247-2c6b-4bb6-8e19-e7e2073e0cec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "77f3e00d07648dba428d95aa622958fa", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cd0bcb1c-6f29-4462-8870-072e3f8a303d", - "Content-Length": "109", + "apim-request-id": "beb05e20-a3eb-454c-8b99-fc59c2a14096", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:21 GMT", + "Date": "Tue, 17 Nov 2020 00:34:16 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": "10" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T23:59:21Z", - "lastUpdatedDateTime": "2020-10-15T23:59:21Z" + "status": "running", + "createdDateTime": "2020-11-17T00:34:17Z", + "lastUpdatedDateTime": "2020-11-17T00:34:17Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/09684e32-32e0-4c32-99b7-431e18b7e63b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d3c52247-2c6b-4bb6-8e19-e7e2073e0cec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4cfd66ccfe623bdd2414dcc55c6b0f23", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "34d91c7a-c5a9-414b-8eeb-327aa7a7ee28", + "apim-request-id": "0c9068ac-8c2b-4423-bd0c-8ce42c32aae8", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:22 GMT", + "Date": "Tue, 17 Nov 2020 00:34:17 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-10-15T23:59:21Z", - "lastUpdatedDateTime": "2020-10-15T23:59:21Z" + "createdDateTime": "2020-11-17T00:34:17Z", + "lastUpdatedDateTime": "2020-11-17T00:34:17Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/09684e32-32e0-4c32-99b7-431e18b7e63b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d3c52247-2c6b-4bb6-8e19-e7e2073e0cec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "749eb7dd88b92233842132a927447c02", @@ -105,18 +105,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03f110e7-2519-404a-a9af-2483211f8062", + "apim-request-id": "0ad42697-5eea-4366-931d-1a763cc23cc6", "Content-Length": "8808", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:23 GMT", + "Date": "Tue, 17 Nov 2020 00:34:18 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": "18" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T23:59:21Z", - "lastUpdatedDateTime": "2020-10-15T23:59:22Z", + "createdDateTime": "2020-11-17T00:34:17Z", + "lastUpdatedDateTime": "2020-11-17T00:34:18Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1309,7 +1309,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "612086966" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocale.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocale.json index 81720cb5e881..00ad57c23ed4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocale.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocale.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false\u0026locale=not-locale", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false\u0026locale=not-locale", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-737b7be95cf82045aac782d32e5adb9d-80e295e93282e74a-00", + "traceparent": "00-bdfff1fe45485948a72caac4afa8e7e2-4eabed605bcdd347-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "307cfc684d40c8c378390ad52e6fc30f", @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "5b50d39d-4351-450f-b96a-c3a4bd9e3c29", + "apim-request-id": "d572ca33-a3c4-404c-8bfd-e15e1695ddba", "Content-Length": "200", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:02 GMT", + "Date": "Tue, 17 Nov 2020 00:32:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "422" + "x-envoy-upstream-service-time": "397" }, "ResponseBody": { "error": { "code": "UnsupportedLocale", "innerError": { - "requestId": "5b50d39d-4351-450f-b96a-c3a4bd9e3c29" + "requestId": "d572ca33-a3c4-404c-8bfd-e15e1695ddba" }, "message": "Locale unsupported. Supported locales include en-AU, en-CA, en-GB, en-IN and en-US." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1546482383" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocaleAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocaleAsync.json index a4e83a5e02d3..d5265fe1353f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocaleAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocaleAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false\u0026locale=not-locale", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false\u0026locale=not-locale", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8434dd48e8cd584d850dab89723647b9-9ed66bb2c5c3e54c-00", + "traceparent": "00-d996159e13a5d54e9107dbf7ceaae36c-bec91e7a45d51744-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "24682f5fd4cc3697e1e40d02c063088f", @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "471c471c-fcae-4324-a4a3-926f61db5364", + "apim-request-id": "d874292c-8a31-488c-8aa6-ba6e473c8b9a", "Content-Length": "200", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:15 GMT", + "Date": "Tue, 17 Nov 2020 00:33:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "133" + "x-envoy-upstream-service-time": "602" }, "ResponseBody": { "error": { "code": "UnsupportedLocale", "innerError": { - "requestId": "471c471c-fcae-4324-a4a3-926f61db5364" + "requestId": "d874292c-8a31-488c-8aa6-ba6e473c8b9a" }, "message": "Locale unsupported. Supported locales include en-AU, en-CA, en-GB, en-IN and en-US." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "2135230702" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInoicesOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInoicesOperationCanPollFromNewObject.json deleted file mode 100644 index e31d2e48e84b..000000000000 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInoicesOperationCanPollFromNewObject.json +++ /dev/null @@ -1,396 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Content-Length": "22", - "Content-Type": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ece9b978c7298157130571782eff6aa8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "source": "Sanitized" - }, - "StatusCode": 202, - "ResponseHeaders": { - "apim-request-id": "4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "Content-Length": "0", - "Date": "Mon, 02 Nov 2020 21:57:08 GMT", - "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "379" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "13a9e45d9a71317c3c95c8454226a3a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4acfadb8-3671-447d-9c61-a22c888d8bfb", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-11-02T21:57:08Z", - "lastUpdatedDateTime": "2020-11-02T21:57:08Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cca65bc5f22a657f742cb635ad8ef877", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "13264f5c-7c40-440d-a3bc-2a0b0b2bf82f", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-11-02T21:57:08Z", - "lastUpdatedDateTime": "2020-11-02T21:57:09Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "463139ed4d7adea03db7b094fe123eec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4c852162-eb92-499c-b6cc-7ee5a1251d96", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:11 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-11-02T21:57:08Z", - "lastUpdatedDateTime": "2020-11-02T21:57:09Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d3b2cf629d596a7e64449e44e34684ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "459cf9de-dbe8-4113-9426-5f0dbf61cfe2", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:12 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-11-02T21:57:08Z", - "lastUpdatedDateTime": "2020-11-02T21:57:09Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0857519c5cf47827bac88f7241eb6661", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4f8a3672-6040-4246-836d-b6abef6c705b", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:13 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-11-02T21:57:08Z", - "lastUpdatedDateTime": "2020-11-02T21:57:09Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ddd3c9ee25dc501ebbc6e236ae5cfaf6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "29d6994f-06c1-42be-9f88-5bb555feee08", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-11-02T21:57:08Z", - "lastUpdatedDateTime": "2020-11-02T21:57:09Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "adf7023235bb05f8a83919900e0b2979", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5c64bce8-1477-41d4-a6d9-f22ea8b2d829", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:15 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-11-02T21:57:08Z", - "lastUpdatedDateTime": "2020-11-02T21:57:09Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "19563cdda77277d133074c2e7af1ca5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "735fa21c-cf78-4f6d-b34c-4f2d0b9811e3", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:16 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-11-02T21:57:08Z", - "lastUpdatedDateTime": "2020-11-02T21:57:09Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "3f3f98cdb9f4b8a6d1cd35a30b8d42b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d0c9fb53-2741-4293-892c-4ec1d796a941", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:17 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-11-02T21:57:08Z", - "lastUpdatedDateTime": "2020-11-02T21:57:09Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7158699de1068b84307f79b4e9c98bb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a8933b0c-904e-410c-85b7-4371ce6a04c4", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:18 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-11-02T21:57:08Z", - "lastUpdatedDateTime": "2020-11-02T21:57:09Z" - } - }, - { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4d4083ce-b535-4418-8ba2-12e901b7e7c9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "75c3bb6fe9cb2484969d47a5712e6ca5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2a8e339d-2d7e-47c1-b1ee-469825897341", - "Content-Length": "327", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": { - "status": "succeeded", - "createdDateTime": "2020-11-02T21:57:08Z", - "lastUpdatedDateTime": "2020-11-02T21:57:19Z", - "analyzeResult": { - "version": "2.1.0", - "readResults": [ - { - "page": 1, - "angle": 0, - "width": 8.5, - "height": 11, - "unit": "inch" - } - ], - "pageResults": [ - { - "page": 1 - } - ], - "documentResults": [ - { - "docType": "prebuilt:invoice", - "pageRange": [ - 1, - 1 - ], - "fields": {} - } - ] - } - } - } - ], - "Variables": { - "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", - "RandomSeed": "1562695721" - } -} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInoicesOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObject.json similarity index 55% rename from sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInoicesOperationCanPollFromNewObjectAsync.json rename to sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObject.json index d24950070074..2debda843d5f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInoicesOperationCanPollFromNewObjectAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObject.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/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.1.0-alpha.20201102.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "80a0d04967a5fcaf9d440a2ac877b992", + "x-ms-client-request-id": "53fa4ab1a6a84817341b0dda983e9f39", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -20,194 +20,194 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "397edcbb-fa35-4e6a-a90e-de604d599e92", + "apim-request-id": "ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", "Content-Length": "0", - "Date": "Mon, 02 Nov 2020 21:57:19 GMT", - "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/397edcbb-fa35-4e6a-a90e-de604d599e92", + "Date": "Tue, 17 Nov 2020 00:58:26 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "327" + "x-envoy-upstream-service-time": "905" }, "ResponseBody": [] }, { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/397edcbb-fa35-4e6a-a90e-de604d599e92", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "524fd00c9410f673eb755198da233a9b", + "x-ms-client-request-id": "6b872f964b217b3d8cdc67bd8b2c04fe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c9a6fca8-ed5f-4d3b-9475-d9fcfcc3ac4a", - "Content-Length": "109", + "apim-request-id": "2c88bb24-ed46-4216-bf15-38e6dcae4fd1", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:19 GMT", + "Date": "Tue, 17 Nov 2020 00:58:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "107" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-11-02T21:57:20Z", - "lastUpdatedDateTime": "2020-11-02T21:57:20Z" + "status": "running", + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:27Z" } }, { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/397edcbb-fa35-4e6a-a90e-de604d599e92", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "eca25db63fd2b3e54d2244d4806ff57f", + "x-ms-client-request-id": "daf95177891537e7e88ced15ad6c58f2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4999e473-e993-41d0-9dcc-3d1c95af592e", + "apim-request-id": "99684e3f-5c95-437e-a6cd-ebee5479f34f", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:21 GMT", + "Date": "Tue, 17 Nov 2020 00:58:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-11-02T21:57:20Z", - "lastUpdatedDateTime": "2020-11-02T21:57:20Z" + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:27Z" } }, { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/397edcbb-fa35-4e6a-a90e-de604d599e92", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b9f619af746cb4e35caa95301516217a", + "x-ms-client-request-id": "e053e1eac659655b0c7ec7cb3e59bc07", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1dd42698-fa02-4525-9b98-000a2eb760f3", + "apim-request-id": "961e48de-d4d8-470c-b972-5a1f46e7a7fa", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:22 GMT", + "Date": "Tue, 17 Nov 2020 00:58:29 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": "89" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-11-02T21:57:20Z", - "lastUpdatedDateTime": "2020-11-02T21:57:20Z" + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:27Z" } }, { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/397edcbb-fa35-4e6a-a90e-de604d599e92", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6b736f09cdd5ccbfeb9b05ed4f9e757b", + "x-ms-client-request-id": "46630f17c4450d24485082955e27ce20", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "672aab1d-fc50-4efd-b67c-601906e0ed4c", + "apim-request-id": "6f4dac3a-e4e3-40b2-9320-14c6e8dc10b3", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:23 GMT", + "Date": "Tue, 17 Nov 2020 00:58:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-11-02T21:57:20Z", - "lastUpdatedDateTime": "2020-11-02T21:57:20Z" + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:27Z" } }, { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/397edcbb-fa35-4e6a-a90e-de604d599e92", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c0e9d280812c422e79ed8f28aab49d36", + "x-ms-client-request-id": "aad3758424d9b0a5f693cd96c11bf88e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "48182b76-83d2-463f-83c2-e1aae5135822", + "apim-request-id": "82ea9a9f-f675-4339-b2f0-6f0da9892b09", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:24 GMT", + "Date": "Tue, 17 Nov 2020 00:58:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-11-02T21:57:20Z", - "lastUpdatedDateTime": "2020-11-02T21:57:20Z" + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:27Z" } }, { - "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/397edcbb-fa35-4e6a-a90e-de604d599e92", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "11caca0089fce2aa5929cdd06ef564be", + "x-ms-client-request-id": "9efde5cf110825acbd46980943c507e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4050308b-17be-488e-b652-5252f77890ed", + "apim-request-id": "a1d14a8b-e306-4607-bdd8-f5e0464d4c8c", "Content-Length": "327", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 02 Nov 2020 21:57:25 GMT", + "Date": "Tue, 17 Nov 2020 00:58: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": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-11-02T21:57:20Z", - "lastUpdatedDateTime": "2020-11-02T21:57:25Z", + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:33Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -240,7 +240,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", - "RandomSeed": "1427867569" + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "2015546062" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObjectAsync.json new file mode 100644 index 000000000000..dd964d7d56cd --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObjectAsync.json @@ -0,0 +1,216 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f0c19636b96a41db67ea6d099fba30fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "Content-Length": "0", + "Date": "Tue, 17 Nov 2020 00:58:39 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "175" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "19cd68c066245451dab6881e03420bfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c37fe344-11f6-4c46-b992-23c693761959", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:39 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-11-17T00:58:39Z", + "lastUpdatedDateTime": "2020-11-17T00:58:39Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "52c2b37af6ac44589b3db476b9010e55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4ba372f6-85c5-4cd6-856a-e81db48cce18", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:58:39Z", + "lastUpdatedDateTime": "2020-11-17T00:58:39Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "144a4338177ed084456c16b330bc3d24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b599416b-aaa1-4c03-8fae-6dcc5a3f99d9", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:41 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-11-17T00:58:39Z", + "lastUpdatedDateTime": "2020-11-17T00:58:39Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "eb8e70dfddf8ca500f897de7b2da9bd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "182a2820-85de-4f50-8f7c-1ae892ab28f1", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:43 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-11-17T00:58:39Z", + "lastUpdatedDateTime": "2020-11-17T00:58:39Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c0e632a8f6f8637e2ff10d40e0a514df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5d52b667-472d-4b37-9c45-9e6edd0f3caa", + "Content-Length": "327", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-17T00:58:39Z", + "lastUpdatedDateTime": "2020-11-17T00:58:44Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch" + } + ], + "pageResults": [ + { + "page": 1 + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": {} + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "1690856589" + } +} \ 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 0f971f1ab1a2..f9a30fd4a68b 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://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,8 +9,8 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9b1ce7fd57d8843e397324737620e7fc", "x-ms-return-client-request-id": "true" @@ -20,25 +20,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d3637675-f428-47da-9cbe-f837eb013550", + "apim-request-id": "f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:58:34 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "757" + "x-envoy-upstream-service-time": "141" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1c931cb7d7438c69a3f3eabe5985b58c", "x-ms-return-client-request-id": "true" @@ -46,29 +46,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e145df1-bee2-46bb-93fe-dfaacf83cc05", + "apim-request-id": "c6c8ca2d-756a-492d-b0eb-f0296f70d8de", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:52 GMT", + "Date": "Tue, 17 Nov 2020 00:58:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "86" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:52Z", - "lastUpdatedDateTime": "2020-09-09T22:16:52Z" + "createdDateTime": "2020-11-17T00:58:34Z", + "lastUpdatedDateTime": "2020-11-17T00:58:34Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6fceb2f7cbf22f938476259eb1e16759", "x-ms-return-client-request-id": "true" @@ -76,29 +76,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1b170603-baa4-4d40-94e9-c24e4dcbbf04", + "apim-request-id": "9a585cfd-03e1-4616-b9dd-9350835dff20", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:53 GMT", + "Date": "Tue, 17 Nov 2020 00:58:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "172" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:52Z", - "lastUpdatedDateTime": "2020-09-09T22:16:53Z" + "createdDateTime": "2020-11-17T00:58:34Z", + "lastUpdatedDateTime": "2020-11-17T00:58:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9a5b9ee87368269f7d8ff8e56c7f2ab3", "x-ms-return-client-request-id": "true" @@ -106,29 +106,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "49bcfc07-1e31-4564-9e6c-b76bc22803af", + "apim-request-id": "6a628444-1782-4e3b-995e-9a2d42652647", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:54 GMT", + "Date": "Tue, 17 Nov 2020 00:58:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:52Z", - "lastUpdatedDateTime": "2020-09-09T22:16:53Z" + "createdDateTime": "2020-11-17T00:58:34Z", + "lastUpdatedDateTime": "2020-11-17T00:58:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c37c97be7751eb0a896497cdb1cbdbc2", "x-ms-return-client-request-id": "true" @@ -136,26 +136,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83a04f94-d858-4bdc-b409-0b9ed48f5768", - "Content-Length": "308", + "apim-request-id": "a5103459-8de7-4ed4-8bb1-df2683f50ce9", + "Content-Length": "300", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:55 GMT", + "Date": "Tue, 17 Nov 2020 00:58:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "183" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:16:52Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z", + "createdDateTime": "2020-11-17T00:58:34Z", + "lastUpdatedDateTime": "2020-11-17T00:58:38Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -175,7 +175,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.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 49e1c566f17b..c8bf9c3c87e5 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://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,8 +9,8 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "893a1e9592cc1f775001ac8f26469e88", "x-ms-return-client-request-id": "true" @@ -20,25 +20,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "dbac20eb-8c94-4a06-9011-550fb9d49d10", + "apim-request-id": "77a7351a-d7e0-4e9e-977c-73040333d897", "Content-Length": "0", - "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", + "Date": "Tue, 17 Nov 2020 00:58:44 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/77a7351a-d7e0-4e9e-977c-73040333d897", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "635" + "x-envoy-upstream-service-time": "142" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/77a7351a-d7e0-4e9e-977c-73040333d897", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3238d52362f6ab9b034159c2596466b1", "x-ms-return-client-request-id": "true" @@ -46,29 +46,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c52fa6d1-84d1-45d1-a480-5d50c01cad9c", + "apim-request-id": "40934e46-0ade-4573-b612-7ab6f20bc776", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:22 GMT", + "Date": "Tue, 17 Nov 2020 00:58:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "212" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:22Z", - "lastUpdatedDateTime": "2020-09-09T22:18:22Z" + "createdDateTime": "2020-11-17T00:58:45Z", + "lastUpdatedDateTime": "2020-11-17T00:58:45Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/77a7351a-d7e0-4e9e-977c-73040333d897", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bed767afa08481ec674207f4f5fb7198", "x-ms-return-client-request-id": "true" @@ -76,29 +76,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e4db2d5e-3659-43ff-92a6-24597f77bdf0", + "apim-request-id": "12a9ed26-a6a4-4f29-851f-9e44dea08855", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:23 GMT", + "Date": "Tue, 17 Nov 2020 00:58:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "274" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:22Z", - "lastUpdatedDateTime": "2020-09-09T22:18:22Z" + "createdDateTime": "2020-11-17T00:58:45Z", + "lastUpdatedDateTime": "2020-11-17T00:58:45Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/77a7351a-d7e0-4e9e-977c-73040333d897", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "58313504afe73208828f858b38b5c6ec", "x-ms-return-client-request-id": "true" @@ -106,29 +106,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a1a0d8a3-a8d0-4179-85c6-fd058b66af84", + "apim-request-id": "76e43d98-8233-4b56-a7ca-be4c3762bedd", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:25 GMT", + "Date": "Tue, 17 Nov 2020 00:58:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "165" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:22Z", - "lastUpdatedDateTime": "2020-09-09T22:18:22Z" + "createdDateTime": "2020-11-17T00:58:45Z", + "lastUpdatedDateTime": "2020-11-17T00:58:45Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/77a7351a-d7e0-4e9e-977c-73040333d897", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bee0fa9be06f8303e8b6cbb45aa7b508", "x-ms-return-client-request-id": "true" @@ -136,26 +136,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f99b00db-e332-4705-8915-20011a14ab4a", - "Content-Length": "308", + "apim-request-id": "276e35d5-062f-45b8-b5f6-b4e68fe979af", + "Content-Length": "300", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:26 GMT", + "Date": "Tue, 17 Nov 2020 00:58:48 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": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:18:22Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z", + "createdDateTime": "2020-11-17T00:58:45Z", + "lastUpdatedDateTime": "2020-11-17T00:58:48Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -175,7 +175,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1858614754" } } \ No newline at end of file