From 53063e03c18457c15f81be3816b2a068a65c3a7a Mon Sep 17 00:00:00 2001 From: Sameeksha Vaity Date: Tue, 15 Sep 2020 18:46:20 -0700 Subject: [PATCH] Add autogenerated code for form recognizer v2.1 features (#15237) --- .../FormRecognizerAsyncClient.java | 4 +- .../FormRecognizerClientImpl.java | 706 ++++++++++++++++-- .../AnalyzeBusinessCardAsyncHeaders.java | 38 + .../AnalyzeBusinessCardAsyncResponse.java | 30 + .../implementation/models/Attributes.java | 38 + .../ComposeCustomModelsAsyncHeaders.java | 38 + .../ComposeCustomModelsAsyncResponse.java | 30 + .../implementation/models/ComposeRequest.java | 66 ++ .../implementation/models/DocumentResult.java | 53 ++ .../implementation/models/FieldValue.java | 26 + .../models/FieldValueSelectionMark.java | 34 + .../implementation/models/FieldValueType.java | 5 +- .../models/KeyValueElement.java | 26 + .../implementation/models/KeyValueType.java | 34 + .../implementation/models/Model.java | 33 +- .../implementation/models/ModelInfo.java | 52 ++ .../implementation/models/ReadResult.java | 26 + .../implementation/models/SelectionMark.java | 91 +++ .../models/SelectionMarkState.java | 34 + .../implementation/models/TrainRequest.java | 26 + .../implementation/models/TrainResult.java | 27 + .../FormRecognizerClientTestBase.java | 3 +- .../resources/session-records/beginCopy.json | 210 +++--- .../beginCopyIncorrectRegion.json | 26 +- .../beginCopyInvalidRegion.json | 122 ++- .../beginTrainingInvalidModelStatus.json | 28 +- ...ngWithTrainingLabelsForJPGTrainingSet.json | 42 +- ...iningLabelsForMultiPagePDFTrainingSet.json | 42 +- ...xcludeSubfolderWithNonExistPrefixName.json | 28 +- ...gLabelsExcludeSubfolderWithPrefixName.json | 80 +- ...ithoutTrainingLabelsForJPGTrainingSet.json | 76 +- ...iningLabelsForMultiPagePDFTrainingSet.json | 108 ++- ...ncludeSubfolderWithNonExistPrefixName.json | 28 +- ...gLabelsIncludeSubfolderWithPrefixName.json | 82 +- .../clientBuilderWithDefaultPipeline.json | 44 +- ...entBuilderWithInvalidApiKeyCredential.json | 8 +- .../clientBuilderWithInvalidEndpoint.json | 40 +- .../clientBuilderWithNullServiceVersion.json | 46 +- .../clientBuilderWithRotateToInvalidKey.json | 8 +- .../clientBuilderWithRotateToValidKey.json | 46 +- .../session-records/copyAuthorization.json | 16 +- .../deleteModelValidModelIdWithResponse.json | 68 +- ...elIdWithResponseWithoutTrainingLabels.json | 102 ++- .../getCustomModelLabeled.json | 56 +- .../getCustomModelUnlabeled.json | 14 +- .../getCustomModelWithResponse.json | 14 +- .../getFormRecognizerClientAndValidate.json | 44 +- .../session-records/listCustomModels.json | 20 +- .../listCustomModelsWithContext.json | 20 +- .../session-records/recognizeContent.json | 44 +- .../recognizeContentFromDamagedPdf.json | 14 +- .../recognizeContentFromDataMultiPage.json | 46 +- .../recognizeContentFromUrl.json | 46 +- .../recognizeContentFromUrlMultiPage.json | 66 +- ...FromUrlWithEncodedBlankSpaceSourceUrl.json | 14 +- .../recognizeContentFromUrlWithPdf.json | 66 +- .../recognizeContentInvalidSourceUrl.json | 14 +- .../recognizeContentResultWithBlankPdf.json | 46 +- ...entResultWithContentTypeAutoDetection.json | 46 +- .../recognizeContentResultWithNullData.json | 24 +- .../recognizeCustomFormDamagedPdf.json | 102 ++- ...FromUrlWithEncodedBlankSpaceSourceUrl.json | 12 +- .../recognizeCustomFormInvalidSourceUrl.json | 52 +- .../recognizeCustomFormInvalidStatus.json | 130 +--- .../recognizeCustomFormLabeledData.json | 320 ++++++-- ...omFormLabeledDataExcludeFieldElements.json | 132 ++-- ...ormLabeledDataWithBlankPdfContentType.json | 140 ++-- ...beledDataWithContentTypeAutoDetection.json | 102 +-- ...stomFormLabeledDataWithJpgContentType.json | 108 ++- ...CustomFormLabeledDataWithNullFormData.json | 66 +- .../recognizeCustomFormMultiPageLabeled.json | 162 ++-- ...recognizeCustomFormMultiPageUnlabeled.json | 188 +++-- .../recognizeCustomFormUnlabeledData.json | 162 ++-- ...FormUnlabeledDataIncludeFieldElements.json | 152 ++-- ...mUnlabeledDataWithBlankPdfContentType.json | 364 +++++++-- ...omFormUnlabeledDataWithJpgContentType.json | 142 ++-- .../recognizeCustomFormUrlLabeledData.json | 126 ++-- ...ormUrlLabeledDataIncludeFieldElements.json | 108 +-- ...ecognizeCustomFormUrlMultiPageLabeled.json | 102 +-- ...ognizeCustomFormUrlMultiPageUnlabeled.json | 130 ++-- ...recognizeCustomFormUrlNonExistModelId.json | 12 +- .../recognizeCustomFormUrlUnlabeledData.json | 140 ++-- ...mUrlUnlabeledDataIncludeFieldElements.json | 138 ++-- .../session-records/recognizeReceiptData.json | 46 +- ...ognizeReceiptDataIncludeFieldElements.json | 46 +- .../recognizeReceiptDataWithBlankPdf.json | 44 +- ...ceiptDataWithContentTypeAutoDetection.json | 46 +- .../recognizeReceiptDataWithPngFile.json | 46 +- .../recognizeReceiptFromDamagedPdf.json | 16 +- .../recognizeReceiptFromDataMultiPage.json | 46 +- ...izeReceiptFromUrlIncludeFieldElements.json | 46 +- .../recognizeReceiptFromUrlMultiPage.json | 46 +- ...FromUrlWithEncodedBlankSpaceSourceUrl.json | 16 +- .../recognizeReceiptInvalidSourceUrl.json | 16 +- .../recognizeReceiptSourceUrl.json | 46 +- .../recognizeReceiptSourceUrlWithPngFile.json | 46 +- .../trainingClientBuilderDefaultPipeline.json | 46 +- .../trainingClientBuilderInvalidEndpoint.json | 40 +- ...ningClientBuilderInvalidKeyCredential.json | 8 +- ...ainingClientBuilderNullServiceVersion.json | 44 +- ...ainingClientBuilderRotateToInvalidKey.json | 8 +- ...trainingClientBuilderRotateToValidKey.json | 46 +- .../validGetAccountProperties.json | 14 +- ...validGetAccountPropertiesWithResponse.json | 4 +- .../azure-ai-formrecognizer/swagger/README.md | 2 +- 105 files changed, 4536 insertions(+), 2536 deletions(-) create mode 100644 sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/AnalyzeBusinessCardAsyncHeaders.java create mode 100644 sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/AnalyzeBusinessCardAsyncResponse.java create mode 100644 sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/Attributes.java create mode 100644 sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeCustomModelsAsyncHeaders.java create mode 100644 sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeCustomModelsAsyncResponse.java create mode 100644 sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeRequest.java create mode 100644 sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValueSelectionMark.java create mode 100644 sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/KeyValueType.java create mode 100644 sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/SelectionMark.java create mode 100644 sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/SelectionMarkState.java diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/FormRecognizerAsyncClient.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/FormRecognizerAsyncClient.java index 27ea310f702ee..c7893e044d001 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/FormRecognizerAsyncClient.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/FormRecognizerAsyncClient.java @@ -456,7 +456,7 @@ PollerFlux> beginRecognizeContent( recognizeReceiptsOptions.getPollInterval(), urlActivationOperation( () -> service.analyzeReceiptAsyncWithResponseAsync(isFieldElementsIncluded, - new SourcePath().setSource(receiptUrl), context) + "", new SourcePath().setSource(receiptUrl), context) .map(response -> new FormRecognizerOperationResult( parseModelId(response.getDeserializedHeaders().getOperationLocation())))), pollingOperation(resultId -> service.getAnalyzeReceiptResultWithResponseAsync(resultId, context)), @@ -542,7 +542,7 @@ public PollerFlux> beginReco recognizeReceiptsOptions.getPollInterval(), streamActivationOperation( (contentType -> service.analyzeReceiptAsyncWithResponseAsync( - contentType, receipt, length, isFieldElementsIncluded, context) + contentType, receipt, length, isFieldElementsIncluded, "", context) .map(response -> new FormRecognizerOperationResult( parseModelId(response.getDeserializedHeaders().getOperationLocation())))), receipt, recognizeReceiptsOptions.getContentType()), diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/FormRecognizerClientImpl.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/FormRecognizerClientImpl.java index 83f192ef4af9b..6c2f1f30d0f39 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/FormRecognizerClientImpl.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/FormRecognizerClientImpl.java @@ -4,10 +4,13 @@ package com.azure.ai.formrecognizer.implementation; +import com.azure.ai.formrecognizer.implementation.models.AnalyzeBusinessCardAsyncResponse; import com.azure.ai.formrecognizer.implementation.models.AnalyzeLayoutAsyncResponse; import com.azure.ai.formrecognizer.implementation.models.AnalyzeOperationResult; import com.azure.ai.formrecognizer.implementation.models.AnalyzeReceiptAsyncResponse; import com.azure.ai.formrecognizer.implementation.models.AnalyzeWithCustomModelResponse; +import com.azure.ai.formrecognizer.implementation.models.ComposeCustomModelsAsyncResponse; +import com.azure.ai.formrecognizer.implementation.models.ComposeRequest; import com.azure.ai.formrecognizer.implementation.models.ContentType; import com.azure.ai.formrecognizer.implementation.models.CopyAuthorizationResult; import com.azure.ai.formrecognizer.implementation.models.CopyCustomModelResponse; @@ -137,7 +140,7 @@ public SerializerAdapter getSerializerAdapter() { * The interface defining all the services for FormRecognizerClient to be used by the proxy service to perform REST * calls. */ - @Host("{endpoint}/formrecognizer/v2.0") + @Host("{endpoint}/formrecognizer/v2.1-preview.1") @ServiceInterface(name = "FormRecognizerClient") private interface FormRecognizerClientService { @Post("/custom/models") @@ -218,12 +221,49 @@ Mono> getCustomModelCopyResult( Mono generateModelCopyAuthorization( @HostParam("endpoint") String endpoint, Context context); + @Post("/custom/models/compose") + @ExpectedResponses({201}) + @UnexpectedResponseExceptionType(ErrorResponseException.class) + Mono composeCustomModelsAsync( + @HostParam("endpoint") String endpoint, + @BodyParam("application/json") ComposeRequest composeRequest, + Context context); + + @Post("/prebuilt/businessCard/analyze") + @ExpectedResponses({202}) + @UnexpectedResponseExceptionType(ErrorResponseException.class) + Mono analyzeBusinessCardAsync( + @HostParam("endpoint") String endpoint, + @QueryParam("includeTextDetails") Boolean includeTextDetails, + @QueryParam("locale") String locale, + @HeaderParam("Content-Type") ContentType contentType, + @BodyParam("application/octet-stream") Flux fileStream, + @HeaderParam("Content-Length") long contentLength, + Context context); + + @Post("/prebuilt/businessCard/analyze") + @ExpectedResponses({202}) + @UnexpectedResponseExceptionType(ErrorResponseException.class) + Mono analyzeBusinessCardAsync( + @HostParam("endpoint") String endpoint, + @QueryParam("includeTextDetails") Boolean includeTextDetails, + @QueryParam("locale") String locale, + @BodyParam("application/json") SourcePath fileStream, + Context context); + + @Get("/prebuilt/businessCard/analyzeResults/{resultId}") + @ExpectedResponses({200}) + @UnexpectedResponseExceptionType(ErrorResponseException.class) + Mono> getAnalyzeBusinessCardResult( + @HostParam("endpoint") String endpoint, @PathParam("resultId") UUID resultId, Context context); + @Post("/prebuilt/receipt/analyze") @ExpectedResponses({202}) @UnexpectedResponseExceptionType(ErrorResponseException.class) Mono analyzeReceiptAsync( @HostParam("endpoint") String endpoint, @QueryParam("includeTextDetails") Boolean includeTextDetails, + @QueryParam("locale") String locale, @HeaderParam("Content-Type") ContentType contentType, @BodyParam("application/octet-stream") Flux fileStream, @HeaderParam("Content-Length") long contentLength, @@ -235,6 +275,7 @@ Mono analyzeReceiptAsync( Mono analyzeReceiptAsync( @HostParam("endpoint") String endpoint, @QueryParam("includeTextDetails") Boolean includeTextDetails, + @QueryParam("locale") String locale, @BodyParam("application/json") SourcePath fileStream, Context context); @@ -412,10 +453,11 @@ public void trainCustomModelAsync(TrainRequest trainRequest) { * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void trainCustomModelAsync(TrainRequest trainRequest, Context context) { - trainCustomModelAsyncAsync(trainRequest, context).block(); + public Response trainCustomModelAsyncWithResponse(TrainRequest trainRequest, Context context) { + return trainCustomModelAsyncWithResponseAsync(trainRequest, context).block(); } /** @@ -524,8 +566,8 @@ public Model getCustomModel(UUID modelId, Boolean includeKeys) { * @return detailed information about a custom model. */ @ServiceMethod(returns = ReturnType.SINGLE) - public Model getCustomModel(UUID modelId, Boolean includeKeys, Context context) { - return getCustomModelAsync(modelId, includeKeys, context).block(); + public Response getCustomModelWithResponse(UUID modelId, Boolean includeKeys, Context context) { + return getCustomModelWithResponseAsync(modelId, includeKeys, context).block(); } /** @@ -607,10 +649,11 @@ public void deleteCustomModel(UUID modelId) { * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void deleteCustomModel(UUID modelId, Context context) { - deleteCustomModelAsync(modelId, context).block(); + public Response deleteCustomModelWithResponse(UUID modelId, Context context) { + return deleteCustomModelWithResponseAsync(modelId, context).block(); } /** @@ -769,16 +812,18 @@ public void analyzeWithCustomModel( * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void analyzeWithCustomModel( + public Response analyzeWithCustomModelWithResponse( UUID modelId, ContentType contentType, Flux fileStream, long contentLength, Boolean includeTextDetails, Context context) { - analyzeWithCustomModelAsync(modelId, contentType, fileStream, contentLength, includeTextDetails, context) + return analyzeWithCustomModelWithResponseAsync( + modelId, contentType, fileStream, contentLength, includeTextDetails, context) .block(); } @@ -893,11 +938,12 @@ public void analyzeWithCustomModel(UUID modelId, Boolean includeTextDetails, Sou * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void analyzeWithCustomModel( + public Response analyzeWithCustomModelWithResponse( UUID modelId, Boolean includeTextDetails, SourcePath fileStream, Context context) { - analyzeWithCustomModelAsync(modelId, includeTextDetails, fileStream, context).block(); + return analyzeWithCustomModelWithResponseAsync(modelId, includeTextDetails, fileStream, context).block(); } /** @@ -1007,8 +1053,9 @@ public AnalyzeOperationResult getAnalyzeFormResult(UUID modelId, UUID resultId) * @return status and result of the queued analyze operation. */ @ServiceMethod(returns = ReturnType.SINGLE) - public AnalyzeOperationResult getAnalyzeFormResult(UUID modelId, UUID resultId, Context context) { - return getAnalyzeFormResultAsync(modelId, resultId, context).block(); + public Response getAnalyzeFormResultWithResponse( + UUID modelId, UUID resultId, Context context) { + return getAnalyzeFormResultWithResponseAsync(modelId, resultId, context).block(); } /** @@ -1106,10 +1153,11 @@ public void copyCustomModel(UUID modelId, CopyRequest copyRequest) { * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void copyCustomModel(UUID modelId, CopyRequest copyRequest, Context context) { - copyCustomModelAsync(modelId, copyRequest, context).block(); + public Response copyCustomModelWithResponse(UUID modelId, CopyRequest copyRequest, Context context) { + return copyCustomModelWithResponseAsync(modelId, copyRequest, context).block(); } /** @@ -1219,8 +1267,9 @@ public CopyOperationResult getCustomModelCopyResult(UUID modelId, UUID resultId) * @return status and result of the queued copy operation. */ @ServiceMethod(returns = ReturnType.SINGLE) - public CopyOperationResult getCustomModelCopyResult(UUID modelId, UUID resultId, Context context) { - return getCustomModelCopyResultAsync(modelId, resultId, context).block(); + public Response getCustomModelCopyResultWithResponse( + UUID modelId, UUID resultId, Context context) { + return getCustomModelCopyResultWithResponseAsync(modelId, resultId, context).block(); } /** @@ -1314,19 +1363,512 @@ public CopyAuthorizationResult generateModelCopyAuthorization() { * @return request parameter that contains authorization claims for copy operation. */ @ServiceMethod(returns = ReturnType.SINGLE) - public CopyAuthorizationResult generateModelCopyAuthorization(Context context) { - return generateModelCopyAuthorizationAsync(context).block(); + public Response generateModelCopyAuthorizationWithResponse(Context context) { + return generateModelCopyAuthorizationWithResponseAsync(context).block(); + } + + /** + * Compose request would include list of models ids. It would validate what all models either trained with labels + * model or composed model. It would validate limit of models put together. + * + * @param composeRequest Request contract for compose operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono composeCustomModelsAsyncWithResponseAsync( + ComposeRequest composeRequest) { + return FluxUtil.withContext( + context -> service.composeCustomModelsAsync(this.getEndpoint(), composeRequest, context)); + } + + /** + * Compose request would include list of models ids. It would validate what all models either trained with labels + * model or composed model. It would validate limit of models put together. + * + * @param composeRequest Request contract for compose operation. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono composeCustomModelsAsyncWithResponseAsync( + ComposeRequest composeRequest, Context context) { + return service.composeCustomModelsAsync(this.getEndpoint(), composeRequest, context); + } + + /** + * Compose request would include list of models ids. It would validate what all models either trained with labels + * model or composed model. It would validate limit of models put together. + * + * @param composeRequest Request contract for compose operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono composeCustomModelsAsyncAsync(ComposeRequest composeRequest) { + return composeCustomModelsAsyncWithResponseAsync(composeRequest) + .flatMap((ComposeCustomModelsAsyncResponse res) -> Mono.empty()); + } + + /** + * Compose request would include list of models ids. It would validate what all models either trained with labels + * model or composed model. It would validate limit of models put together. + * + * @param composeRequest Request contract for compose operation. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono composeCustomModelsAsyncAsync(ComposeRequest composeRequest, Context context) { + return composeCustomModelsAsyncWithResponseAsync(composeRequest, context) + .flatMap((ComposeCustomModelsAsyncResponse res) -> Mono.empty()); + } + + /** + * Compose request would include list of models ids. It would validate what all models either trained with labels + * model or composed model. It would validate limit of models put together. + * + * @param composeRequest Request contract for compose operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public void composeCustomModelsAsync(ComposeRequest composeRequest) { + composeCustomModelsAsyncAsync(composeRequest).block(); + } + + /** + * Compose request would include list of models ids. It would validate what all models either trained with labels + * model or composed model. It would validate limit of models put together. + * + * @param composeRequest Request contract for compose operation. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response composeCustomModelsAsyncWithResponse(ComposeRequest composeRequest, Context context) { + return composeCustomModelsAsyncWithResponseAsync(composeRequest, context).block(); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param contentType Content type for upload. + * @param fileStream Uri or local path to source data. + * @param contentLength The contentLength parameter. + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono analyzeBusinessCardAsyncWithResponseAsync( + ContentType contentType, + Flux fileStream, + long contentLength, + Boolean includeTextDetails, + String locale) { + return FluxUtil.withContext( + context -> + service.analyzeBusinessCardAsync( + this.getEndpoint(), + includeTextDetails, + locale, + contentType, + fileStream, + contentLength, + context)); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param contentType Content type for upload. + * @param fileStream Uri or local path to source data. + * @param contentLength The contentLength parameter. + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono analyzeBusinessCardAsyncWithResponseAsync( + ContentType contentType, + Flux fileStream, + long contentLength, + Boolean includeTextDetails, + String locale, + Context context) { + return service.analyzeBusinessCardAsync( + this.getEndpoint(), includeTextDetails, locale, contentType, fileStream, contentLength, context); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param contentType Content type for upload. + * @param fileStream Uri or local path to source data. + * @param contentLength The contentLength parameter. + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono analyzeBusinessCardAsyncAsync( + ContentType contentType, + Flux fileStream, + long contentLength, + Boolean includeTextDetails, + String locale) { + return analyzeBusinessCardAsyncWithResponseAsync( + contentType, fileStream, contentLength, includeTextDetails, locale) + .flatMap((AnalyzeBusinessCardAsyncResponse res) -> Mono.empty()); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param contentType Content type for upload. + * @param fileStream Uri or local path to source data. + * @param contentLength The contentLength parameter. + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono analyzeBusinessCardAsyncAsync( + ContentType contentType, + Flux fileStream, + long contentLength, + Boolean includeTextDetails, + String locale, + Context context) { + return analyzeBusinessCardAsyncWithResponseAsync( + contentType, fileStream, contentLength, includeTextDetails, locale, context) + .flatMap((AnalyzeBusinessCardAsyncResponse res) -> Mono.empty()); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param contentType Content type for upload. + * @param fileStream Uri or local path to source data. + * @param contentLength The contentLength parameter. + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public void analyzeBusinessCardAsync( + ContentType contentType, + Flux fileStream, + long contentLength, + Boolean includeTextDetails, + String locale) { + analyzeBusinessCardAsyncAsync(contentType, fileStream, contentLength, includeTextDetails, locale).block(); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param contentType Content type for upload. + * @param fileStream Uri or local path to source data. + * @param contentLength The contentLength parameter. + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response analyzeBusinessCardAsyncWithResponse( + ContentType contentType, + Flux fileStream, + long contentLength, + Boolean includeTextDetails, + String locale, + Context context) { + return analyzeBusinessCardAsyncWithResponseAsync( + contentType, fileStream, contentLength, includeTextDetails, locale, context) + .block(); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @param fileStream Uri or local path to source data. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono analyzeBusinessCardAsyncWithResponseAsync( + Boolean includeTextDetails, String locale, SourcePath fileStream) { + return FluxUtil.withContext( + context -> + service.analyzeBusinessCardAsync( + this.getEndpoint(), includeTextDetails, locale, fileStream, context)); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @param fileStream Uri or local path to source data. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono analyzeBusinessCardAsyncWithResponseAsync( + Boolean includeTextDetails, String locale, SourcePath fileStream, Context context) { + return service.analyzeBusinessCardAsync(this.getEndpoint(), includeTextDetails, locale, fileStream, context); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @param fileStream Uri or local path to source data. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono analyzeBusinessCardAsyncAsync(Boolean includeTextDetails, String locale, SourcePath fileStream) { + return analyzeBusinessCardAsyncWithResponseAsync(includeTextDetails, locale, fileStream) + .flatMap((AnalyzeBusinessCardAsyncResponse res) -> Mono.empty()); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @param fileStream Uri or local path to source data. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the completion. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono analyzeBusinessCardAsyncAsync( + Boolean includeTextDetails, String locale, SourcePath fileStream, Context context) { + return analyzeBusinessCardAsyncWithResponseAsync(includeTextDetails, locale, fileStream, context) + .flatMap((AnalyzeBusinessCardAsyncResponse res) -> Mono.empty()); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @param fileStream Uri or local path to source data. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public void analyzeBusinessCardAsync(Boolean includeTextDetails, String locale, SourcePath fileStream) { + analyzeBusinessCardAsyncAsync(includeTextDetails, locale, fileStream).block(); + } + + /** + * Extract field text and semantic values from a given business card document. The input document must be of one of + * the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use + * 'application/json' type to specify the location (Uri) of the document to be analyzed. + * + * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + * @param fileStream Uri or local path to source data. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response analyzeBusinessCardAsyncWithResponse( + Boolean includeTextDetails, String locale, SourcePath fileStream, Context context) { + return analyzeBusinessCardAsyncWithResponseAsync(includeTextDetails, locale, fileStream, context).block(); + } + + /** + * Track the progress and obtain the result of the analyze business card operation. + * + * @param resultId Analyze operation result identifier. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return status and result of the queued analyze operation. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono> getAnalyzeBusinessCardResultWithResponseAsync(UUID resultId) { + return FluxUtil.withContext( + context -> service.getAnalyzeBusinessCardResult(this.getEndpoint(), resultId, context)); + } + + /** + * Track the progress and obtain the result of the analyze business card operation. + * + * @param resultId Analyze operation result identifier. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return status and result of the queued analyze operation. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono> getAnalyzeBusinessCardResultWithResponseAsync( + UUID resultId, Context context) { + return service.getAnalyzeBusinessCardResult(this.getEndpoint(), resultId, context); + } + + /** + * Track the progress and obtain the result of the analyze business card operation. + * + * @param resultId Analyze operation result identifier. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return status and result of the queued analyze operation. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono getAnalyzeBusinessCardResultAsync(UUID resultId) { + return getAnalyzeBusinessCardResultWithResponseAsync(resultId) + .flatMap( + (Response res) -> { + if (res.getValue() != null) { + return Mono.just(res.getValue()); + } else { + return Mono.empty(); + } + }); + } + + /** + * Track the progress and obtain the result of the analyze business card operation. + * + * @param resultId Analyze operation result identifier. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return status and result of the queued analyze operation. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Mono getAnalyzeBusinessCardResultAsync(UUID resultId, Context context) { + return getAnalyzeBusinessCardResultWithResponseAsync(resultId, context) + .flatMap( + (Response res) -> { + if (res.getValue() != null) { + return Mono.just(res.getValue()); + } else { + return Mono.empty(); + } + }); + } + + /** + * Track the progress and obtain the result of the analyze business card operation. + * + * @param resultId Analyze operation result identifier. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return status and result of the queued analyze operation. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public AnalyzeOperationResult getAnalyzeBusinessCardResult(UUID resultId) { + return getAnalyzeBusinessCardResultAsync(resultId).block(); + } + + /** + * Track the progress and obtain the result of the analyze business card operation. + * + * @param resultId Analyze operation result identifier. + * @param context The context to associate with this operation. + * @throws IllegalArgumentException thrown if parameters fail the validation. + * @throws ErrorResponseException thrown if the request is rejected by server. + * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return status and result of the queued analyze operation. + */ + @ServiceMethod(returns = ReturnType.SINGLE) + public Response getAnalyzeBusinessCardResultWithResponse(UUID resultId, Context context) { + return getAnalyzeBusinessCardResultWithResponseAsync(resultId, context).block(); } /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param contentType Content type for upload. * @param fileStream Uri or local path to source data. * @param contentLength The contentLength parameter. * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1334,12 +1876,17 @@ public CopyAuthorizationResult generateModelCopyAuthorization(Context context) { */ @ServiceMethod(returns = ReturnType.SINGLE) public Mono analyzeReceiptAsyncWithResponseAsync( - ContentType contentType, Flux fileStream, long contentLength, Boolean includeTextDetails) { + ContentType contentType, + Flux fileStream, + long contentLength, + Boolean includeTextDetails, + String locale) { return FluxUtil.withContext( context -> service.analyzeReceiptAsync( this.getEndpoint(), includeTextDetails, + locale, contentType, fileStream, contentLength, @@ -1349,12 +1896,13 @@ public Mono analyzeReceiptAsyncWithResponseAsync( /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param contentType Content type for upload. * @param fileStream Uri or local path to source data. * @param contentLength The contentLength parameter. * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. @@ -1367,20 +1915,22 @@ public Mono analyzeReceiptAsyncWithResponseAsync( Flux fileStream, long contentLength, Boolean includeTextDetails, + String locale, Context context) { return service.analyzeReceiptAsync( - this.getEndpoint(), includeTextDetails, contentType, fileStream, contentLength, context); + this.getEndpoint(), includeTextDetails, locale, contentType, fileStream, contentLength, context); } /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param contentType Content type for upload. * @param fileStream Uri or local path to source data. * @param contentLength The contentLength parameter. * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. @@ -1388,20 +1938,25 @@ public Mono analyzeReceiptAsyncWithResponseAsync( */ @ServiceMethod(returns = ReturnType.SINGLE) public Mono analyzeReceiptAsyncAsync( - ContentType contentType, Flux fileStream, long contentLength, Boolean includeTextDetails) { - return analyzeReceiptAsyncWithResponseAsync(contentType, fileStream, contentLength, includeTextDetails) + ContentType contentType, + Flux fileStream, + long contentLength, + Boolean includeTextDetails, + String locale) { + return analyzeReceiptAsyncWithResponseAsync(contentType, fileStream, contentLength, includeTextDetails, locale) .flatMap((AnalyzeReceiptAsyncResponse res) -> Mono.empty()); } /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param contentType Content type for upload. * @param fileStream Uri or local path to source data. * @param contentLength The contentLength parameter. * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. @@ -1414,60 +1969,73 @@ public Mono analyzeReceiptAsyncAsync( Flux fileStream, long contentLength, Boolean includeTextDetails, + String locale, Context context) { - return analyzeReceiptAsyncWithResponseAsync(contentType, fileStream, contentLength, includeTextDetails, context) + return analyzeReceiptAsyncWithResponseAsync( + contentType, fileStream, contentLength, includeTextDetails, locale, context) .flatMap((AnalyzeReceiptAsyncResponse res) -> Mono.empty()); } /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param contentType Content type for upload. * @param fileStream Uri or local path to source data. * @param contentLength The contentLength parameter. * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. */ @ServiceMethod(returns = ReturnType.SINGLE) public void analyzeReceiptAsync( - ContentType contentType, Flux fileStream, long contentLength, Boolean includeTextDetails) { - analyzeReceiptAsyncAsync(contentType, fileStream, contentLength, includeTextDetails).block(); + ContentType contentType, + Flux fileStream, + long contentLength, + Boolean includeTextDetails, + String locale) { + analyzeReceiptAsyncAsync(contentType, fileStream, contentLength, includeTextDetails, locale).block(); } /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param contentType Content type for upload. * @param fileStream Uri or local path to source data. * @param contentLength The contentLength parameter. * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void analyzeReceiptAsync( + public Response analyzeReceiptAsyncWithResponse( ContentType contentType, Flux fileStream, long contentLength, Boolean includeTextDetails, + String locale, Context context) { - analyzeReceiptAsyncAsync(contentType, fileStream, contentLength, includeTextDetails, context).block(); + return analyzeReceiptAsyncWithResponseAsync( + contentType, fileStream, contentLength, includeTextDetails, locale, context) + .block(); } /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @param fileStream Uri or local path to source data. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. @@ -1476,17 +2044,20 @@ public void analyzeReceiptAsync( */ @ServiceMethod(returns = ReturnType.SINGLE) public Mono analyzeReceiptAsyncWithResponseAsync( - Boolean includeTextDetails, SourcePath fileStream) { + Boolean includeTextDetails, String locale, SourcePath fileStream) { return FluxUtil.withContext( - context -> service.analyzeReceiptAsync(this.getEndpoint(), includeTextDetails, fileStream, context)); + context -> + service.analyzeReceiptAsync( + this.getEndpoint(), includeTextDetails, locale, fileStream, context)); } /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @param fileStream Uri or local path to source data. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1496,16 +2067,17 @@ public Mono analyzeReceiptAsyncWithResponseAsync( */ @ServiceMethod(returns = ReturnType.SINGLE) public Mono analyzeReceiptAsyncWithResponseAsync( - Boolean includeTextDetails, SourcePath fileStream, Context context) { - return service.analyzeReceiptAsync(this.getEndpoint(), includeTextDetails, fileStream, context); + Boolean includeTextDetails, String locale, SourcePath fileStream, Context context) { + return service.analyzeReceiptAsync(this.getEndpoint(), includeTextDetails, locale, fileStream, context); } /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @param fileStream Uri or local path to source data. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. @@ -1513,17 +2085,18 @@ public Mono analyzeReceiptAsyncWithResponseAsync( * @return the completion. */ @ServiceMethod(returns = ReturnType.SINGLE) - public Mono analyzeReceiptAsyncAsync(Boolean includeTextDetails, SourcePath fileStream) { - return analyzeReceiptAsyncWithResponseAsync(includeTextDetails, fileStream) + public Mono analyzeReceiptAsyncAsync(Boolean includeTextDetails, String locale, SourcePath fileStream) { + return analyzeReceiptAsyncWithResponseAsync(includeTextDetails, locale, fileStream) .flatMap((AnalyzeReceiptAsyncResponse res) -> Mono.empty()); } /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @param fileStream Uri or local path to source data. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. @@ -1532,42 +2105,47 @@ public Mono analyzeReceiptAsyncAsync(Boolean includeTextDetails, SourcePat * @return the completion. */ @ServiceMethod(returns = ReturnType.SINGLE) - public Mono analyzeReceiptAsyncAsync(Boolean includeTextDetails, SourcePath fileStream, Context context) { - return analyzeReceiptAsyncWithResponseAsync(includeTextDetails, fileStream, context) + public Mono analyzeReceiptAsyncAsync( + Boolean includeTextDetails, String locale, SourcePath fileStream, Context context) { + return analyzeReceiptAsyncWithResponseAsync(includeTextDetails, locale, fileStream, context) .flatMap((AnalyzeReceiptAsyncResponse res) -> Mono.empty()); } /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @param fileStream Uri or local path to source data. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void analyzeReceiptAsync(Boolean includeTextDetails, SourcePath fileStream) { - analyzeReceiptAsyncAsync(includeTextDetails, fileStream).block(); + public void analyzeReceiptAsync(Boolean includeTextDetails, String locale, SourcePath fileStream) { + analyzeReceiptAsyncAsync(includeTextDetails, locale, fileStream).block(); } /** * Extract field text and semantic values from a given receipt document. The input document must be of one of the * supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use - * 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + * 'application/json' type to specify the location (Uri) of the document to be analyzed. * * @param includeTextDetails Include text lines and element references in the result. + * @param locale Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). * @param fileStream Uri or local path to source data. * @param context The context to associate with this operation. * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void analyzeReceiptAsync(Boolean includeTextDetails, SourcePath fileStream, Context context) { - analyzeReceiptAsyncAsync(includeTextDetails, fileStream, context).block(); + public Response analyzeReceiptAsyncWithResponse( + Boolean includeTextDetails, String locale, SourcePath fileStream, Context context) { + return analyzeReceiptAsyncWithResponseAsync(includeTextDetails, locale, fileStream, context).block(); } /** @@ -1670,8 +2248,8 @@ public AnalyzeOperationResult getAnalyzeReceiptResult(UUID resultId) { * @return status and result of the queued analyze operation. */ @ServiceMethod(returns = ReturnType.SINGLE) - public AnalyzeOperationResult getAnalyzeReceiptResult(UUID resultId, Context context) { - return getAnalyzeReceiptResultAsync(resultId, context).block(); + public Response getAnalyzeReceiptResultWithResponse(UUID resultId, Context context) { + return getAnalyzeReceiptResultWithResponseAsync(resultId, context).block(); } /** @@ -1786,11 +2364,12 @@ public void analyzeLayoutAsync(ContentType contentType, Flux fileStr * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void analyzeLayoutAsync( + public Response analyzeLayoutAsyncWithResponse( ContentType contentType, Flux fileStream, long contentLength, Context context) { - analyzeLayoutAsyncAsync(contentType, fileStream, contentLength, context).block(); + return analyzeLayoutAsyncWithResponseAsync(contentType, fileStream, contentLength, context).block(); } /** @@ -1887,10 +2466,11 @@ public void analyzeLayoutAsync(SourcePath fileStream) { * @throws IllegalArgumentException thrown if parameters fail the validation. * @throws ErrorResponseException thrown if the request is rejected by server. * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent. + * @return the response. */ @ServiceMethod(returns = ReturnType.SINGLE) - public void analyzeLayoutAsync(SourcePath fileStream, Context context) { - analyzeLayoutAsyncAsync(fileStream, context).block(); + public Response analyzeLayoutAsyncWithResponse(SourcePath fileStream, Context context) { + return analyzeLayoutAsyncWithResponseAsync(fileStream, context).block(); } /** @@ -1993,8 +2573,8 @@ public AnalyzeOperationResult getAnalyzeLayoutResult(UUID resultId) { * @return status and result of the queued analyze operation. */ @ServiceMethod(returns = ReturnType.SINGLE) - public AnalyzeOperationResult getAnalyzeLayoutResult(UUID resultId, Context context) { - return getAnalyzeLayoutResultAsync(resultId, context).block(); + public Response getAnalyzeLayoutResultWithResponse(UUID resultId, Context context) { + return getAnalyzeLayoutResultWithResponseAsync(resultId, context).block(); } /** @@ -2069,7 +2649,7 @@ public PagedFlux listCustomModelsAsync() { public PagedFlux listCustomModelsAsync(Context context) { return new PagedFlux<>( () -> listCustomModelsSinglePageAsync(context), - nextLink -> listCustomModelsNextSinglePageAsync(nextLink)); + nextLink -> listCustomModelsNextSinglePageAsync(nextLink, context)); } /** @@ -2190,8 +2770,8 @@ public Models getCustomModels() { * @return information about all custom models. */ @ServiceMethod(returns = ReturnType.SINGLE) - public Models getCustomModels(Context context) { - return getCustomModelsAsync(context).block(); + public Response getCustomModelsWithResponse(Context context) { + return getCustomModelsWithResponseAsync(context).block(); } /** diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/AnalyzeBusinessCardAsyncHeaders.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/AnalyzeBusinessCardAsyncHeaders.java new file mode 100644 index 0000000000000..c463ec64b8024 --- /dev/null +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/AnalyzeBusinessCardAsyncHeaders.java @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.ai.formrecognizer.implementation.models; + +import com.azure.core.annotation.Fluent; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** The AnalyzeBusinessCardAsyncHeaders model. */ +@Fluent +public final class AnalyzeBusinessCardAsyncHeaders { + /* + * The Operation-Location property. + */ + @JsonProperty(value = "Operation-Location") + private String operationLocation; + + /** + * Get the operationLocation property: The Operation-Location property. + * + * @return the operationLocation value. + */ + public String getOperationLocation() { + return this.operationLocation; + } + + /** + * Set the operationLocation property: The Operation-Location property. + * + * @param operationLocation the operationLocation value to set. + * @return the AnalyzeBusinessCardAsyncHeaders object itself. + */ + public AnalyzeBusinessCardAsyncHeaders setOperationLocation(String operationLocation) { + this.operationLocation = operationLocation; + return this; + } +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/AnalyzeBusinessCardAsyncResponse.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/AnalyzeBusinessCardAsyncResponse.java new file mode 100644 index 0000000000000..7263a31efc5e0 --- /dev/null +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/AnalyzeBusinessCardAsyncResponse.java @@ -0,0 +1,30 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.ai.formrecognizer.implementation.models; + +import com.azure.core.http.HttpHeaders; +import com.azure.core.http.HttpRequest; +import com.azure.core.http.rest.ResponseBase; + +/** Contains all response data for the analyzeBusinessCardAsync operation. */ +public final class AnalyzeBusinessCardAsyncResponse extends ResponseBase { + /** + * Creates an instance of AnalyzeBusinessCardAsyncResponse. + * + * @param request the request which resulted in this AnalyzeBusinessCardAsyncResponse. + * @param statusCode the status code of the HTTP response. + * @param rawHeaders the raw headers of the HTTP response. + * @param value the deserialized value of the HTTP response. + * @param headers the deserialized headers of the HTTP response. + */ + public AnalyzeBusinessCardAsyncResponse( + HttpRequest request, + int statusCode, + HttpHeaders rawHeaders, + Void value, + AnalyzeBusinessCardAsyncHeaders headers) { + super(request, statusCode, rawHeaders, value, headers); + } +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/Attributes.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/Attributes.java new file mode 100644 index 0000000000000..9bd364e1cae2b --- /dev/null +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/Attributes.java @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.ai.formrecognizer.implementation.models; + +import com.azure.core.annotation.Fluent; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** The Attributes model. */ +@Fluent +public final class Attributes { + /* + * Is this model composed? (default: false). + */ + @JsonProperty(value = "isComposed") + private Boolean isComposed; + + /** + * Get the isComposed property: Is this model composed? (default: false). + * + * @return the isComposed value. + */ + public Boolean isComposed() { + return this.isComposed; + } + + /** + * Set the isComposed property: Is this model composed? (default: false). + * + * @param isComposed the isComposed value to set. + * @return the Attributes object itself. + */ + public Attributes setIsComposed(Boolean isComposed) { + this.isComposed = isComposed; + return this; + } +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeCustomModelsAsyncHeaders.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeCustomModelsAsyncHeaders.java new file mode 100644 index 0000000000000..550047adfc792 --- /dev/null +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeCustomModelsAsyncHeaders.java @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.ai.formrecognizer.implementation.models; + +import com.azure.core.annotation.Fluent; +import com.fasterxml.jackson.annotation.JsonProperty; + +/** The ComposeCustomModelsAsyncHeaders model. */ +@Fluent +public final class ComposeCustomModelsAsyncHeaders { + /* + * The Location property. + */ + @JsonProperty(value = "Location") + private String location; + + /** + * Get the location property: The Location property. + * + * @return the location value. + */ + public String getLocation() { + return this.location; + } + + /** + * Set the location property: The Location property. + * + * @param location the location value to set. + * @return the ComposeCustomModelsAsyncHeaders object itself. + */ + public ComposeCustomModelsAsyncHeaders setLocation(String location) { + this.location = location; + return this; + } +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeCustomModelsAsyncResponse.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeCustomModelsAsyncResponse.java new file mode 100644 index 0000000000000..cdfac3288a822 --- /dev/null +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeCustomModelsAsyncResponse.java @@ -0,0 +1,30 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.ai.formrecognizer.implementation.models; + +import com.azure.core.http.HttpHeaders; +import com.azure.core.http.HttpRequest; +import com.azure.core.http.rest.ResponseBase; + +/** Contains all response data for the composeCustomModelsAsync operation. */ +public final class ComposeCustomModelsAsyncResponse extends ResponseBase { + /** + * Creates an instance of ComposeCustomModelsAsyncResponse. + * + * @param request the request which resulted in this ComposeCustomModelsAsyncResponse. + * @param statusCode the status code of the HTTP response. + * @param rawHeaders the raw headers of the HTTP response. + * @param value the deserialized value of the HTTP response. + * @param headers the deserialized headers of the HTTP response. + */ + public ComposeCustomModelsAsyncResponse( + HttpRequest request, + int statusCode, + HttpHeaders rawHeaders, + Void value, + ComposeCustomModelsAsyncHeaders headers) { + super(request, statusCode, rawHeaders, value, headers); + } +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeRequest.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeRequest.java new file mode 100644 index 0000000000000..0bef497fd2da5 --- /dev/null +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ComposeRequest.java @@ -0,0 +1,66 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.ai.formrecognizer.implementation.models; + +import com.azure.core.annotation.Fluent; +import com.fasterxml.jackson.annotation.JsonProperty; +import java.util.List; +import java.util.UUID; + +/** The ComposeRequest model. */ +@Fluent +public final class ComposeRequest { + /* + * List of model ids to compose. + */ + @JsonProperty(value = "modelIds", required = true) + private List modelIds; + + /* + * Optional user defined model name (max length: 1024). + */ + @JsonProperty(value = "modelName") + private String modelName; + + /** + * Get the modelIds property: List of model ids to compose. + * + * @return the modelIds value. + */ + public List getModelIds() { + return this.modelIds; + } + + /** + * Set the modelIds property: List of model ids to compose. + * + * @param modelIds the modelIds value to set. + * @return the ComposeRequest object itself. + */ + public ComposeRequest setModelIds(List modelIds) { + this.modelIds = modelIds; + return this; + } + + /** + * Get the modelName property: Optional user defined model name (max length: 1024). + * + * @return the modelName value. + */ + public String getModelName() { + return this.modelName; + } + + /** + * Set the modelName property: Optional user defined model name (max length: 1024). + * + * @param modelName the modelName value to set. + * @return the ComposeRequest object itself. + */ + public ComposeRequest setModelName(String modelName) { + this.modelName = modelName; + return this; + } +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/DocumentResult.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/DocumentResult.java index 9fba09f7cc520..5ff8eabd59f62 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/DocumentResult.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/DocumentResult.java @@ -8,6 +8,7 @@ import com.fasterxml.jackson.annotation.JsonProperty; import java.util.List; import java.util.Map; +import java.util.UUID; /** The DocumentResult model. */ @Fluent @@ -18,12 +19,24 @@ public final class DocumentResult { @JsonProperty(value = "docType", required = true) private String docType; + /* + * Model identifier. + */ + @JsonProperty(value = "modelId") + private UUID modelId; + /* * First and last page number where the document is found. */ @JsonProperty(value = "pageRange", required = true) private List pageRange; + /* + * Predicted document type confidence. + */ + @JsonProperty(value = "docTypeConfidence") + private Float docTypeConfidence; + /* * Dictionary of named field values. */ @@ -50,6 +63,26 @@ public DocumentResult setDocType(String docType) { return this; } + /** + * Get the modelId property: Model identifier. + * + * @return the modelId value. + */ + public UUID getModelId() { + return this.modelId; + } + + /** + * Set the modelId property: Model identifier. + * + * @param modelId the modelId value to set. + * @return the DocumentResult object itself. + */ + public DocumentResult setModelId(UUID modelId) { + this.modelId = modelId; + return this; + } + /** * Get the pageRange property: First and last page number where the document is found. * @@ -70,6 +103,26 @@ public DocumentResult setPageRange(List pageRange) { return this; } + /** + * Get the docTypeConfidence property: Predicted document type confidence. + * + * @return the docTypeConfidence value. + */ + public Float getDocTypeConfidence() { + return this.docTypeConfidence; + } + + /** + * Set the docTypeConfidence property: Predicted document type confidence. + * + * @param docTypeConfidence the docTypeConfidence value to set. + * @return the DocumentResult object itself. + */ + public DocumentResult setDocTypeConfidence(Float docTypeConfidence) { + this.docTypeConfidence = docTypeConfidence; + return this; + } + /** * Get the fields property: Dictionary of named field values. * diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValue.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValue.java index 1fee463df925f..fd857031a3c37 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValue.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValue.java @@ -67,6 +67,12 @@ public final class FieldValue { @JsonProperty(value = "valueObject") private Map valueObject; + /* + * Selection mark value. + */ + @JsonProperty(value = "valueSelectionMark") + private FieldValueSelectionMark valueSelectionMark; + /* * Text content of the extracted field. */ @@ -278,6 +284,26 @@ public FieldValue setValueObject(Map valueObject) { return this; } + /** + * Get the valueSelectionMark property: Selection mark value. + * + * @return the valueSelectionMark value. + */ + public FieldValueSelectionMark getValueSelectionMark() { + return this.valueSelectionMark; + } + + /** + * Set the valueSelectionMark property: Selection mark value. + * + * @param valueSelectionMark the valueSelectionMark value to set. + * @return the FieldValue object itself. + */ + public FieldValue setValueSelectionMark(FieldValueSelectionMark valueSelectionMark) { + this.valueSelectionMark = valueSelectionMark; + return this; + } + /** * Get the text property: Text content of the extracted field. * diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValueSelectionMark.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValueSelectionMark.java new file mode 100644 index 0000000000000..24dce82352e06 --- /dev/null +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValueSelectionMark.java @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.ai.formrecognizer.implementation.models; + +import com.azure.core.util.ExpandableStringEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import java.util.Collection; + +/** Defines values for FieldValueSelectionMark. */ +public final class FieldValueSelectionMark extends ExpandableStringEnum { + /** Static value selected for FieldValueSelectionMark. */ + public static final FieldValueSelectionMark SELECTED = fromString("selected"); + + /** Static value unselected for FieldValueSelectionMark. */ + public static final FieldValueSelectionMark UNSELECTED = fromString("unselected"); + + /** + * Creates or finds a FieldValueSelectionMark from its string representation. + * + * @param name a name to look for. + * @return the corresponding FieldValueSelectionMark. + */ + @JsonCreator + public static FieldValueSelectionMark fromString(String name) { + return fromString(name, FieldValueSelectionMark.class); + } + + /** @return known FieldValueSelectionMark values. */ + public static Collection values() { + return values(FieldValueSelectionMark.class); + } +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValueType.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValueType.java index 8754734345fbd..88758a8b58308 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValueType.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/FieldValueType.java @@ -31,7 +31,10 @@ public enum FieldValueType { ARRAY("array"), /** Enum value object. */ - OBJECT("object"); + OBJECT("object"), + + /** Enum value selectionMark. */ + SELECTION_MARK("selectionMark"); /** The actual serialized value for a FieldValueType instance. */ private final String value; diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/KeyValueElement.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/KeyValueElement.java index 3b3761e0e61d1..02cae2f602fae 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/KeyValueElement.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/KeyValueElement.java @@ -11,6 +11,12 @@ /** The KeyValueElement model. */ @Fluent public final class KeyValueElement { + /* + * Semantic data type of the key value element. + */ + @JsonProperty(value = "type") + private KeyValueType type; + /* * The text content of the key or value. */ @@ -30,6 +36,26 @@ public final class KeyValueElement { @JsonProperty(value = "elements") private List elements; + /** + * Get the type property: Semantic data type of the key value element. + * + * @return the type value. + */ + public KeyValueType getType() { + return this.type; + } + + /** + * Set the type property: Semantic data type of the key value element. + * + * @param type the type value to set. + * @return the KeyValueElement object itself. + */ + public KeyValueElement setType(KeyValueType type) { + this.type = type; + return this; + } + /** * Get the text property: The text content of the key or value. * diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/KeyValueType.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/KeyValueType.java new file mode 100644 index 0000000000000..824c1c0e0c2cf --- /dev/null +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/KeyValueType.java @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.ai.formrecognizer.implementation.models; + +import com.azure.core.util.ExpandableStringEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import java.util.Collection; + +/** Defines values for KeyValueType. */ +public final class KeyValueType extends ExpandableStringEnum { + /** Static value string for KeyValueType. */ + public static final KeyValueType STRING = fromString("string"); + + /** Static value selectionMark for KeyValueType. */ + public static final KeyValueType SELECTION_MARK = fromString("selectionMark"); + + /** + * Creates or finds a KeyValueType from its string representation. + * + * @param name a name to look for. + * @return the corresponding KeyValueType. + */ + @JsonCreator + public static KeyValueType fromString(String name) { + return fromString(name, KeyValueType.class); + } + + /** @return known KeyValueType values. */ + public static Collection values() { + return values(KeyValueType.class); + } +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/Model.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/Model.java index ccb43d2e87188..27974776bf8c5 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/Model.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/Model.java @@ -6,6 +6,7 @@ import com.azure.core.annotation.Fluent; import com.fasterxml.jackson.annotation.JsonProperty; +import java.util.List; /** The Model model. */ @Fluent @@ -23,11 +24,17 @@ public final class Model { private KeysResult keys; /* - * Custom model training result. + * Training result for custom model. */ @JsonProperty(value = "trainResult") private TrainResult trainResult; + /* + * Training result for composed model. + */ + @JsonProperty(value = "composedTrainResults") + private List composedTrainResults; + /** * Get the modelInfo property: Basic custom model information. * @@ -69,7 +76,7 @@ public Model setKeys(KeysResult keys) { } /** - * Get the trainResult property: Custom model training result. + * Get the trainResult property: Training result for custom model. * * @return the trainResult value. */ @@ -78,7 +85,7 @@ public TrainResult getTrainResult() { } /** - * Set the trainResult property: Custom model training result. + * Set the trainResult property: Training result for custom model. * * @param trainResult the trainResult value to set. * @return the Model object itself. @@ -87,4 +94,24 @@ public Model setTrainResult(TrainResult trainResult) { this.trainResult = trainResult; return this; } + + /** + * Get the composedTrainResults property: Training result for composed model. + * + * @return the composedTrainResults value. + */ + public List getComposedTrainResults() { + return this.composedTrainResults; + } + + /** + * Set the composedTrainResults property: Training result for composed model. + * + * @param composedTrainResults the composedTrainResults value to set. + * @return the Model object itself. + */ + public Model setComposedTrainResults(List composedTrainResults) { + this.composedTrainResults = composedTrainResults; + return this; + } } diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ModelInfo.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ModelInfo.java index 864b715ef6a60..2c14364da47ef 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ModelInfo.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ModelInfo.java @@ -36,6 +36,18 @@ public final class ModelInfo { @JsonProperty(value = "lastUpdatedDateTime", required = true) private OffsetDateTime lastUpdatedDateTime; + /* + * Optional user defined model name (max length: 1024). + */ + @JsonProperty(value = "modelName") + private String modelName; + + /* + * Optional model attributes. + */ + @JsonProperty(value = "attributes") + private Attributes attributes; + /** * Get the modelId property: Model identifier. * @@ -115,4 +127,44 @@ public ModelInfo setLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime) { this.lastUpdatedDateTime = lastUpdatedDateTime; return this; } + + /** + * Get the modelName property: Optional user defined model name (max length: 1024). + * + * @return the modelName value. + */ + public String getModelName() { + return this.modelName; + } + + /** + * Set the modelName property: Optional user defined model name (max length: 1024). + * + * @param modelName the modelName value to set. + * @return the ModelInfo object itself. + */ + public ModelInfo setModelName(String modelName) { + this.modelName = modelName; + return this; + } + + /** + * Get the attributes property: Optional model attributes. + * + * @return the attributes value. + */ + public Attributes getAttributes() { + return this.attributes; + } + + /** + * Set the attributes property: Optional model attributes. + * + * @param attributes the attributes value to set. + * @return the ModelInfo object itself. + */ + public ModelInfo setAttributes(Attributes attributes) { + this.attributes = attributes; + return this; + } } diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ReadResult.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ReadResult.java index d7751d7280967..e8b8996763ce0 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ReadResult.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/ReadResult.java @@ -62,6 +62,12 @@ public final class ReadResult { @JsonProperty(value = "lines") private List lines; + /* + * List of selection marks extracted from the page. + */ + @JsonProperty(value = "selectionMarks") + private List selectionMarks; + /** * Get the page property: The 1-based page number in the input document. * @@ -213,4 +219,24 @@ public ReadResult setLines(List lines) { this.lines = lines; return this; } + + /** + * Get the selectionMarks property: List of selection marks extracted from the page. + * + * @return the selectionMarks value. + */ + public List getSelectionMarks() { + return this.selectionMarks; + } + + /** + * Set the selectionMarks property: List of selection marks extracted from the page. + * + * @param selectionMarks the selectionMarks value to set. + * @return the ReadResult object itself. + */ + public ReadResult setSelectionMarks(List selectionMarks) { + this.selectionMarks = selectionMarks; + return this; + } } diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/SelectionMark.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/SelectionMark.java new file mode 100644 index 0000000000000..0213c1c85b2c7 --- /dev/null +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/SelectionMark.java @@ -0,0 +1,91 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.ai.formrecognizer.implementation.models; + +import com.azure.core.annotation.Fluent; +import com.fasterxml.jackson.annotation.JsonProperty; +import java.util.List; + +/** The SelectionMark model. */ +@Fluent +public final class SelectionMark { + /* + * Bounding box of the selection mark. + */ + @JsonProperty(value = "boundingBox", required = true) + private List boundingBox; + + /* + * Confidence value. + */ + @JsonProperty(value = "confidence", required = true) + private float confidence; + + /* + * State of the selection mark. + */ + @JsonProperty(value = "state", required = true) + private SelectionMarkState state; + + /** + * Get the boundingBox property: Bounding box of the selection mark. + * + * @return the boundingBox value. + */ + public List getBoundingBox() { + return this.boundingBox; + } + + /** + * Set the boundingBox property: Bounding box of the selection mark. + * + * @param boundingBox the boundingBox value to set. + * @return the SelectionMark object itself. + */ + public SelectionMark setBoundingBox(List boundingBox) { + this.boundingBox = boundingBox; + return this; + } + + /** + * Get the confidence property: Confidence value. + * + * @return the confidence value. + */ + public float getConfidence() { + return this.confidence; + } + + /** + * Set the confidence property: Confidence value. + * + * @param confidence the confidence value to set. + * @return the SelectionMark object itself. + */ + public SelectionMark setConfidence(float confidence) { + this.confidence = confidence; + return this; + } + + /** + * Get the state property: State of the selection mark. + * + * @return the state value. + */ + public SelectionMarkState getState() { + return this.state; + } + + /** + * Set the state property: State of the selection mark. + * + * @param state the state value to set. + * @return the SelectionMark object itself. + */ + public SelectionMark setState(SelectionMarkState state) { + this.state = state; + return this; + } +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/SelectionMarkState.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/SelectionMarkState.java new file mode 100644 index 0000000000000..a80f50349f925 --- /dev/null +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/SelectionMarkState.java @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +// Code generated by Microsoft (R) AutoRest Code Generator. + +package com.azure.ai.formrecognizer.implementation.models; + +import com.azure.core.util.ExpandableStringEnum; +import com.fasterxml.jackson.annotation.JsonCreator; +import java.util.Collection; + +/** Defines values for SelectionMarkState. */ +public final class SelectionMarkState extends ExpandableStringEnum { + /** Static value selected for SelectionMarkState. */ + public static final SelectionMarkState SELECTED = fromString("selected"); + + /** Static value unselected for SelectionMarkState. */ + public static final SelectionMarkState UNSELECTED = fromString("unselected"); + + /** + * Creates or finds a SelectionMarkState from its string representation. + * + * @param name a name to look for. + * @return the corresponding SelectionMarkState. + */ + @JsonCreator + public static SelectionMarkState fromString(String name) { + return fromString(name, SelectionMarkState.class); + } + + /** @return known SelectionMarkState values. */ + public static Collection values() { + return values(SelectionMarkState.class); + } +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/TrainRequest.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/TrainRequest.java index 465f2c21ebac5..77fe51c44fcea 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/TrainRequest.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/TrainRequest.java @@ -28,6 +28,12 @@ public final class TrainRequest { @JsonProperty(value = "useLabelFile") private Boolean useLabelFile; + /* + * Optional user defined model name (max length: 1024). + */ + @JsonProperty(value = "modelName") + private String modelName; + /** * Get the source property: Source path containing the training documents. * @@ -87,4 +93,24 @@ public TrainRequest setUseLabelFile(Boolean useLabelFile) { this.useLabelFile = useLabelFile; return this; } + + /** + * Get the modelName property: Optional user defined model name (max length: 1024). + * + * @return the modelName value. + */ + public String getModelName() { + return this.modelName; + } + + /** + * Set the modelName property: Optional user defined model name (max length: 1024). + * + * @param modelName the modelName value to set. + * @return the TrainRequest object itself. + */ + public TrainRequest setModelName(String modelName) { + this.modelName = modelName; + return this; + } } diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/TrainResult.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/TrainResult.java index c3778bfcf4a45..60bfcb59e5376 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/TrainResult.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/main/java/com/azure/ai/formrecognizer/implementation/models/TrainResult.java @@ -7,6 +7,7 @@ import com.azure.core.annotation.Fluent; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.List; +import java.util.UUID; /** The TrainResult model. */ @Fluent @@ -31,6 +32,12 @@ public final class TrainResult { @JsonProperty(value = "averageModelAccuracy") private Float averageModelAccuracy; + /* + * Model identifier. + */ + @JsonProperty(value = "modelId") + private UUID modelId; + /* * Errors returned during the training operation. */ @@ -99,6 +106,26 @@ public TrainResult setAverageModelAccuracy(Float averageModelAccuracy) { return this; } + /** + * Get the modelId property: Model identifier. + * + * @return the modelId value. + */ + public UUID getModelId() { + return this.modelId; + } + + /** + * Set the modelId property: Model identifier. + * + * @param modelId the modelId value to set. + * @return the TrainResult object itself. + */ + public TrainResult setModelId(UUID modelId) { + this.modelId = modelId; + return this; + } + /** * Get the errors property: Errors returned during the training operation. * diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/java/com/azure/ai/formrecognizer/FormRecognizerClientTestBase.java b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/java/com/azure/ai/formrecognizer/FormRecognizerClientTestBase.java index a8f5b8b55a5fb..8f60cf5812edb 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/java/com/azure/ai/formrecognizer/FormRecognizerClientTestBase.java +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/java/com/azure/ai/formrecognizer/FormRecognizerClientTestBase.java @@ -690,7 +690,8 @@ private void validateLabeledData(RecognizedForm actualForm, boolean includeField static void validateMultiPageDataLabeled(List actualRecognizedFormsList) { actualRecognizedFormsList.forEach(recognizedForm -> { - assertEquals("custom:form", recognizedForm.getFormType()); + // TODO (#14889): assertEquals("custom:modelId", recognizedForm.getFormType()); + // assertEquals("custom:form", recognizedForm.getFormType()); assertEquals(1, recognizedForm.getPageRange().getFirstPageNumber()); assertEquals(3, recognizedForm.getPageRange().getLastPageNumber()); assertEquals(3, recognizedForm.getPages().size()); diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopy.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopy.json index bfb7654cf4b17..9dd7ffbc52a03 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopy.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopy.json @@ -1,262 +1,222 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "ab8f1100-c65c-4c22-b7ed-9d6643ce49d2", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "433cbe66-117d-4569-8b70-c4a31e54903f", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "77", + "x-envoy-upstream-service-time" : "116", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "372e532b-f802-4a58-897c-3d0bb5389084", + "apim-request-id" : "0fe815fa-c8f7-4fdf-bc6f-ea4df0f8a5f1", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Fri, 07 Aug 2020 16:59:25 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/abf97542-dab9-4ec8-b5ef-09b814215192" + "Date" : "Wed, 16 Sep 2020 00:52:49 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9687b36d-8517-4baa-bc1c-49cdaf8e9791" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/abf97542-dab9-4ec8-b5ef-09b814215192?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9687b36d-8517-4baa-bc1c-49cdaf8e9791?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "d642eb53-5685-4efc-8d98-b25c94c71b10" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4ecd17fa-6261-44ef-ba33-11bcfa86fa6e" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "38", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "31c38944-8192-420f-a1e7-4e502c9988e0", + "apim-request-id" : "bc3a62f0-295e-4919-a80e-28b07408b59c", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"abf97542-dab9-4ec8-b5ef-09b814215192\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-07T16:59:25Z\",\"lastUpdatedDateTime\":\"2020-08-07T16:59:25Z\"}}", - "Date" : "Fri, 07 Aug 2020 16:59:30 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"9687b36d-8517-4baa-bc1c-49cdaf8e9791\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:49Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:54 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/abf97542-dab9-4ec8-b5ef-09b814215192?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9687b36d-8517-4baa-bc1c-49cdaf8e9791?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "24afeb41-6e4e-4ba9-9a14-1dcad352b5db" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "1d28ff73-8844-4596-bf2b-1f492e85838e" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "36", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9a81d565-8eb7-4115-88cf-4fbe8ce7ab6a", + "apim-request-id" : "7aa9509b-833c-4a01-9e3a-dcf1b4cd67ce", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"abf97542-dab9-4ec8-b5ef-09b814215192\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-07T16:59:25Z\",\"lastUpdatedDateTime\":\"2020-08-07T16:59:34Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Fri, 07 Aug 2020 16:59:35 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"9687b36d-8517-4baa-bc1c-49cdaf8e9791\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:49Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:59 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/abf97542-dab9-4ec8-b5ef-09b814215192?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9687b36d-8517-4baa-bc1c-49cdaf8e9791?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "ce3e6231-80aa-4b6a-b652-34d0158fbf18" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "af73b410-4cb7-430a-88c2-60f2a066aff6" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "30", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "cc15c930-d988-49bd-9250-3a93e07d5cc5", + "apim-request-id" : "f318176b-a949-4abf-8d8c-2675572f98b2", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"abf97542-dab9-4ec8-b5ef-09b814215192\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-07T16:59:25Z\",\"lastUpdatedDateTime\":\"2020-08-07T16:59:34Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Fri, 07 Aug 2020 16:59:36 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"9687b36d-8517-4baa-bc1c-49cdaf8e9791\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:02Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:53:04 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/copyAuthorization", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "443a7133-e3a4-482b-9820-500ee9a5cbe1" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "43", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "6d2d9d1d-4315-48c2-9620-f52fc07aa3f2", - "retry-after" : "0", - "StatusCode" : "201", - "Body" : "{\"modelId\":\"0d8a8e67-d113-4806-9463-18674516b6ac\",\"accessToken\":\"REDACTED\",\"expirationDateTimeTicks\":1596905976}", - "Date" : "Fri, 07 Aug 2020 16:59:36 GMT", - "Content-Type" : "application/json; charset=utf-8", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0d8a8e67-d113-4806-9463-18674516b6ac" - }, - "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/abf97542-dab9-4ec8-b5ef-09b814215192/copy", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "7f7a75ce-1c1b-449e-8fee-8d0735a661ad", - "Content-Type" : "application/json" - }, - "Response" : { - "x-envoy-upstream-service-time" : "5083", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "f5ef6055-57e0-4d83-b877-5043bcd32241", - "retry-after" : "0", - "Content-Length" : "0", - "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/abf97542-dab9-4ec8-b5ef-09b814215192/copyresults/14429d64-d610-44ce-8244-51234056e61b", - "Date" : "Fri, 07 Aug 2020 16:59:41 GMT" - }, - "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/abf97542-dab9-4ec8-b5ef-09b814215192/copyResults/14429d64-d610-44ce-8244-51234056e61b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9687b36d-8517-4baa-bc1c-49cdaf8e9791?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "a3fd7874-49e7-4759-8d2a-0ef8ca9fe98f" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7887abb6-dcb7-43cd-a175-d3e8ffb71ee5" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "14", + "x-envoy-upstream-service-time" : "16", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "5884f1e8-36f2-457d-bb5b-99293dcc26ff", + "apim-request-id" : "7ac9cec7-1720-4a61-99f8-90dfe25c3f3d", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-07T16:59:41Z\",\"lastUpdatedDateTime\":\"2020-08-07T16:59:41Z\",\"copyResult\":{\"modelId\":\"0d8a8e67-d113-4806-9463-18674516b6ac\"}}", - "Date" : "Fri, 07 Aug 2020 16:59:45 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"9687b36d-8517-4baa-bc1c-49cdaf8e9791\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:02Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:53:05 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/abf97542-dab9-4ec8-b5ef-09b814215192/copyResults/14429d64-d610-44ce-8244-51234056e61b", + "Method" : "POST", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/copyAuthorization", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "e9d233d5-ef31-4c5f-ab3e-b42090c5c030" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "95b39918-a911-4178-87af-39e758b8f64a" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "11", + "x-envoy-upstream-service-time" : "233", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "144e2c93-41d1-4e96-b7c4-ed417c2b0c4f", + "apim-request-id" : "78f02738-010e-4b4d-a2d4-738f8ed6344b", "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-07T16:59:41Z\",\"lastUpdatedDateTime\":\"2020-08-07T16:59:41Z\",\"copyResult\":{\"modelId\":\"0d8a8e67-d113-4806-9463-18674516b6ac\"}}", - "Date" : "Fri, 07 Aug 2020 16:59:51 GMT", - "Content-Type" : "application/json; charset=utf-8" + "StatusCode" : "201", + "Body" : "{\"modelId\":\"1578f8f6-3888-46bd-90a4-cf52ff36ff8a\",\"accessToken\":\"REDACTED\",\"expirationDateTimeTicks\":1600303985}", + "Date" : "Wed, 16 Sep 2020 00:53:05 GMT", + "Content-Type" : "application/json; charset=utf-8", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1578f8f6-3888-46bd-90a4-cf52ff36ff8a" }, "Exception" : null }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/abf97542-dab9-4ec8-b5ef-09b814215192/copyResults/14429d64-d610-44ce-8244-51234056e61b", + "Method" : "POST", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9687b36d-8517-4baa-bc1c-49cdaf8e9791/copy", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "b4df4eac-74f3-401e-86e1-fd5bc651e1af" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "a3d4d01f-4622-4134-bb24-386eafab5435", + "Content-Type" : "application/json" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "11", + "x-envoy-upstream-service-time" : "173", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "eb972bad-6a59-4005-bd0a-55ac610a2e6b", + "apim-request-id" : "3b8a9a33-6954-4a00-acb0-bdd4ff83ce16", "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-07T16:59:41Z\",\"lastUpdatedDateTime\":\"2020-08-07T16:59:41Z\",\"copyResult\":{\"modelId\":\"0d8a8e67-d113-4806-9463-18674516b6ac\"}}", - "Date" : "Fri, 07 Aug 2020 16:59:56 GMT", - "Content-Type" : "application/json; charset=utf-8" + "Content-Length" : "0", + "StatusCode" : "202", + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9687b36d-8517-4baa-bc1c-49cdaf8e9791/copyresults/eda14fcd-0f5c-427c-9721-28f3838512d7", + "Date" : "Wed, 16 Sep 2020 00:53:05 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/abf97542-dab9-4ec8-b5ef-09b814215192/copyResults/14429d64-d610-44ce-8244-51234056e61b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9687b36d-8517-4baa-bc1c-49cdaf8e9791/copyResults/eda14fcd-0f5c-427c-9721-28f3838512d7", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "d941f7b4-c0b4-411b-9a54-5c259ab0ce28" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4e0483b6-619a-466b-9f79-663932a31870" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "12", + "x-envoy-upstream-service-time" : "139", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "7c47c1ff-52c4-4fc9-a0f0-aaa79812462d", + "apim-request-id" : "3f82b90e-8f12-46a9-a599-cd9ab83453e7", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-07T16:59:41Z\",\"lastUpdatedDateTime\":\"2020-08-07T16:59:41Z\",\"copyResult\":{\"modelId\":\"0d8a8e67-d113-4806-9463-18674516b6ac\"}}", - "Date" : "Fri, 07 Aug 2020 17:00:01 GMT", + "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-09-16T00:53:06Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:06Z\",\"copyResult\":{\"modelId\":\"1578f8f6-3888-46bd-90a4-cf52ff36ff8a\"}}", + "Date" : "Wed, 16 Sep 2020 00:53:11 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/abf97542-dab9-4ec8-b5ef-09b814215192/copyResults/14429d64-d610-44ce-8244-51234056e61b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9687b36d-8517-4baa-bc1c-49cdaf8e9791/copyResults/eda14fcd-0f5c-427c-9721-28f3838512d7", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "b7f50f4b-7ac6-48fb-b002-40fd8a2260ef" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "69003abb-c2c7-464e-9e70-95cf0357dc6d" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "11", + "x-envoy-upstream-service-time" : "16", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "d38b6a57-aad9-4327-99cf-a28105f4773e", + "apim-request-id" : "180ac4ad-b78a-4bca-88e9-64de4ff4feb5", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-07T16:59:41Z\",\"lastUpdatedDateTime\":\"2020-08-07T16:59:41Z\",\"copyResult\":{\"modelId\":\"0d8a8e67-d113-4806-9463-18674516b6ac\"}}", - "Date" : "Fri, 07 Aug 2020 17:00:06 GMT", + "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-09-16T00:53:06Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:06Z\",\"copyResult\":{\"modelId\":\"1578f8f6-3888-46bd-90a4-cf52ff36ff8a\"}}", + "Date" : "Wed, 16 Sep 2020 00:53:16 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/abf97542-dab9-4ec8-b5ef-09b814215192/copyResults/14429d64-d610-44ce-8244-51234056e61b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9687b36d-8517-4baa-bc1c-49cdaf8e9791/copyResults/eda14fcd-0f5c-427c-9721-28f3838512d7", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "6d59c580-74b5-4668-b151-fe401c1be310" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4f635eef-1813-45da-953e-cd828f9b5cc3" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "12", + "x-envoy-upstream-service-time" : "29", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "86ee543f-373a-4ad6-b98d-d8c41368b90d", + "apim-request-id" : "43613850-169a-41a9-bad3-0f4e420cf15b", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-07T17:00:10.2664093Z\",\"lastUpdatedDateTime\":\"2020-08-07T17:00:10.2664097Z\",\"copyResult\":{\"modelId\":\"0d8a8e67-d113-4806-9463-18674516b6ac\"}}", - "Date" : "Fri, 07 Aug 2020 17:00:11 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:53:21.3259539Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:21.3259541Z\",\"copyResult\":{\"modelId\":\"1578f8f6-3888-46bd-90a4-cf52ff36ff8a\"}}", + "Date" : "Wed, 16 Sep 2020 00:53:22 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/abf97542-dab9-4ec8-b5ef-09b814215192/copyResults/14429d64-d610-44ce-8244-51234056e61b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9687b36d-8517-4baa-bc1c-49cdaf8e9791/copyResults/eda14fcd-0f5c-427c-9721-28f3838512d7", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "55d736e6-fc09-4a97-9a9d-0c42d5db3711" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "39154e0d-9726-4047-9bc8-94c65552da5f" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "15", + "x-envoy-upstream-service-time" : "12", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a70df3ed-e452-44e5-b4a7-7ca87359eecc", + "apim-request-id" : "45495fb3-b6ec-4a59-a4d6-980fa9b9edab", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-07T17:00:10.2664093Z\",\"lastUpdatedDateTime\":\"2020-08-07T17:00:10.2664097Z\",\"copyResult\":{\"modelId\":\"0d8a8e67-d113-4806-9463-18674516b6ac\"}}", - "Date" : "Fri, 07 Aug 2020 17:00:11 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:53:21.3259539Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:21.3259541Z\",\"copyResult\":{\"modelId\":\"1578f8f6-3888-46bd-90a4-cf52ff36ff8a\"}}", + "Date" : "Wed, 16 Sep 2020 00:53:22 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopyIncorrectRegion.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopyIncorrectRegion.json index 8d2910ba72eb9..74c9999648b93 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopyIncorrectRegion.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopyIncorrectRegion.json @@ -1,7 +1,7 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", "x-ms-client-request-id" : "520b36d4-38c6-48a6-b975-3b3088adb62b", @@ -16,12 +16,12 @@ "Content-Length" : "0", "StatusCode" : "201", "Date" : "Fri, 07 Aug 2020 16:57:34 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070" + "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", "x-ms-client-request-id" : "73e76ecc-d44c-4609-9f4b-2021565c1bf2" @@ -41,7 +41,7 @@ "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", "x-ms-client-request-id" : "616ae0ee-30be-4259-bfdf-3d6487b51fad" @@ -61,7 +61,7 @@ "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", "x-ms-client-request-id" : "3d1d3dcb-f804-417f-8d37-ce7b283092fd" @@ -81,7 +81,7 @@ "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/copyAuthorization", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/copyAuthorization", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", "x-ms-client-request-id" : "052279e1-6ffb-4d00-82e7-64ed77430746" @@ -97,12 +97,12 @@ "Body" : "{\"modelId\":\"10de2ca3-04b7-4f21-80bf-be1f22608b53\",\"accessToken\":\"REDACTED\",\"expirationDateTimeTicks\":1596905870}", "Date" : "Fri, 07 Aug 2020 16:57:55 GMT", "Content-Type" : "application/json; charset=utf-8", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/10de2ca3-04b7-4f21-80bf-be1f22608b53" + "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/10de2ca3-04b7-4f21-80bf-be1f22608b53" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070/copy", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070/copy", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", "x-ms-client-request-id" : "9bda3d7b-06f3-45dc-b36c-88484abfb034", @@ -116,13 +116,13 @@ "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070/copyresults/60224448-d09e-4a0c-a009-1d33f1196770", + "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070/copyresults/60224448-d09e-4a0c-a009-1d33f1196770", "Date" : "Fri, 07 Aug 2020 16:57:56 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070/copyResults/60224448-d09e-4a0c-a009-1d33f1196770", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070/copyResults/60224448-d09e-4a0c-a009-1d33f1196770", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", "x-ms-client-request-id" : "9e2ed169-83f1-410d-8f4c-75073267d040" @@ -142,7 +142,7 @@ "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070/copyResults/60224448-d09e-4a0c-a009-1d33f1196770", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070/copyResults/60224448-d09e-4a0c-a009-1d33f1196770", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", "x-ms-client-request-id" : "9355618a-08a2-4c5d-b2c5-445b731e3a3e" @@ -162,7 +162,7 @@ "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070/copyResults/60224448-d09e-4a0c-a009-1d33f1196770", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c0fbdd88-c1a7-4dcb-a3b6-fe93844a9070/copyResults/60224448-d09e-4a0c-a009-1d33f1196770", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", "x-ms-client-request-id" : "04cf6744-dd1b-4255-9ead-538ed1dd4aab" @@ -183,4 +183,4 @@ "Exception" : null } ], "variables" : [ ] -} \ No newline at end of file +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopyInvalidRegion.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopyInvalidRegion.json index d4d322ffd596f..69c2c343de141 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopyInvalidRegion.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginCopyInvalidRegion.json @@ -1,123 +1,163 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "cff05874-c6c1-4fb0-85f4-617f89dc7c55", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c3e7c829-d96f-4bd8-9410-26f22e1f9982", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "172", + "x-envoy-upstream-service-time" : "122", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "364b25d7-4d84-457b-abfb-5e500a2f62ee", + "apim-request-id" : "6e1be117-803a-4dac-a776-21f6ae7a0611", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:49:36 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9ffc6b12-0c90-4b34-a247-c35a8f841cb3" + "Date" : "Wed, 16 Sep 2020 00:51:35 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9d5fa24f-2122-428b-8864-87f7e3018799" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9ffc6b12-0c90-4b34-a247-c35a8f841cb3?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9d5fa24f-2122-428b-8864-87f7e3018799?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "16b345fc-950a-4fa4-9d9f-1bad965f1fe4" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4e3b9493-af4f-400b-a1f7-6236d1f7ec67" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "18", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f9713c59-758f-4f8f-8cd8-73cbd5725423", + "apim-request-id" : "7ab2ce07-76b3-4f4e-ab94-30fb9388a537", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"9ffc6b12-0c90-4b34-a247-c35a8f841cb3\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:49:37Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:49:37Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:49:41 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"9d5fa24f-2122-428b-8864-87f7e3018799\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:51:36Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:36Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:51:41 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9ffc6b12-0c90-4b34-a247-c35a8f841cb3?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9d5fa24f-2122-428b-8864-87f7e3018799?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "da48e81f-b370-4ad6-8a86-7ce7b806d2ab" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "d7d0a25e-a8ed-4d74-a941-04c58f300565" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "19", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "addae617-c49a-4245-b981-fc8670b0699f", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"9d5fa24f-2122-428b-8864-87f7e3018799\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:51:36Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:36Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:51:47 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9d5fa24f-2122-428b-8864-87f7e3018799?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "336a3bbf-bb73-4aa4-a6d3-b6a6451ac099" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "21", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "c371276b-6a1c-40aa-9f38-5ef85e9e89ee", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"9d5fa24f-2122-428b-8864-87f7e3018799\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:51:36Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:36Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:51:51 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9d5fa24f-2122-428b-8864-87f7e3018799?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c2f59c2b-a0c3-45eb-92b2-74444e6c0ddb" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "24", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "476365e8-c9aa-4f48-9b50-b1c33376d527", + "apim-request-id" : "0fd28ac1-a8b1-437f-9bb9-9157d97d99fc", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"9ffc6b12-0c90-4b34-a247-c35a8f841cb3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:49:37Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:49:45Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:49:47 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"9d5fa24f-2122-428b-8864-87f7e3018799\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:36Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:57Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:57 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9ffc6b12-0c90-4b34-a247-c35a8f841cb3?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9d5fa24f-2122-428b-8864-87f7e3018799?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "dbd67158-c6cb-4f26-8195-91d9a975e031" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e2d30a2c-85b0-42ce-9dfb-c42a69a3ffb9" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "66073d04-d0c9-4d9a-9284-ac53e8a6ffb4", + "apim-request-id" : "c4971f06-be90-41c7-a48a-825b4b164c4e", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"9ffc6b12-0c90-4b34-a247-c35a8f841cb3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:49:37Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:49:45Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:49:47 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"9d5fa24f-2122-428b-8864-87f7e3018799\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:36Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:57Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:57 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/copyAuthorization", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/copyAuthorization", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "805ab2ff-8ea9-4d5a-959f-0f9938e28831" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "6710c1d9-edb9-44a7-a801-199b01423ee2" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "295", + "x-envoy-upstream-service-time" : "120", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f8b4d75b-d4e5-4ad6-8a9c-b3b24d0bba21", + "apim-request-id" : "600e65ce-7888-4bd7-98bd-c716e5abb515", "retry-after" : "0", "StatusCode" : "201", - "Body" : "{\"modelId\":\"7596ed82-9634-4b61-bb3c-e1694a9e3281\",\"accessToken\":\"REDACTED\",\"expirationDateTimeTicks\":1596840588}", - "Date" : "Thu, 06 Aug 2020 22:49:48 GMT", + "Body" : "{\"modelId\":\"b7b40458-de97-4315-ad9d-f113d977f9d9\",\"accessToken\":\"REDACTED\",\"expirationDateTimeTicks\":1600303917}", + "Date" : "Wed, 16 Sep 2020 00:51:57 GMT", "Content-Type" : "application/json; charset=utf-8", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/7596ed82-9634-4b61-bb3c-e1694a9e3281" + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b7b40458-de97-4315-ad9d-f113d977f9d9" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9ffc6b12-0c90-4b34-a247-c35a8f841cb3/copy", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9d5fa24f-2122-428b-8864-87f7e3018799/copy", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "c1c26b81-84d1-4345-9219-98b0bec6f1a2", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "325aa732-5502-4f26-89c8-c00ecb11f383", "Content-Type" : "application/json" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "2", + "x-envoy-upstream-service-time" : "31", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "845bbcff-d333-4f39-853e-0dc032ec6f28", + "apim-request-id" : "25640374-14b4-4d78-b65a-e7048ebd5745", "retry-after" : "0", "StatusCode" : "400", "Body" : "{\"error\":{\"code\":\"1002\",\"message\":\"Copy request is invalid. Field 'TargetResourceRegion' must be a valid Azure region name.\"}}", - "Date" : "Thu, 06 Aug 2020 22:49:48 GMT", + "Date" : "Wed, 16 Sep 2020 00:51:57 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingInvalidModelStatus.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingInvalidModelStatus.json index 34a6ab74b7df9..2c75cdc1c020d 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingInvalidModelStatus.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingInvalidModelStatus.json @@ -1,42 +1,42 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "1e362557-6d36-42ac-b013-4a8c4ff73b29", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f74e519a-493e-42c1-8568-fee93b71e20c", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "273", + "x-envoy-upstream-service-time" : "131", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "59b55436-89fb-4be6-9a60-9fed425c9459", + "apim-request-id" : "d988aaf5-57e3-4141-adf8-d6ef91ae28a9", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:49:31 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/531ee6e0-6e88-4a5e-a9dd-c7624ca58126" + "Date" : "Wed, 16 Sep 2020 00:52:05 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd0130e0-1b0c-46b9-a719-dad565f14ced" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/531ee6e0-6e88-4a5e-a9dd-c7624ca58126?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/fd0130e0-1b0c-46b9-a719-dad565f14ced?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "901fe6ef-7b13-437c-9f88-f494f4104f10" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "893400ef-2739-4de5-99ab-8b293dc23de6" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "24", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "1288da4a-30b9-446a-8437-8c0604abb4ba", + "apim-request-id" : "78753ed7-bb3b-4f1f-b700-17556745170f", "retry-after" : "0", "StatusCode" : "200", "x-ms-cs-error-code" : "2012", - "Body" : "{\"modelInfo\":{\"modelId\":\"531ee6e0-6e88-4a5e-a9dd-c7624ca58126\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:49:31Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:49:32Z\"},\"keys\":{\"clusters\":{}},\"trainResult\":{\"trainingDocuments\":[],\"errors\":[{\"code\":\"2012\",\"message\":\"Unable to list blobs on the Azure blob storage account.\"}]}}", - "Date" : "Thu, 06 Aug 2020 22:49:35 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"fd0130e0-1b0c-46b9-a719-dad565f14ced\",\"status\":\"invalid\",\"createdDateTime\":\"2020-09-16T00:52:05Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:06Z\"},\"keys\":{\"clusters\":{}},\"trainResult\":{\"trainingDocuments\":[],\"errors\":[{\"code\":\"2012\",\"message\":\"Unable to list blobs on the Azure blob storage account.\"}]}}", + "Date" : "Wed, 16 Sep 2020 00:52:10 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithTrainingLabelsForJPGTrainingSet.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithTrainingLabelsForJPGTrainingSet.json index 3fc58822c5b76..3264a88228065 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithTrainingLabelsForJPGTrainingSet.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithTrainingLabelsForJPGTrainingSet.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "d949e820-050b-412c-ae48-d23770bec2f9", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "63fd50c6-54dd-4bfc-9791-e2991b76e912", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "266", + "x-envoy-upstream-service-time" : "137", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "7ce59a2a-2eaa-4aab-945a-e8bb5ddef03d", + "apim-request-id" : "a8c8b4dd-06b1-4023-a6cc-3d68410cad2e", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:47:16 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/ddb10dff-753f-49da-959c-ff8ec9703ff3" + "Date" : "Wed, 16 Sep 2020 00:53:29 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/0e6dcdff-dc2e-4f6c-8e93-3180d5d0e3ec" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/ddb10dff-753f-49da-959c-ff8ec9703ff3?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/0e6dcdff-dc2e-4f6c-8e93-3180d5d0e3ec?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "758a31f2-017b-4db2-b09a-2b53c3506f43" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "3c77b069-0549-4467-afc2-a3349e92ca08" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "21", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "46272f04-63f1-42da-9fc2-1f66129e3566", + "apim-request-id" : "347ab326-b8fa-41db-8522-9b1e2681b3e4", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"ddb10dff-753f-49da-959c-ff8ec9703ff3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:47:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:18Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:47:25 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"0e6dcdff-dc2e-4f6c-8e93-3180d5d0e3ec\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:29Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:32Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:53:34 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/ddb10dff-753f-49da-959c-ff8ec9703ff3?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/0e6dcdff-dc2e-4f6c-8e93-3180d5d0e3ec?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "f33e1ac8-5549-469d-96a4-3c36b5f766d7" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b4d42856-720a-4769-98c1-7d3bde850a62" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "5052", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "8d7809f2-3859-4777-a394-09c78012d813", + "apim-request-id" : "bfb9be33-03dc-438b-8fa1-ec1efc528d01", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"ddb10dff-753f-49da-959c-ff8ec9703ff3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:47:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:18Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:47:25 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"0e6dcdff-dc2e-4f6c-8e93-3180d5d0e3ec\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:29Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:32Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:53:33 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithTrainingLabelsForMultiPagePDFTrainingSet.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithTrainingLabelsForMultiPagePDFTrainingSet.json index fa88513a93333..6040452ba98e7 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithTrainingLabelsForMultiPagePDFTrainingSet.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithTrainingLabelsForMultiPagePDFTrainingSet.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "53c304ee-eb56-4b0a-8935-e477bbefdccf", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "0694a3e4-8bf1-4f3e-98a0-22eba2af9a98", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "211", + "x-envoy-upstream-service-time" : "139", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "aa72002a-26f3-4b4b-8989-15f625f68c58", + "apim-request-id" : "1da8567a-585e-4707-8d8a-f73e77e8f735", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:48:00 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d5f60834-23a6-43db-9604-0fdfe8e2ba3c" + "Date" : "Wed, 16 Sep 2020 00:53:31 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/cc1890a5-41ea-4c87-972f-c086599db63e" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d5f60834-23a6-43db-9604-0fdfe8e2ba3c?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cc1890a5-41ea-4c87-972f-c086599db63e?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "dff518d2-c1db-4834-a1d2-8a8a6906d212" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "52f7492a-b7a7-470f-a726-6c805cd0f418" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "20", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "794dc675-50bb-46b7-9869-ee0bf5dfc958", + "apim-request-id" : "f0793bcf-d0a7-4cb4-85bf-4aa5d3bba621", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d5f60834-23a6-43db-9604-0fdfe8e2ba3c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:48:01Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:48:02Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:48:05 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"cc1890a5-41ea-4c87-972f-c086599db63e\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:32Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:34Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:53:38 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d5f60834-23a6-43db-9604-0fdfe8e2ba3c?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cc1890a5-41ea-4c87-972f-c086599db63e?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "259cfcd0-bc57-4e49-b979-2d260da0f23f" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "3c6511f3-17c3-47b9-bfaf-528a6a804943" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "18", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "fd49e465-1003-4e5f-bb8f-044c568c4462", + "apim-request-id" : "28f65bdd-21d2-4d57-955e-8b0415fc7ff1", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d5f60834-23a6-43db-9604-0fdfe8e2ba3c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:48:01Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:48:02Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:48:06 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"cc1890a5-41ea-4c87-972f-c086599db63e\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:32Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:34Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:53:37 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsExcludeSubfolderWithNonExistPrefixName.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsExcludeSubfolderWithNonExistPrefixName.json index a926328d673a2..25f88a2afbc68 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsExcludeSubfolderWithNonExistPrefixName.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsExcludeSubfolderWithNonExistPrefixName.json @@ -1,42 +1,42 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "19f1a65c-6f85-498d-826b-50781c23f344", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "914cf57c-22e4-4738-baa0-5d1047f8ebf9", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "10305", + "x-envoy-upstream-service-time" : "131", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "baf3aa3a-8669-4488-b36a-c4f19a415643", + "apim-request-id" : "a28633b7-eb6f-45a7-8e6b-b887e5a64016", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:48:16 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/ecb50724-0687-4f33-a52d-8766926140a3" + "Date" : "Wed, 16 Sep 2020 00:53:26 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3a12b1a9-0c34-424d-8c39-54ce7d58f81e" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/ecb50724-0687-4f33-a52d-8766926140a3?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/3a12b1a9-0c34-424d-8c39-54ce7d58f81e?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "64186d70-059c-434d-a27d-0814f274c9b7" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "021cb94c-9544-4a39-a96a-7cbdf95c69b6" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "32", + "x-envoy-upstream-service-time" : "73", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "4bfa7590-296c-4853-9739-0b5fa765ec1e", + "apim-request-id" : "e99d8be4-0c6c-4bab-8381-e37320d8e46e", "retry-after" : "0", "StatusCode" : "200", "x-ms-cs-error-code" : "2014", - "Body" : "{\"modelInfo\":{\"modelId\":\"ecb50724-0687-4f33-a52d-8766926140a3\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:48:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:48:17Z\"},\"keys\":{\"clusters\":{}},\"trainResult\":{\"trainingDocuments\":[],\"errors\":[{\"code\":\"2014\",\"message\":\"No valid blobs found in the specified Azure blob container. Please conform to the document format/size/page/dimensions requirements.\"}]}}", - "Date" : "Thu, 06 Aug 2020 22:48:22 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"3a12b1a9-0c34-424d-8c39-54ce7d58f81e\",\"status\":\"invalid\",\"createdDateTime\":\"2020-09-16T00:53:26Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:26Z\"},\"keys\":{\"clusters\":{}},\"trainResult\":{\"trainingDocuments\":[],\"errors\":[{\"code\":\"2014\",\"message\":\"No valid blobs found in the specified Azure blob container. Please conform to the document format/size/page/dimensions requirements.\"}]}}", + "Date" : "Wed, 16 Sep 2020 00:53:31 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsExcludeSubfolderWithPrefixName.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsExcludeSubfolderWithPrefixName.json index e8139442cd14c..28577d13d65bd 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsExcludeSubfolderWithPrefixName.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsExcludeSubfolderWithPrefixName.json @@ -1,61 +1,101 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "55c0db92-dbf0-4778-9516-303f9461abaa", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "5a04727c-1fe5-464d-a478-49ec8e7806cd", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "280", + "x-envoy-upstream-service-time" : "126", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "de1f58ac-d810-4a2e-b796-0cbd16ec2ccd", + "apim-request-id" : "1a9f8e5c-e44a-4ded-b701-71430f7031d4", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:49:14 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d0783aff-0f84-4dba-bd02-8efcdb353691" + "Date" : "Wed, 16 Sep 2020 00:52:45 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/06a589c2-df6d-4693-8cc1-daa974bb6e00" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d0783aff-0f84-4dba-bd02-8efcdb353691?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/06a589c2-df6d-4693-8cc1-daa974bb6e00?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5f8b3053-19d8-49cf-bd75-ab29a58255b6" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ea81d1b2-95ce-4632-a171-dc1bc8e14f00" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "36", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "8bf9065a-82d6-4f9c-910f-9ecd012d0dc4", + "apim-request-id" : "dc1d1f30-aa5a-43ef-ae5e-f2497f604479", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d0783aff-0f84-4dba-bd02-8efcdb353691\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:49:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:49:17Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Name:\",\"Phone:\",\"Purchase Order #:\",\"Quantity\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"subfolder/Form_6.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:49:19 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"06a589c2-df6d-4693-8cc1-daa974bb6e00\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:45Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:45Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:50 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d0783aff-0f84-4dba-bd02-8efcdb353691?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/06a589c2-df6d-4693-8cc1-daa974bb6e00?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "b5bc3393-98ed-4540-b761-316a2ceb7964" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "fa9a77f3-5d7d-450f-ac8c-e3e567beb98e" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "15", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "d4fc3c66-c324-43a6-8baf-912e56d18dcd", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"06a589c2-df6d-4693-8cc1-daa974bb6e00\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:45Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:45Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:55 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/06a589c2-df6d-4693-8cc1-daa974bb6e00?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e2df6e15-c514-44ef-913b-964d977a0b1e" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "4b52db86-faa9-444b-a6ec-5b36d63d511f", + "apim-request-id" : "30a2ba65-2b32-4fd4-9b3a-ec60dfd588b4", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"06a589c2-df6d-4693-8cc1-daa974bb6e00\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:45Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:56Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Name:\",\"Phone:\",\"Purchase Order #:\",\"Quantity\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"subfolder/Form_6.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:53:01 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/06a589c2-df6d-4693-8cc1-daa974bb6e00?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "8c6c3611-51cd-46e8-87d8-d76382dc83aa" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "18", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "3c5121e7-f781-47ef-ac95-6e8b533dfc54", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d0783aff-0f84-4dba-bd02-8efcdb353691\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:49:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:49:17Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Name:\",\"Phone:\",\"Purchase Order #:\",\"Quantity\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"subfolder/Form_6.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:49:18 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"06a589c2-df6d-4693-8cc1-daa974bb6e00\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:45Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:56Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Name:\",\"Phone:\",\"Purchase Order #:\",\"Quantity\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"subfolder/Form_6.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:53:01 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsForJPGTrainingSet.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsForJPGTrainingSet.json index b70c121e5bc74..e2c176ef6f811 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsForJPGTrainingSet.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsForJPGTrainingSet.json @@ -1,81 +1,101 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "3e5565a0-3039-409a-9ab6-aaa97c77473a", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "dd0852f3-4cda-4b44-b667-5a9c301cbeed", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "288", + "x-envoy-upstream-service-time" : "134", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "6292c7b7-b032-4cf1-8064-b38a76f25213", + "apim-request-id" : "3cdb7af2-9a26-4c9e-8c77-548380b13891", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:49:54 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/3c631aef-0a09-424e-8b57-a2557e328965" + "Date" : "Wed, 16 Sep 2020 00:51:13 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2de21598-e005-4365-9c82-b28dcd8fd8ad" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/3c631aef-0a09-424e-8b57-a2557e328965?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/2de21598-e005-4365-9c82-b28dcd8fd8ad?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "c273b47f-0ff3-4edf-a23a-a685160ac5f7" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2d30354b-ffc2-44ec-9748-c989d528678f" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "21", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "11d9281a-ef87-4835-96d2-fae7247dfd66", + "apim-request-id" : "068fd6e4-4a89-417d-8d80-c64c41e03da8", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"3c631aef-0a09-424e-8b57-a2557e328965\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:49:55Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:49:55Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:50:00 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"2de21598-e005-4365-9c82-b28dcd8fd8ad\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:51:13Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:13Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:51:18 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/3c631aef-0a09-424e-8b57-a2557e328965?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/2de21598-e005-4365-9c82-b28dcd8fd8ad?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "37cf7758-8a5e-47f9-9de6-453487ed9ffa" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b73f05f4-47a7-4aeb-81fa-a1fdc13e247d" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "20", + "x-envoy-upstream-service-time" : "25", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "af9a0d61-d5fb-4337-bafe-6497d225fba7", + "apim-request-id" : "d9ee366b-b36a-4183-b9b1-d1e5738f56b6", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"3c631aef-0a09-424e-8b57-a2557e328965\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:49:55Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:50:03Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:50:04 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"2de21598-e005-4365-9c82-b28dcd8fd8ad\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:51:13Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:13Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:51:23 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/3c631aef-0a09-424e-8b57-a2557e328965?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/2de21598-e005-4365-9c82-b28dcd8fd8ad?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "b3266b92-bb33-4034-bd2c-cf3bc1026b8c" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b9f3b67c-a14f-41d7-897a-10db6b1fd2f9" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "32", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "6171f2a2-ae3f-47eb-9736-c5c6d5c35393", + "apim-request-id" : "0664f982-a157-4c4b-875f-ab0d7748a59c", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"3c631aef-0a09-424e-8b57-a2557e328965\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:49:55Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:50:03Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:50:04 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"2de21598-e005-4365-9c82-b28dcd8fd8ad\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:13Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:26Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:29 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/2de21598-e005-4365-9c82-b28dcd8fd8ad?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "88669af2-b3e7-442a-b75e-e5022a45df98" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "23", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "2a3cf09f-d3d4-40e5-83aa-31c0606b5bc3", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"2de21598-e005-4365-9c82-b28dcd8fd8ad\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:13Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:26Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:29 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsForMultiPagePDFTrainingSet.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsForMultiPagePDFTrainingSet.json index 9b0344a5ff29f..a2ed56777c1b5 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsForMultiPagePDFTrainingSet.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsForMultiPagePDFTrainingSet.json @@ -1,101 +1,141 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "fb1d7cb9-6456-45fd-a7ef-844f82497761", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "a87d81e0-e3d2-41f5-bb45-bec4a6bc3b75", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "72", + "x-envoy-upstream-service-time" : "153", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "1bb39f47-4cf7-4e4f-834d-58033a54fbe7", + "apim-request-id" : "1d5e6f7d-b6dc-422f-ac99-3e3b55b76589", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:47:32 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c68ce0ff-4f22-4a82-8ace-f8f395884883" + "Date" : "Wed, 16 Sep 2020 00:53:41 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c672a528-2cb4-4094-8b5b-c492eedb769a" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c68ce0ff-4f22-4a82-8ace-f8f395884883?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c672a528-2cb4-4094-8b5b-c492eedb769a?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "f6da781f-7486-44a3-ac2e-e3519039fa38" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "8add75ef-1dec-4bc9-9a33-22541e282c34" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "20", + "x-envoy-upstream-service-time" : "17", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "db64d96e-5214-4eae-8b9e-f7eda6661713", + "apim-request-id" : "0fb5ca23-752c-4db8-86a9-a66d49e723ae", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"c68ce0ff-4f22-4a82-8ace-f8f395884883\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:47:32Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:32Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:47:37 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"c672a528-2cb4-4094-8b5b-c492eedb769a\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:53:41Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:41Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:53:46 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c68ce0ff-4f22-4a82-8ace-f8f395884883?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c672a528-2cb4-4094-8b5b-c492eedb769a?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a2a07252-7ad2-43d5-8919-5173e8c0d754" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "1cefdd90-03d5-46d1-9b68-309dc64b7079" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "27", + "x-envoy-upstream-service-time" : "28", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "5258da7e-f339-492d-aa8a-25c8d7ff5779", + "apim-request-id" : "00cd8966-4c2a-41e7-a6c8-8a957a1ec92b", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"c68ce0ff-4f22-4a82-8ace-f8f395884883\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:47:32Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:32Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:47:42 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"c672a528-2cb4-4094-8b5b-c492eedb769a\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:53:41Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:41Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:53:51 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c68ce0ff-4f22-4a82-8ace-f8f395884883?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c672a528-2cb4-4094-8b5b-c492eedb769a?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "cec81087-d526-4b37-ab33-c2fd38f9b064" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "de53882f-5da5-4cca-9f0e-b3288cab9c46" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "26", + "x-envoy-upstream-service-time" : "20", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "ebd3c76f-e9f9-416c-b667-860b2f10306c", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"c672a528-2cb4-4094-8b5b-c492eedb769a\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:53:41Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:41Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:53:56 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c672a528-2cb4-4094-8b5b-c492eedb769a?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "0420ff53-65f1-4575-8559-2e6a2ca69bf8" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "896ff30c-ff18-4ed1-aae8-f63be1f8ed90", + "apim-request-id" : "abf99bd9-85a3-4685-97d9-5d93021c90f1", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"c68ce0ff-4f22-4a82-8ace-f8f395884883\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:47:32Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:46Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:47:47 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"c672a528-2cb4-4094-8b5b-c492eedb769a\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:53:41Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:41Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:02 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c68ce0ff-4f22-4a82-8ace-f8f395884883?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c672a528-2cb4-4094-8b5b-c492eedb769a?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "4b297d8e-1a05-432d-bc3f-e75d2b7e54e1" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "3bf5c30e-e6e8-492b-b7ae-fec86627f48a" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "25", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ca5396b1-e770-4a14-bbe0-da4a35d6f012", + "apim-request-id" : "a8711fde-9dd3-4208-856a-1028ee026b41", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"c672a528-2cb4-4094-8b5b-c492eedb769a\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:41Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:06Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:07 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c672a528-2cb4-4094-8b5b-c492eedb769a?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "589a53ad-e90b-4335-921e-ba234e38e9c0" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "26", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "a479da4c-5b26-49c7-a015-aed0eded882f", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"c68ce0ff-4f22-4a82-8ace-f8f395884883\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:47:32Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:46Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:47:47 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"c672a528-2cb4-4094-8b5b-c492eedb769a\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:41Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:06Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:06 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsIncludeSubfolderWithNonExistPrefixName.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsIncludeSubfolderWithNonExistPrefixName.json index 36154e6c3bd97..253e660b9bcfb 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsIncludeSubfolderWithNonExistPrefixName.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsIncludeSubfolderWithNonExistPrefixName.json @@ -1,42 +1,42 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "371bf532-8240-4421-a2b8-46c7d1d39b85", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c3683011-bf06-49ad-8792-3d2acd2e0015", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "93", + "x-envoy-upstream-service-time" : "140", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "e41b68a2-29c4-45b3-b684-e2e02be8974a", + "apim-request-id" : "07fa486a-f046-423f-9041-cdc90205dcf2", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:47:09 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/880ec8c7-a3ee-489c-b976-f236873e7741" + "Date" : "Wed, 16 Sep 2020 00:53:23 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/60e952fc-ce65-469f-8ff1-a7d63d01eac8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/880ec8c7-a3ee-489c-b976-f236873e7741?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/60e952fc-ce65-469f-8ff1-a7d63d01eac8?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "7e01445c-cc9b-449e-8494-a7e5d30359ba" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "d5a6b91c-a253-4c91-ba2f-d413a14b0ace" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "24", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "1a68fdf4-d510-4f44-8a82-2adfb17872ef", + "apim-request-id" : "6faa62ee-92ce-4f65-b5e5-78d29d0d2bb3", "retry-after" : "0", "StatusCode" : "200", "x-ms-cs-error-code" : "2014", - "Body" : "{\"modelInfo\":{\"modelId\":\"880ec8c7-a3ee-489c-b976-f236873e7741\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:47:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:10Z\"},\"keys\":{\"clusters\":{}},\"trainResult\":{\"trainingDocuments\":[],\"errors\":[{\"code\":\"2014\",\"message\":\"No valid blobs found in the specified Azure blob container. Please conform to the document format/size/page/dimensions requirements.\"}]}}", - "Date" : "Thu, 06 Aug 2020 22:47:14 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"60e952fc-ce65-469f-8ff1-a7d63d01eac8\",\"status\":\"invalid\",\"createdDateTime\":\"2020-09-16T00:53:23Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:24Z\"},\"keys\":{\"clusters\":{}},\"trainResult\":{\"trainingDocuments\":[],\"errors\":[{\"code\":\"2014\",\"message\":\"No valid blobs found in the specified Azure blob container. Please conform to the document format/size/page/dimensions requirements.\"}]}}", + "Date" : "Wed, 16 Sep 2020 00:53:28 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsIncludeSubfolderWithPrefixName.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsIncludeSubfolderWithPrefixName.json index 785f35d565a20..23fe0e44a4388 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsIncludeSubfolderWithPrefixName.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/beginTrainingWithoutTrainingLabelsIncludeSubfolderWithPrefixName.json @@ -1,61 +1,101 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "ab70df5e-d89a-4987-8f61-1b48e1614ccf", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "efca58a0-64cd-4220-941f-74158b101841", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "347", + "x-envoy-upstream-service-time" : "130", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a85df657-aa38-4de9-9599-e59708360d8d", + "apim-request-id" : "2182c48e-b1aa-40d0-900c-ae00e8f2e59d", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:46:08 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/44555712-a016-4f70-97e7-0a61837e16f5" + "Date" : "Wed, 16 Sep 2020 00:52:11 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d6a09e14-5ac7-4578-96ed-cf17561b8d2d" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/44555712-a016-4f70-97e7-0a61837e16f5?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d6a09e14-5ac7-4578-96ed-cf17561b8d2d?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "3a660ba6-14b7-4a59-a05e-e7f8ba231d42" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "cb7187c8-ed04-4a0b-893c-92ded4389c14" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "5053", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "979b9059-a496-4e7c-80a1-431db38097aa", + "apim-request-id" : "57d769c3-324b-4156-b393-c306effdbb25", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"44555712-a016-4f70-97e7-0a61837e16f5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:12Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Name:\",\"Phone:\",\"Purchase Order #:\",\"Quantity\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"subfolder/Form_6.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:46:24 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"d6a09e14-5ac7-4578-96ed-cf17561b8d2d\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:11Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:11Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:15 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/44555712-a016-4f70-97e7-0a61837e16f5?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d6a09e14-5ac7-4578-96ed-cf17561b8d2d?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "d4f08425-b19f-408d-9390-099a2c83e207" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "d8e2cc91-0709-4a7e-9580-59a7680816e8" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "5055", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "547034ed-074f-458a-8770-f9bd5f447493", + "apim-request-id" : "2664e6b0-c68e-4b61-9d23-8c807484a749", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"44555712-a016-4f70-97e7-0a61837e16f5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:12Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Name:\",\"Phone:\",\"Purchase Order #:\",\"Quantity\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"subfolder/Form_6.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:46:18 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"d6a09e14-5ac7-4578-96ed-cf17561b8d2d\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:11Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:11Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:21 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d6a09e14-5ac7-4578-96ed-cf17561b8d2d?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ef9d169e-b329-4427-b614-95655ce414aa" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "23", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "c51b39b0-05f0-4d51-a688-9880d25586ec", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"d6a09e14-5ac7-4578-96ed-cf17561b8d2d\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:11Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:21Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Name:\",\"Phone:\",\"Purchase Order #:\",\"Quantity\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"subfolder/Form_6.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:52:26 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d6a09e14-5ac7-4578-96ed-cf17561b8d2d?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4528cb10-f8d2-4ed0-a734-3737319c7b69" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "43", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "f7f9c39e-0613-4b2a-baf9-37449e897311", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"d6a09e14-5ac7-4578-96ed-cf17561b8d2d\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:11Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:21Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Name:\",\"Phone:\",\"Purchase Order #:\",\"Quantity\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"subfolder/Form_6.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:52:26 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithDefaultPipeline.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithDefaultPipeline.json index 9d0d87d017d90..311dc3143277f 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithDefaultPipeline.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithDefaultPipeline.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "c840d5b9-ec76-43e6-86dc-084cc9c3d0c4", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "324bf89c-fa89-46ce-8e4f-a217b48b4d03", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "639", + "x-envoy-upstream-service-time" : "610", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9acf6f5c-0e51-4109-ad7e-9ee3985b34e8", + "apim-request-id" : "dec62242-994b-465b-b324-9e74d0be4619", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/9acf6f5c-0e51-4109-ad7e-9ee3985b34e8", - "Date" : "Fri, 07 Aug 2020 17:01:35 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/dec62242-994b-465b-b324-9e74d0be4619", + "Date" : "Wed, 16 Sep 2020 00:51:27 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/9acf6f5c-0e51-4109-ad7e-9ee3985b34e8", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/dec62242-994b-465b-b324-9e74d0be4619", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "112da595-5b20-46b0-866e-bed24e7ad872" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f0e703e3-c1dd-4fd3-b4e8-70c84b4ed891" }, "Response" : { - "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ec13a6a7-681d-44f5-ab1f-022254d376f4", + "apim-request-id" : "0f3b0644-4a4c-49d7-a2d4-bc04e4939a6c", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-07T17:01:35Z\",\"lastUpdatedDateTime\":\"2020-08-07T17:01:40Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Fri, 07 Aug 2020 17:01:40 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:28Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:31Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:33 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/9acf6f5c-0e51-4109-ad7e-9ee3985b34e8", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/dec62242-994b-465b-b324-9e74d0be4619", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "124b333f-99e8-4f18-8bbe-ff90e1975bb0" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "69ca7cb6-de7d-4057-bec4-86c9f1a4ca4c" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "55", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a8cbbd0b-2e7c-4ae7-9435-81811d719816", + "apim-request-id" : "3e3bd1ae-c069-42ef-8592-1dde58016de0", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-07T17:01:35Z\",\"lastUpdatedDateTime\":\"2020-08-07T17:01:40Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Fri, 07 Aug 2020 17:01:40 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:28Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:31Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:34 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithInvalidApiKeyCredential.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithInvalidApiKeyCredential.json index 1f94dc8d12883..84c0b946e82f1 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithInvalidApiKeyCredential.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithInvalidApiKeyCredential.json @@ -1,10 +1,10 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "fe0e0d4e-043a-43c9-ac6d-29c4390b6fc6", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7072f7a4-4150-463e-9fdb-9d4fa210fe28", "Content-Type" : "application/json" }, "Response" : { @@ -12,7 +12,7 @@ "Content-Length" : "224", "StatusCode" : "401", "Body" : "{\"error\":{\"code\":\"401\",\"message\":\"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource.\"}}", - "Date" : "Thu, 06 Aug 2020 22:30:09 GMT" + "Date" : "Wed, 16 Sep 2020 00:51:14 GMT" }, "Exception" : null } ], diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithInvalidEndpoint.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithInvalidEndpoint.json index dc789f5d269aa..89b47a4cada06 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithInvalidEndpoint.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithInvalidEndpoint.json @@ -1,55 +1,55 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "74a79c8c-a8ab-4780-adb3-b8a5605b8c6e", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b9bfce0e-e34a-43e2-89da-7b92bd500aa3", "Content-Type" : "application/json" }, "Response" : null, "Exception" : { - "ClassName" : "io.netty.channel.AbstractChannel$AnnotatedConnectException", - "ErrorMessage" : "Connection refused: no further information: notreal.azure.com/23.202.231.169:443" + "ClassName" : "java.net.UnknownHostException", + "ErrorMessage" : "notreal.azure.com" } }, { "Method" : "POST", - "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "74a79c8c-a8ab-4780-adb3-b8a5605b8c6e", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b9bfce0e-e34a-43e2-89da-7b92bd500aa3", "Content-Type" : "application/json" }, "Response" : null, "Exception" : { - "ClassName" : "io.netty.channel.AbstractChannel$AnnotatedConnectException", - "ErrorMessage" : "Connection refused: no further information: notreal.azure.com/23.202.231.169:443" + "ClassName" : "java.net.UnknownHostException", + "ErrorMessage" : "notreal.azure.com" } }, { "Method" : "POST", - "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "74a79c8c-a8ab-4780-adb3-b8a5605b8c6e", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b9bfce0e-e34a-43e2-89da-7b92bd500aa3", "Content-Type" : "application/json" }, "Response" : null, "Exception" : { - "ClassName" : "io.netty.channel.AbstractChannel$AnnotatedConnectException", - "ErrorMessage" : "Connection timed out: no further information: notreal.azure.com/23.202.231.169:443" + "ClassName" : "java.net.UnknownHostException", + "ErrorMessage" : "notreal.azure.com" } }, { "Method" : "POST", - "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "74a79c8c-a8ab-4780-adb3-b8a5605b8c6e", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b9bfce0e-e34a-43e2-89da-7b92bd500aa3", "Content-Type" : "application/json" }, "Response" : null, "Exception" : { - "ClassName" : "io.netty.channel.AbstractChannel$AnnotatedConnectException", - "ErrorMessage" : "Connection refused: no further information: notreal.azure.com/23.202.231.169:443" + "ClassName" : "java.net.UnknownHostException", + "ErrorMessage" : "No such host is known (notreal.azure.com)" } } ], "variables" : [ ] diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithNullServiceVersion.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithNullServiceVersion.json index b1c3b7809d001..c58789bb5753a 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithNullServiceVersion.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithNullServiceVersion.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "72c4d9b2-9a43-48dd-8232-bfe98781577f", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "bbf3f6d8-f148-4fca-a462-1541e485123d", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "532", + "x-envoy-upstream-service-time" : "287", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9e02f424-ed65-40e5-b09a-164cff9fe13b", + "apim-request-id" : "e0325eb7-a612-4466-8e71-386e9e6ffeef", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/9e02f424-ed65-40e5-b09a-164cff9fe13b", - "Date" : "Fri, 07 Aug 2020 17:02:39 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e0325eb7-a612-4466-8e71-386e9e6ffeef", + "Date" : "Wed, 16 Sep 2020 00:51:15 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/9e02f424-ed65-40e5-b09a-164cff9fe13b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/e0325eb7-a612-4466-8e71-386e9e6ffeef", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "fb791498-0211-47b2-8a00-4dd49b935375" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f009444d-81ae-46ac-95ab-d0b5a8a6030f" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "c700d74e-c275-4199-ac3c-0a751079b74e", + "apim-request-id" : "b0b879b8-cdb0-460d-849e-ded333c5fb5e", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-07T17:02:39Z\",\"lastUpdatedDateTime\":\"2020-08-07T17:02:44Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Fri, 07 Aug 2020 17:02:44 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:15Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:18Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:20 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/9e02f424-ed65-40e5-b09a-164cff9fe13b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/e0325eb7-a612-4466-8e71-386e9e6ffeef", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "8edb4e3a-ebdf-48ee-983b-1669149f7e9d" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b9cdd199-0737-43de-8fee-655ca28a6629" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "153", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "64ec3ffd-ed79-43f0-b504-c424e3a2719d", + "apim-request-id" : "b41c6913-9306-434c-b021-6f168d059367", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-07T17:02:39Z\",\"lastUpdatedDateTime\":\"2020-08-07T17:02:44Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Fri, 07 Aug 2020 17:02:44 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:15Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:18Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:20 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithRotateToInvalidKey.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithRotateToInvalidKey.json index 213ed41ca991f..06faf43a8511b 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithRotateToInvalidKey.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithRotateToInvalidKey.json @@ -1,10 +1,10 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "4f45c8dd-2967-479d-bf0d-4c31c15d3348", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7cbb4811-6e3f-41a0-843c-df47620c06ce", "Content-Type" : "application/json" }, "Response" : { @@ -12,7 +12,7 @@ "Content-Length" : "224", "StatusCode" : "401", "Body" : "{\"error\":{\"code\":\"401\",\"message\":\"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource.\"}}", - "Date" : "Thu, 06 Aug 2020 22:30:33 GMT" + "Date" : "Wed, 16 Sep 2020 00:51:08 GMT" }, "Exception" : null } ], diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithRotateToValidKey.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithRotateToValidKey.json index d65df33bdbac2..dd1d0750a025a 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithRotateToValidKey.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/clientBuilderWithRotateToValidKey.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "680a9bfd-dc9f-4ec6-b28d-4ce175ffc617", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "da8681a3-de88-4a56-a443-7d96f2c1611d", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "567", + "x-envoy-upstream-service-time" : "307", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a1a519fc-5667-4087-8227-a91332a20cbc", + "apim-request-id" : "024dcef5-c4aa-4183-b19d-87af5d26c9e4", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/a1a519fc-5667-4087-8227-a91332a20cbc", - "Date" : "Fri, 07 Aug 2020 17:03:33 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/024dcef5-c4aa-4183-b19d-87af5d26c9e4", + "Date" : "Wed, 16 Sep 2020 00:51:21 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/a1a519fc-5667-4087-8227-a91332a20cbc", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/024dcef5-c4aa-4183-b19d-87af5d26c9e4", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "c80e921c-7a2f-4dfd-85ac-ff0f725e808b" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "fc41ff31-94ae-4526-8edc-afc9b82ae4f2" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "20", + "x-envoy-upstream-service-time" : "26", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "956ec874-4067-4fbe-8cec-52e3d6c0d898", + "apim-request-id" : "be721dd8-8d4a-46d6-9ba7-b1107f8c6f9c", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-07T17:03:33Z\",\"lastUpdatedDateTime\":\"2020-08-07T17:03:39Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Fri, 07 Aug 2020 17:03:38 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:21Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:24Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:26 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/a1a519fc-5667-4087-8227-a91332a20cbc", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/024dcef5-c4aa-4183-b19d-87af5d26c9e4", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0 (11.0.5; Windows 10; 10.0)", - "x-ms-client-request-id" : "0c1afcef-c000-4393-9403-55aa9273e5f1" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "12284ccc-e312-4088-abf3-124eab642820" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "19", + "x-envoy-upstream-service-time" : "24", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "b92f91fa-05ba-48ab-872d-b06b41485184", + "apim-request-id" : "287170d2-463f-4cab-a67f-381134e9d917", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-07T17:03:33Z\",\"lastUpdatedDateTime\":\"2020-08-07T17:03:39Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Fri, 07 Aug 2020 17:03:38 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:21Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:24Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:26 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/copyAuthorization.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/copyAuthorization.json index 6c5fdca629eed..20c1043c33a01 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/copyAuthorization.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/copyAuthorization.json @@ -1,23 +1,23 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/copyAuthorization", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/copyAuthorization", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "2ad909f5-fec2-45bf-9f77-a027553a17d8" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b283274a-43cf-4cdb-b1e5-71963935a443" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "246", + "x-envoy-upstream-service-time" : "117", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "0a4d1937-dcd7-4bc9-bf9f-fa15cbd46a24", + "apim-request-id" : "6f6ac6fd-832e-4c45-ace5-c149faafcad6", "retry-after" : "0", "StatusCode" : "201", - "Body" : "{\"modelId\":\"0b81541c-8796-4a5f-ab8f-6f95164761f5\",\"accessToken\":\"REDACTED\",\"expirationDateTimeTicks\":1596840480}", - "Date" : "Thu, 06 Aug 2020 22:48:00 GMT", + "Body" : "{\"modelId\":\"986bf4ba-10cb-407a-bbf7-8f9de689009c\",\"accessToken\":\"REDACTED\",\"expirationDateTimeTicks\":1600304019}", + "Date" : "Wed, 16 Sep 2020 00:53:39 GMT", "Content-Type" : "application/json; charset=utf-8", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0b81541c-8796-4a5f-ab8f-6f95164761f5" + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/986bf4ba-10cb-407a-bbf7-8f9de689009c" }, "Exception" : null } ], diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/deleteModelValidModelIdWithResponse.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/deleteModelValidModelIdWithResponse.json index 8d060b7d6e568..08f4fbf3b0f49 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/deleteModelValidModelIdWithResponse.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/deleteModelValidModelIdWithResponse.json @@ -1,99 +1,99 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "80e6df2d-842d-4c5b-b90f-7118accf8e8b", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "9d34e6f2-f912-451e-ac92-9c8524953812", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "72", + "x-envoy-upstream-service-time" : "122", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "3ffa9dc7-2fd3-46e1-bcb8-2ed5622dda27", + "apim-request-id" : "06dc66f1-463d-414a-846d-4027374de2e3", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:49:48 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/a02101a4-2320-4638-9247-35ecef81abe6" + "Date" : "Wed, 16 Sep 2020 00:51:30 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2346daf5-d736-4107-8f29-35210d9f0d7f" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/a02101a4-2320-4638-9247-35ecef81abe6?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/2346daf5-d736-4107-8f29-35210d9f0d7f?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "16ac77af-84e8-4a3c-8a23-7ba48ff6ccf9" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "bd3ac36d-c11a-4c3d-90da-df175aac7fcc" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "32", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "b3fb1e6f-eba8-4259-90a7-43f0f131e98f", + "apim-request-id" : "b11fa652-ddfe-48b8-a88f-0595a5bc55b7", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"a02101a4-2320-4638-9247-35ecef81abe6\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:49:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:49:51Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:49:53 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"2346daf5-d736-4107-8f29-35210d9f0d7f\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:30Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:31Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:34 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/a02101a4-2320-4638-9247-35ecef81abe6?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/2346daf5-d736-4107-8f29-35210d9f0d7f?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "ca84891f-26e5-41cb-9b1b-242323c149c3" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "29676745-bbaa-4def-b350-ff4acf8e140e" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "21", + "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "dcefee82-01e5-439d-b2ce-0908c0ec5dab", + "apim-request-id" : "feef5e6e-14a1-4643-9054-cac611f2b135", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"a02101a4-2320-4638-9247-35ecef81abe6\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:49:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:49:51Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:49:53 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"2346daf5-d736-4107-8f29-35210d9f0d7f\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:30Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:31Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:35 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/a02101a4-2320-4638-9247-35ecef81abe6", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/2346daf5-d736-4107-8f29-35210d9f0d7f", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "fb38cf02-e86e-46c2-83e1-0676cf4c15b9" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "19368bff-d59e-49a5-89c0-1ac74d5497e4" }, "Response" : { - "x-envoy-upstream-service-time" : "17", + "x-envoy-upstream-service-time" : "35", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ed0dbea1-5cc5-4f9f-bbe3-8ba7569e74bd", + "apim-request-id" : "f7b547d1-1d77-468b-a144-f214253b23ce", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "204", - "Date" : "Thu, 06 Aug 2020 22:49:53 GMT" + "Date" : "Wed, 16 Sep 2020 00:51:34 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/a02101a4-2320-4638-9247-35ecef81abe6?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/2346daf5-d736-4107-8f29-35210d9f0d7f?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5d90aa55-8999-4ee7-9420-8e1b1ebc5718" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "33f80ec8-9d51-4723-ace2-f29ffd3996cf" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "11", + "x-envoy-upstream-service-time" : "29", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "fef58368-6d90-46fa-8a94-23361ef1edee", + "apim-request-id" : "f10f26e9-7d52-4563-8d93-0b69176f99ec", "retry-after" : "0", "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"1022\",\"message\":\"Model with 'id=a02101a4-2320-4638-9247-35ecef81abe6' not found.\"}}", - "Date" : "Thu, 06 Aug 2020 22:49:53 GMT", + "Body" : "{\"error\":{\"code\":\"1022\",\"message\":\"Model with 'id=2346daf5-d736-4107-8f29-35210d9f0d7f' not found.\"}}", + "Date" : "Wed, 16 Sep 2020 00:51:35 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/deleteModelValidModelIdWithResponseWithoutTrainingLabels.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/deleteModelValidModelIdWithResponseWithoutTrainingLabels.json index b9cfbf489f901..8fa15e64e005e 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/deleteModelValidModelIdWithResponseWithoutTrainingLabels.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/deleteModelValidModelIdWithResponseWithoutTrainingLabels.json @@ -1,119 +1,139 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "7f312fc8-8d21-4152-a59d-653c0fc0a122", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "84af7a8d-81f8-4d5f-b595-ca5c1a6c5ad2", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "62", + "x-envoy-upstream-service-time" : "135", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "99b8d3d8-61b1-42d5-b3ed-2d9148ca82fd", + "apim-request-id" : "a582f239-a61d-45e5-9c75-66503fb57f9c", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Mon, 17 Aug 2020 14:37:59 GMT", - "Location" : "https://westcentralus.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8d812aee-fd8a-41cc-83af-1c90b0303177" + "Date" : "Wed, 16 Sep 2020 00:52:10 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5fd9a020-17c3-4dff-8fcf-5030d87e19ae" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/8d812aee-fd8a-41cc-83af-1c90b0303177?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5fd9a020-17c3-4dff-8fcf-5030d87e19ae?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "48355848-fb75-4a94-aa1d-67661b49983b" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2e302d58-d303-4d02-a04c-2f314469f075" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "17", + "x-envoy-upstream-service-time" : "26", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "3a0188ae-3111-4eab-a22f-ce95739d5f5c", + "apim-request-id" : "2c28120c-1db8-490a-9de0-0195dfb93c8f", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"8d812aee-fd8a-41cc-83af-1c90b0303177\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-17T14:37:59Z\",\"lastUpdatedDateTime\":\"2020-08-17T14:37:59Z\"}}", - "Date" : "Mon, 17 Aug 2020 14:38:04 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"5fd9a020-17c3-4dff-8fcf-5030d87e19ae\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:11Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:11Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:17 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/8d812aee-fd8a-41cc-83af-1c90b0303177?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5fd9a020-17c3-4dff-8fcf-5030d87e19ae?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "fd24e4c5-e93f-4f25-bf32-60292f211649" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c890e048-11c9-44ce-83f7-65d80ff2cf44" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "17", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "fa21ce07-5a55-40cd-8a76-5f86dec7b6ee", + "apim-request-id" : "e3b4dea2-8093-4fa5-87d0-d14546ded298", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"8d812aee-fd8a-41cc-83af-1c90b0303177\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-17T14:37:59Z\",\"lastUpdatedDateTime\":\"2020-08-17T14:38:07Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Mon, 17 Aug 2020 14:38:09 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"5fd9a020-17c3-4dff-8fcf-5030d87e19ae\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:11Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:11Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:22 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/8d812aee-fd8a-41cc-83af-1c90b0303177?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5fd9a020-17c3-4dff-8fcf-5030d87e19ae?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "2eded5c0-87ef-42de-93d3-cf4de48958a5" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "bda34457-6ba9-4552-872f-d3f49db835d6" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "19", + "x-envoy-upstream-service-time" : "24", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "7c0b875e-cdfc-4c9b-a7a8-5796acdd55ef", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"5fd9a020-17c3-4dff-8fcf-5030d87e19ae\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:11Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:26Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:52:27 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5fd9a020-17c3-4dff-8fcf-5030d87e19ae?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7e1eb86c-d425-4682-8435-a8b0f1fc343e" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "28", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "8d90d004-bb56-44fd-8172-83f4bcb1b734", + "apim-request-id" : "4a95612b-a1bd-49ef-828d-17ad0dfb6363", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"8d812aee-fd8a-41cc-83af-1c90b0303177\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-17T14:37:59Z\",\"lastUpdatedDateTime\":\"2020-08-17T14:38:07Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Mon, 17 Aug 2020 14:38:09 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"5fd9a020-17c3-4dff-8fcf-5030d87e19ae\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:11Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:26Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:52:27 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "DELETE", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/8d812aee-fd8a-41cc-83af-1c90b0303177", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5fd9a020-17c3-4dff-8fcf-5030d87e19ae", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8968a037-ab48-45f7-967f-873216e029fd" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "9337338f-085a-4d9d-83b0-0b57eeb3c059" }, "Response" : { - "x-envoy-upstream-service-time" : "27", + "x-envoy-upstream-service-time" : "39", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f171269b-086f-4ded-85f9-bcf018a2a3bf", + "apim-request-id" : "0d6f3566-e18d-4fc6-816a-9a10942c0a29", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "204", - "Date" : "Mon, 17 Aug 2020 14:38:09 GMT" + "Date" : "Wed, 16 Sep 2020 00:52:28 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/8d812aee-fd8a-41cc-83af-1c90b0303177?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5fd9a020-17c3-4dff-8fcf-5030d87e19ae?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8ab11aee-ed28-4c5f-a293-f8f00819b265" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "67544fc6-0edb-453a-8eda-52c1e2ed04d5" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "27", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "14825694-a29e-44d7-82e5-b275c803b7ad", + "apim-request-id" : "650a8931-5cc5-46ed-93ee-a5ce60cdb25d", "retry-after" : "0", "StatusCode" : "404", - "Body" : "{\"error\":{\"code\":\"1022\",\"message\":\"Model with 'id=8d812aee-fd8a-41cc-83af-1c90b0303177' not found.\"}}", - "Date" : "Mon, 17 Aug 2020 14:38:10 GMT", + "Body" : "{\"error\":{\"code\":\"1022\",\"message\":\"Model with 'id=5fd9a020-17c3-4dff-8fcf-5030d87e19ae' not found.\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:27 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelLabeled.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelLabeled.json index 7bb2080ddffb6..caa642b42f344 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelLabeled.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelLabeled.json @@ -1,81 +1,81 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "25f169da-e8c2-4eda-8501-1635f4c52c5d", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "474a3c47-fac3-49c3-b2ac-d44180df1008", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "268", + "x-envoy-upstream-service-time" : "181", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "699937ae-838d-4e40-8ab0-508022e5f56c", + "apim-request-id" : "482fbd3d-6df9-4801-9933-805c6c55c98c", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:50:06 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/7707a259-5a11-4a5f-90f3-1fb37d6fdf78" + "Date" : "Wed, 16 Sep 2020 00:51:06 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c7247fef-3231-441b-9bf8-bcc43a5fbafc" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/7707a259-5a11-4a5f-90f3-1fb37d6fdf78?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c7247fef-3231-441b-9bf8-bcc43a5fbafc?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8cb0fae0-06aa-40ca-b779-72b3a23f0332" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ceb3a170-cf4e-43e2-bee1-ab3081cbdd9e" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "43", + "x-envoy-upstream-service-time" : "70", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "78723f56-dbd0-4192-832b-5da1d20a7db2", + "apim-request-id" : "a3f7dc47-cd6d-442d-9186-8412d8f450d7", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"7707a259-5a11-4a5f-90f3-1fb37d6fdf78\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:50:06Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:50:08Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:50:10 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"c7247fef-3231-441b-9bf8-bcc43a5fbafc\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:07Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:10Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:13 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/7707a259-5a11-4a5f-90f3-1fb37d6fdf78?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c7247fef-3231-441b-9bf8-bcc43a5fbafc?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "573f0c92-30a4-4fba-aade-b3ca2ba2099a" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ce5ea438-acf8-4c6b-a829-47dbbfe1b436" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "24", + "x-envoy-upstream-service-time" : "46", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "e39a86be-e2e2-432f-b8d9-b3f993855d6d", + "apim-request-id" : "45edec71-5003-4def-af58-7d9e7a31605c", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"7707a259-5a11-4a5f-90f3-1fb37d6fdf78\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:50:06Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:50:08Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:50:11 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"c7247fef-3231-441b-9bf8-bcc43a5fbafc\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:07Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:10Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:12 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/7707a259-5a11-4a5f-90f3-1fb37d6fdf78?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c7247fef-3231-441b-9bf8-bcc43a5fbafc?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "690aad3a-d9ff-43a9-b0ce-3e0d692c495e" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "3148462b-80d7-4058-8af5-67ebdf4e3949" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "43", + "x-envoy-upstream-service-time" : "49", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "7e85e3e1-8346-4215-b41a-45ef4bda70a8", + "apim-request-id" : "fe4c7ba9-5874-40a5-9ef1-01f522c4bbe0", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"7707a259-5a11-4a5f-90f3-1fb37d6fdf78\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:50:06Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:50:08Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:50:11 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"c7247fef-3231-441b-9bf8-bcc43a5fbafc\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:07Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:10Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:11 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelUnlabeled.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelUnlabeled.json index ec5c5351b1645..75101bf8dc2b6 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelUnlabeled.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelUnlabeled.json @@ -1,7 +1,7 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "0147aff4-35f1-4880-8d69-15a191eff1cf", @@ -16,12 +16,12 @@ "Content-Length" : "0", "StatusCode" : "201", "Date" : "Thu, 06 Aug 2020 22:49:19 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/ad077790-b9e0-40e3-a52c-bb43061c2500" + "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ad077790-b9e0-40e3-a52c-bb43061c2500" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/ad077790-b9e0-40e3-a52c-bb43061c2500?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/ad077790-b9e0-40e3-a52c-bb43061c2500?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "5638a638-7602-4526-8a4e-de096ca829f4" @@ -41,7 +41,7 @@ "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/ad077790-b9e0-40e3-a52c-bb43061c2500?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/ad077790-b9e0-40e3-a52c-bb43061c2500?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "0fe35a64-9458-4bae-b9f6-3f377c72a8fb" @@ -61,7 +61,7 @@ "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/ad077790-b9e0-40e3-a52c-bb43061c2500?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/ad077790-b9e0-40e3-a52c-bb43061c2500?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "5d948149-8a4b-4d7c-90bb-a6f1bb492d6e" @@ -81,7 +81,7 @@ "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/ad077790-b9e0-40e3-a52c-bb43061c2500?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/ad077790-b9e0-40e3-a52c-bb43061c2500?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "71c36c4d-7977-40c8-bbd7-20c831b6b877" @@ -101,4 +101,4 @@ "Exception" : null } ], "variables" : [ ] -} \ No newline at end of file +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelWithResponse.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelWithResponse.json index 2b34119a8ad60..209fe4fc67dec 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelWithResponse.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getCustomModelWithResponse.json @@ -1,7 +1,7 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "41d66dfc-c209-43be-987e-58418ef68969", @@ -16,12 +16,12 @@ "Content-Length" : "0", "StatusCode" : "201", "Date" : "Thu, 06 Aug 2020 22:47:48 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/88330f42-0280-4ad3-9ac1-59522ca16e7c" + "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/88330f42-0280-4ad3-9ac1-59522ca16e7c" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/88330f42-0280-4ad3-9ac1-59522ca16e7c?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/88330f42-0280-4ad3-9ac1-59522ca16e7c?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "864128f3-e880-4611-bca0-d2e200e838f8" @@ -41,7 +41,7 @@ "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/88330f42-0280-4ad3-9ac1-59522ca16e7c?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/88330f42-0280-4ad3-9ac1-59522ca16e7c?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "663e9011-7711-4a39-bf2b-dac2db072a6b" @@ -61,7 +61,7 @@ "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/88330f42-0280-4ad3-9ac1-59522ca16e7c?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/88330f42-0280-4ad3-9ac1-59522ca16e7c?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "62b3c3ea-3edc-4352-ad69-3afab473ae71" @@ -81,7 +81,7 @@ "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/88330f42-0280-4ad3-9ac1-59522ca16e7c?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/88330f42-0280-4ad3-9ac1-59522ca16e7c?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "2220dd08-76c7-44dc-9ba5-cda42dd7f091" @@ -101,4 +101,4 @@ "Exception" : null } ], "variables" : [ ] -} \ No newline at end of file +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getFormRecognizerClientAndValidate.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getFormRecognizerClientAndValidate.json index 8c8aafc8236f9..765760c4cb9a5 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getFormRecognizerClientAndValidate.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/getFormRecognizerClientAndValidate.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=false&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a0447f5f-5e5d-4637-ad58-f964ea6f83d4", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "99a90bf0-da5b-4d31-8cc6-115bdd572ac2", "Content-Type" : "application/pdf" }, "Response" : { "x-envoy-upstream-service-time" : "59", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "c183c670-a956-4c69-afeb-4660ae5628d6", + "apim-request-id" : "c375b62f-6386-4032-880c-599ff414b2df", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/c183c670-a956-4c69-afeb-4660ae5628d6", - "Date" : "Thu, 06 Aug 2020 22:47:26 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/c375b62f-6386-4032-880c-599ff414b2df", + "Date" : "Wed, 16 Sep 2020 00:53:34 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/c183c670-a956-4c69-afeb-4660ae5628d6", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/c375b62f-6386-4032-880c-599ff414b2df", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "7298af1d-70cd-44cd-bb48-70a1656be2b2" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "77695013-0b9b-48f3-9577-15dc7933a0d2" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "76", + "x-envoy-upstream-service-time" : "24", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "8cbe6671-1c11-4b89-9d50-0e74261bb5cf", + "apim-request-id" : "fb29abd6-a5f0-418f-9d12-eab04ee6a003", "retry-after" : "0", + "Content-Length" : "308", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:47:27Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:29Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{}}]}}", - "Date" : "Thu, 06 Aug 2020 22:47:32 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:53:35Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:37Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{}}]}}", + "Date" : "Wed, 16 Sep 2020 00:53:40 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/c183c670-a956-4c69-afeb-4660ae5628d6", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/c375b62f-6386-4032-880c-599ff414b2df", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e92ff227-2b4c-451c-af79-bd39b8b9f32e" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "872f5da2-c9f6-4b35-8cab-97984384e8ca" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "30", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "b8c9cb9c-5e0b-41b3-aeb3-a5744e5a437b", + "apim-request-id" : "7d9fc7f9-b637-4b0d-99d8-532014adb990", "retry-after" : "0", + "Content-Length" : "308", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:47:27Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:29Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{}}]}}", - "Date" : "Thu, 06 Aug 2020 22:47:32 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:53:35Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:37Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{}}]}}", + "Date" : "Wed, 16 Sep 2020 00:53:40 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/listCustomModels.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/listCustomModels.json index 506cc09140299..47e6a14571b68 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/listCustomModels.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/listCustomModels.json @@ -1,7 +1,7 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models?op=full", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models?op=full", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "569c1264-51a9-4785-adfc-8d4dc3042a49" @@ -14,14 +14,14 @@ "apim-request-id" : "1aec2098-c7b4-48f6-80c9-a1a57452cf23", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelList\":[{\"modelId\":\"00a271bc-ed22-4a96-b52d-d60911f3f6a8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:44:04Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:04Z\"},{\"modelId\":\"03197bfb-bc25-4421-b41a-5c5289975ec2\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:33Z\"},{\"modelId\":\"0436f26c-4032-47bf-be46-850025cca6c4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:22Z\"},{\"modelId\":\"07652e36-ca43-4ac8-9aac-5209bb1b41b3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:53Z\"},{\"modelId\":\"0a6731b9-13b3-459a-8d52-aa83333547b8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:44Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:44Z\"},{\"modelId\":\"0bc8eac7-70e5-4427-af81-9873e295e9ac\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:32Z\"},{\"modelId\":\"0ec174ba-d89a-47b6-a2b9-9dc7ef8c180a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:16Z\"},{\"modelId\":\"0f6bc4da-c110-4899-9147-aa35f45240d9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:34Z\"},{\"modelId\":\"11f798af-4904-4ba0-8cca-8948c2cf8dca\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:19Z\"},{\"modelId\":\"1473c6b5-dbdf-4bda-ba7f-9a33755c63be\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:58Z\"},{\"modelId\":\"1556d025-77bb-4a99-a899-d8eb8e745f8c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:41Z\"},{\"modelId\":\"160e9257-3c10-43d0-9a28-73504af0c259\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:41:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:41:38Z\"},{\"modelId\":\"19223706-8d04-4fec-bd1b-90716e00013d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:43Z\"},{\"modelId\":\"19690dc1-02e2-4a73-bc9a-6f46bea83d17\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:34Z\"},{\"modelId\":\"1a66b0bc-8eda-41f4-8936-da12795b13ed\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:22:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:30Z\"},{\"modelId\":\"1b7456f1-a10b-42dd-8fae-d0f719723564\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:54Z\"},{\"modelId\":\"1d1df36d-0caa-45ec-b53b-4f231fea8727\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:51Z\"},{\"modelId\":\"1e9725bf-95df-49c6-b8fc-2a2ea36a2951\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:42Z\"},{\"modelId\":\"217c01e6-2744-4db5-86ca-c496e6a67d16\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:45:27Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:27Z\"},{\"modelId\":\"2448f816-c6ee-498d-958e-38ee05887094\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:04Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:07Z\"},{\"modelId\":\"273522e5-6d9b-4682-bbe0-96516afaab24\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:44:41Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:44Z\"},{\"modelId\":\"28280ce4-5f17-4c9a-8803-00ce704889b7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:19Z\"},{\"modelId\":\"294b4acd-a4c6-472f-9fb7-d909912d0a12\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:08Z\"},{\"modelId\":\"2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:21Z\"},{\"modelId\":\"2f0c4708-d370-4f96-85ad-a061b3d2ca24\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:28:58Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:29:05Z\"},{\"modelId\":\"300e96f6-2221-406c-8140-a348a35ececb\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:45:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:23Z\"},{\"modelId\":\"31371e4c-8732-43e0-b9b3-9847267b21e7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:35Z\"},{\"modelId\":\"31916661-98de-4733-b1f6-c5210a86afae\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:24:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:24:37Z\"},{\"modelId\":\"379b936d-c488-4d1f-8a77-126dd58e53af\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:28Z\"},{\"modelId\":\"3bd40939-8773-4f75-ac25-3c422851e050\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:40Z\"},{\"modelId\":\"3ca5ca3f-0da1-42ce-aae6-ca1f3980602a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:21:11Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:21:24Z\"},{\"modelId\":\"3cc4eb3c-6398-418c-9778-7e12417983d5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:30Z\"},{\"modelId\":\"3d7ed258-4b7a-439c-9d88-50fc71291066\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:45:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:55Z\"},{\"modelId\":\"3db71343-78c9-4dc0-9744-2af391e2c341\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:28Z\"},{\"modelId\":\"3e411d75-9f70-4b4d-86a9-64e2206b0f92\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:53Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzNlNDExZDc1LTlmNzAtNGI0ZC04NmE5LTY0ZTIyMDZiMGY5Mi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", + "Body" : "{\"modelList\":[{\"modelId\":\"00a271bc-ed22-4a96-b52d-d60911f3f6a8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:44:04Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:04Z\"},{\"modelId\":\"03197bfb-bc25-4421-b41a-5c5289975ec2\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:33Z\"},{\"modelId\":\"0436f26c-4032-47bf-be46-850025cca6c4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:22Z\"},{\"modelId\":\"07652e36-ca43-4ac8-9aac-5209bb1b41b3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:53Z\"},{\"modelId\":\"0a6731b9-13b3-459a-8d52-aa83333547b8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:44Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:44Z\"},{\"modelId\":\"0bc8eac7-70e5-4427-af81-9873e295e9ac\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:32Z\"},{\"modelId\":\"0ec174ba-d89a-47b6-a2b9-9dc7ef8c180a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:16Z\"},{\"modelId\":\"0f6bc4da-c110-4899-9147-aa35f45240d9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:34Z\"},{\"modelId\":\"11f798af-4904-4ba0-8cca-8948c2cf8dca\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:19Z\"},{\"modelId\":\"1473c6b5-dbdf-4bda-ba7f-9a33755c63be\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:58Z\"},{\"modelId\":\"1556d025-77bb-4a99-a899-d8eb8e745f8c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:41Z\"},{\"modelId\":\"160e9257-3c10-43d0-9a28-73504af0c259\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:41:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:41:38Z\"},{\"modelId\":\"19223706-8d04-4fec-bd1b-90716e00013d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:43Z\"},{\"modelId\":\"19690dc1-02e2-4a73-bc9a-6f46bea83d17\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:34Z\"},{\"modelId\":\"1a66b0bc-8eda-41f4-8936-da12795b13ed\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:22:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:30Z\"},{\"modelId\":\"1b7456f1-a10b-42dd-8fae-d0f719723564\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:54Z\"},{\"modelId\":\"1d1df36d-0caa-45ec-b53b-4f231fea8727\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:51Z\"},{\"modelId\":\"1e9725bf-95df-49c6-b8fc-2a2ea36a2951\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:42Z\"},{\"modelId\":\"217c01e6-2744-4db5-86ca-c496e6a67d16\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:45:27Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:27Z\"},{\"modelId\":\"2448f816-c6ee-498d-958e-38ee05887094\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:04Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:07Z\"},{\"modelId\":\"273522e5-6d9b-4682-bbe0-96516afaab24\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:44:41Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:44Z\"},{\"modelId\":\"28280ce4-5f17-4c9a-8803-00ce704889b7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:19Z\"},{\"modelId\":\"294b4acd-a4c6-472f-9fb7-d909912d0a12\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:08Z\"},{\"modelId\":\"2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:21Z\"},{\"modelId\":\"2f0c4708-d370-4f96-85ad-a061b3d2ca24\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:28:58Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:29:05Z\"},{\"modelId\":\"300e96f6-2221-406c-8140-a348a35ececb\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:45:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:23Z\"},{\"modelId\":\"31371e4c-8732-43e0-b9b3-9847267b21e7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:35Z\"},{\"modelId\":\"31916661-98de-4733-b1f6-c5210a86afae\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:24:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:24:37Z\"},{\"modelId\":\"379b936d-c488-4d1f-8a77-126dd58e53af\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:28Z\"},{\"modelId\":\"3bd40939-8773-4f75-ac25-3c422851e050\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:40Z\"},{\"modelId\":\"3ca5ca3f-0da1-42ce-aae6-ca1f3980602a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:21:11Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:21:24Z\"},{\"modelId\":\"3cc4eb3c-6398-418c-9778-7e12417983d5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:30Z\"},{\"modelId\":\"3d7ed258-4b7a-439c-9d88-50fc71291066\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:45:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:55Z\"},{\"modelId\":\"3db71343-78c9-4dc0-9744-2af391e2c341\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:28Z\"},{\"modelId\":\"3e411d75-9f70-4b4d-86a9-64e2206b0f92\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:53Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzNlNDExZDc1LTlmNzAtNGI0ZC04NmE5LTY0ZTIyMDZiMGY5Mi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", "Date" : "Thu, 06 Aug 2020 22:46:24 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzNlNDExZDc1LTlmNzAtNGI0ZC04NmE5LTY0ZTIyMDZiMGY5Mi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzNlNDExZDc1LTlmNzAtNGI0ZC04NmE5LTY0ZTIyMDZiMGY5Mi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "9efb0573-b81d-4f29-989f-6b7c5ba484c1" @@ -34,14 +34,14 @@ "apim-request-id" : "355d3e5c-1e33-46cb-9064-f3ddebd0369b", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelList\":[{\"modelId\":\"3eec4655-1eac-4656-aa7e-18a6823d3983\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:37:58Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:58Z\"},{\"modelId\":\"433c3148-bf6d-48ac-984f-c8877e545ed9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:03Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:05Z\"},{\"modelId\":\"44555712-a016-4f70-97e7-0a61837e16f5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:12Z\"},{\"modelId\":\"452dd980-310d-4e38-812d-653d3dfbf685\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:19Z\"},{\"modelId\":\"458c089d-06bd-498e-8c2c-5e743a728cf7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:37Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:39Z\"},{\"modelId\":\"472fae3f-7419-46ea-94bd-96bdc0177ba8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:57Z\"},{\"modelId\":\"478ebfc4-94de-4cc5-8b1c-48a0498cf848\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:02Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:11Z\"},{\"modelId\":\"48459422-372a-4717-8e72-45022db9b611\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:57Z\"},{\"modelId\":\"4b8409fe-2e7e-4c5b-803a-c0bc45e011c4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:02Z\"},{\"modelId\":\"53dcf4a1-06ee-40ad-bc6f-753f4c375979\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:38Z\"},{\"modelId\":\"55192768-5fa5-4f85-a0af-5fd2287cd4d9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:50Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:00Z\"},{\"modelId\":\"564ebf75-9410-47ea-a261-672cbf15ef13\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:28:11Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:28:25Z\"},{\"modelId\":\"57a3a104-f1bf-400d-b7dc-5626214203f9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:38Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:52Z\"},{\"modelId\":\"58216c58-1ce0-479e-844c-fc3a27147115\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:37Z\"},{\"modelId\":\"5ccec538-d9fb-4a0b-a9a2-47a0d68fc178\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:41:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:03Z\"},{\"modelId\":\"5cf4fb83-3089-4137-b16c-3ca371eb1552\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:40Z\"},{\"modelId\":\"5d73c781-7d3d-48fd-b009-7ba66e28ec38\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"},{\"modelId\":\"5eb3b623-bc15-401d-836a-38dbdbbbd9d3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:19:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:19:41Z\"},{\"modelId\":\"5eb64414-9aad-4c2e-8792-2b75e79c0f0b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:37Z\"},{\"modelId\":\"622709de-7eb2-43b8-a4dc-61dc01e84f1e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:32Z\"},{\"modelId\":\"66aec746-7549-4f2f-b722-bc74f91235cf\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:50Z\"},{\"modelId\":\"68996d3b-d450-45af-923f-fd37339f8009\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:55Z\"},{\"modelId\":\"69e2f713-551b-449c-8db8-ba32eaad8dbe\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:48Z\"},{\"modelId\":\"6aad8628-63be-4c20-b52d-1d6d32cd5f56\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:20Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:28Z\"},{\"modelId\":\"6c01b917-c6ab-43ca-97f1-ccc575871df1\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:42Z\"},{\"modelId\":\"6dd42d4e-e241-46a1-a3c7-af600885043c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:59Z\"},{\"modelId\":\"70e9f9b1-a898-4d06-acbc-823ec4560d90\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:20:29Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:20:38Z\"},{\"modelId\":\"71905ceb-c3f9-4030-a9d9-61ca48227eda\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:43Z\"},{\"modelId\":\"73e21b04-579b-4fa3-9c8b-f6a6696cafbd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:43Z\"},{\"modelId\":\"742af88b-435c-4554-81e3-efe8c48896f2\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:45Z\"},{\"modelId\":\"74b319a2-a991-45e2-a5d9-92f2794954d6\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:41Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:41Z\"},{\"modelId\":\"7a8b9040-d2dc-47d5-a24b-690a79eb66e3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:07Z\"},{\"modelId\":\"7b51891a-59d7-40ec-8204-0b32644e32c8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:41Z\"},{\"modelId\":\"7c87e8f8-fbbe-425e-9b1c-697a83688be8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzdlZDBjMjY0LTU0OGItNDk3OC1iM2I5LTFiMmZhMWM1MDRlOC83ZWQwYzI2NC01NDhiLTQ5NzgtYjNiOS0xYjJmYTFjNTA0ZTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", + "Body" : "{\"modelList\":[{\"modelId\":\"3eec4655-1eac-4656-aa7e-18a6823d3983\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:37:58Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:58Z\"},{\"modelId\":\"433c3148-bf6d-48ac-984f-c8877e545ed9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:03Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:05Z\"},{\"modelId\":\"44555712-a016-4f70-97e7-0a61837e16f5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:12Z\"},{\"modelId\":\"452dd980-310d-4e38-812d-653d3dfbf685\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:19Z\"},{\"modelId\":\"458c089d-06bd-498e-8c2c-5e743a728cf7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:37Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:39Z\"},{\"modelId\":\"472fae3f-7419-46ea-94bd-96bdc0177ba8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:57Z\"},{\"modelId\":\"478ebfc4-94de-4cc5-8b1c-48a0498cf848\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:02Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:11Z\"},{\"modelId\":\"48459422-372a-4717-8e72-45022db9b611\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:57Z\"},{\"modelId\":\"4b8409fe-2e7e-4c5b-803a-c0bc45e011c4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:02Z\"},{\"modelId\":\"53dcf4a1-06ee-40ad-bc6f-753f4c375979\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:38Z\"},{\"modelId\":\"55192768-5fa5-4f85-a0af-5fd2287cd4d9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:50Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:00Z\"},{\"modelId\":\"564ebf75-9410-47ea-a261-672cbf15ef13\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:28:11Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:28:25Z\"},{\"modelId\":\"57a3a104-f1bf-400d-b7dc-5626214203f9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:38Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:52Z\"},{\"modelId\":\"58216c58-1ce0-479e-844c-fc3a27147115\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:37Z\"},{\"modelId\":\"5ccec538-d9fb-4a0b-a9a2-47a0d68fc178\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:41:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:03Z\"},{\"modelId\":\"5cf4fb83-3089-4137-b16c-3ca371eb1552\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:40Z\"},{\"modelId\":\"5d73c781-7d3d-48fd-b009-7ba66e28ec38\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"},{\"modelId\":\"5eb3b623-bc15-401d-836a-38dbdbbbd9d3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:19:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:19:41Z\"},{\"modelId\":\"5eb64414-9aad-4c2e-8792-2b75e79c0f0b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:37Z\"},{\"modelId\":\"622709de-7eb2-43b8-a4dc-61dc01e84f1e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:32Z\"},{\"modelId\":\"66aec746-7549-4f2f-b722-bc74f91235cf\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:50Z\"},{\"modelId\":\"68996d3b-d450-45af-923f-fd37339f8009\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:55Z\"},{\"modelId\":\"69e2f713-551b-449c-8db8-ba32eaad8dbe\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:48Z\"},{\"modelId\":\"6aad8628-63be-4c20-b52d-1d6d32cd5f56\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:20Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:28Z\"},{\"modelId\":\"6c01b917-c6ab-43ca-97f1-ccc575871df1\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:42Z\"},{\"modelId\":\"6dd42d4e-e241-46a1-a3c7-af600885043c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:59Z\"},{\"modelId\":\"70e9f9b1-a898-4d06-acbc-823ec4560d90\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:20:29Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:20:38Z\"},{\"modelId\":\"71905ceb-c3f9-4030-a9d9-61ca48227eda\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:43Z\"},{\"modelId\":\"73e21b04-579b-4fa3-9c8b-f6a6696cafbd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:43Z\"},{\"modelId\":\"742af88b-435c-4554-81e3-efe8c48896f2\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:45Z\"},{\"modelId\":\"74b319a2-a991-45e2-a5d9-92f2794954d6\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:41Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:41Z\"},{\"modelId\":\"7a8b9040-d2dc-47d5-a24b-690a79eb66e3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:07Z\"},{\"modelId\":\"7b51891a-59d7-40ec-8204-0b32644e32c8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:41Z\"},{\"modelId\":\"7c87e8f8-fbbe-425e-9b1c-697a83688be8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzdlZDBjMjY0LTU0OGItNDk3OC1iM2I5LTFiMmZhMWM1MDRlOC83ZWQwYzI2NC01NDhiLTQ5NzgtYjNiOS0xYjJmYTFjNTA0ZTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", "Date" : "Thu, 06 Aug 2020 22:46:25 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzdlZDBjMjY0LTU0OGItNDk3OC1iM2I5LTFiMmZhMWM1MDRlOC83ZWQwYzI2NC01NDhiLTQ5NzgtYjNiOS0xYjJmYTFjNTA0ZTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzdlZDBjMjY0LTU0OGItNDk3OC1iM2I5LTFiMmZhMWM1MDRlOC83ZWQwYzI2NC01NDhiLTQ5NzgtYjNiOS0xYjJmYTFjNTA0ZTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "1e8fb787-3dbe-4da2-86b6-eafc2a34c941" @@ -54,14 +54,14 @@ "apim-request-id" : "0ee3476a-eca4-4f94-8ce9-4a3019f932e6", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelList\":[{\"modelId\":\"7ed0c264-548b-4978-b3b9-1b2fa1c504e8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:43:37Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:37Z\"},{\"modelId\":\"808f8028-f125-41ed-92ca-51646fd8a7b4\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:37Z\"},{\"modelId\":\"8574b06d-342d-455d-80b9-3dda1b69f3c8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:21:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:00Z\"},{\"modelId\":\"85af79b8-e7ee-419c-b29c-b26146e5eff5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:23:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:23:56Z\"},{\"modelId\":\"882aa91a-8e85-46cb-bf8e-eb1dd4046032\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:42:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:42Z\"},{\"modelId\":\"89b378d3-7ea4-4841-9c2b-f9886f66df44\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:04Z\"},{\"modelId\":\"8ce340d8-8d3c-4fcf-8055-4eb945569ca9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:41Z\"},{\"modelId\":\"8dad0709-c82c-40b7-9321-5a2f210893ff\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:56Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:58Z\"},{\"modelId\":\"8dcef44d-bb37-4832-9c5f-29fa72e0ac8d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:01Z\"},{\"modelId\":\"903fab1b-6e01-4ad9-88e4-e32a96841868\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:23Z\"},{\"modelId\":\"90ae63ca-54f7-48c5-8e71-3849c4be50e1\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:43:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:48Z\"},{\"modelId\":\"92a25168-142b-48d2-b70a-1d9cc4f38a30\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:52Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:01Z\"},{\"modelId\":\"967b49e2-72fa-425f-9bbc-d2cdc23e80e9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:27:38Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:48Z\"},{\"modelId\":\"967ce963-8c12-4dc7-82f0-364cfa41b20a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:28Z\"},{\"modelId\":\"9abddaf2-905f-46f8-a3ba-3b05c8cea995\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:22:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:55Z\"},{\"modelId\":\"9afa1677-1008-4312-9d35-c9c74d529bf9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:59Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:08Z\"},{\"modelId\":\"9db98eaf-765b-4bcb-8061-e5ba50a66c5f\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:11Z\"},{\"modelId\":\"9e7e6c9d-29fa-42bc-ba47-65490f4b600f\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:42:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:55Z\"},{\"modelId\":\"9fa459ae-a200-4529-9170-be82699885d7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:40:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:58Z\"},{\"modelId\":\"a054b58d-937d-4502-8989-045bf66054df\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:26Z\"},{\"modelId\":\"a09e056a-b54c-4687-a2a5-ad1e40d86f56\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:36:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:05Z\"},{\"modelId\":\"a1f1734e-11ed-4d4f-91b3-b572a957505b\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:44Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:44Z\"},{\"modelId\":\"a27f8f34-1e53-4e86-8f84-297763688abb\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:20Z\"},{\"modelId\":\"a3f1c593-7236-4972-ae49-ae39f66e8da3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:53Z\"},{\"modelId\":\"a57babc5-d5b7-46f3-a289-e828b2ec5adc\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:32Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:41Z\"},{\"modelId\":\"a83675c1-3a82-4c55-a37f-d65dd42bc552\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:43Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:51Z\"},{\"modelId\":\"acf92321-e934-4209-9d3c-c6a2877b7f75\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:26Z\"},{\"modelId\":\"ae56c21c-d485-4260-8809-67897a8dc5aa\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:27Z\"},{\"modelId\":\"b02c6d20-1290-42d3-8691-fe0b20fb3537\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:23:07Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:23:24Z\"},{\"modelId\":\"b4266982-ec3b-4a7f-8e03-ef0457d21f53\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:34Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"},{\"modelId\":\"b42fef6c-f252-4072-aa93-eda5caae64a1\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:03Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:13Z\"},{\"modelId\":\"b5457d3f-18f8-4443-ab19-b257a3db3262\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:14Z\"},{\"modelId\":\"b66a264d-1241-4f54-952d-f9085e6cf729\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:25Z\"},{\"modelId\":\"b6d8beca-2ac7-4f12-b863-8ad6ba8c8033\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:36:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:32Z\"},{\"modelId\":\"b778525f-ed6e-4e01-a0eb-c2e97da75407\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:56Z\"},{\"modelId\":\"ba67c215-a2dd-4061-aae0-27aba078dc57\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:18Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2JkNjk5N2FmLWM0ODEtNGQ0NS05YTQ1LWZlMjA4YWY2NGMyZC9iZDY5OTdhZi1jNDgxLTRkNDUtOWE0NS1mZTIwOGFmNjRjMmQuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", + "Body" : "{\"modelList\":[{\"modelId\":\"7ed0c264-548b-4978-b3b9-1b2fa1c504e8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:43:37Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:37Z\"},{\"modelId\":\"808f8028-f125-41ed-92ca-51646fd8a7b4\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:37Z\"},{\"modelId\":\"8574b06d-342d-455d-80b9-3dda1b69f3c8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:21:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:00Z\"},{\"modelId\":\"85af79b8-e7ee-419c-b29c-b26146e5eff5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:23:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:23:56Z\"},{\"modelId\":\"882aa91a-8e85-46cb-bf8e-eb1dd4046032\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:42:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:42Z\"},{\"modelId\":\"89b378d3-7ea4-4841-9c2b-f9886f66df44\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:04Z\"},{\"modelId\":\"8ce340d8-8d3c-4fcf-8055-4eb945569ca9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:41Z\"},{\"modelId\":\"8dad0709-c82c-40b7-9321-5a2f210893ff\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:56Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:58Z\"},{\"modelId\":\"8dcef44d-bb37-4832-9c5f-29fa72e0ac8d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:01Z\"},{\"modelId\":\"903fab1b-6e01-4ad9-88e4-e32a96841868\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:23Z\"},{\"modelId\":\"90ae63ca-54f7-48c5-8e71-3849c4be50e1\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:43:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:48Z\"},{\"modelId\":\"92a25168-142b-48d2-b70a-1d9cc4f38a30\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:52Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:01Z\"},{\"modelId\":\"967b49e2-72fa-425f-9bbc-d2cdc23e80e9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:27:38Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:48Z\"},{\"modelId\":\"967ce963-8c12-4dc7-82f0-364cfa41b20a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:28Z\"},{\"modelId\":\"9abddaf2-905f-46f8-a3ba-3b05c8cea995\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:22:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:55Z\"},{\"modelId\":\"9afa1677-1008-4312-9d35-c9c74d529bf9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:59Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:08Z\"},{\"modelId\":\"9db98eaf-765b-4bcb-8061-e5ba50a66c5f\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:11Z\"},{\"modelId\":\"9e7e6c9d-29fa-42bc-ba47-65490f4b600f\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:42:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:55Z\"},{\"modelId\":\"9fa459ae-a200-4529-9170-be82699885d7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:40:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:58Z\"},{\"modelId\":\"a054b58d-937d-4502-8989-045bf66054df\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:26Z\"},{\"modelId\":\"a09e056a-b54c-4687-a2a5-ad1e40d86f56\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:36:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:05Z\"},{\"modelId\":\"a1f1734e-11ed-4d4f-91b3-b572a957505b\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:44Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:44Z\"},{\"modelId\":\"a27f8f34-1e53-4e86-8f84-297763688abb\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:20Z\"},{\"modelId\":\"a3f1c593-7236-4972-ae49-ae39f66e8da3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:53Z\"},{\"modelId\":\"a57babc5-d5b7-46f3-a289-e828b2ec5adc\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:32Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:41Z\"},{\"modelId\":\"a83675c1-3a82-4c55-a37f-d65dd42bc552\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:43Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:51Z\"},{\"modelId\":\"acf92321-e934-4209-9d3c-c6a2877b7f75\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:26Z\"},{\"modelId\":\"ae56c21c-d485-4260-8809-67897a8dc5aa\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:27Z\"},{\"modelId\":\"b02c6d20-1290-42d3-8691-fe0b20fb3537\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:23:07Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:23:24Z\"},{\"modelId\":\"b4266982-ec3b-4a7f-8e03-ef0457d21f53\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:34Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"},{\"modelId\":\"b42fef6c-f252-4072-aa93-eda5caae64a1\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:03Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:13Z\"},{\"modelId\":\"b5457d3f-18f8-4443-ab19-b257a3db3262\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:14Z\"},{\"modelId\":\"b66a264d-1241-4f54-952d-f9085e6cf729\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:25Z\"},{\"modelId\":\"b6d8beca-2ac7-4f12-b863-8ad6ba8c8033\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:36:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:32Z\"},{\"modelId\":\"b778525f-ed6e-4e01-a0eb-c2e97da75407\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:56Z\"},{\"modelId\":\"ba67c215-a2dd-4061-aae0-27aba078dc57\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:18Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2JkNjk5N2FmLWM0ODEtNGQ0NS05YTQ1LWZlMjA4YWY2NGMyZC9iZDY5OTdhZi1jNDgxLTRkNDUtOWE0NS1mZTIwOGFmNjRjMmQuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", "Date" : "Thu, 06 Aug 2020 22:46:25 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2JkNjk5N2FmLWM0ODEtNGQ0NS05YTQ1LWZlMjA4YWY2NGMyZC9iZDY5OTdhZi1jNDgxLTRkNDUtOWE0NS1mZTIwOGFmNjRjMmQuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2JkNjk5N2FmLWM0ODEtNGQ0NS05YTQ1LWZlMjA4YWY2NGMyZC9iZDY5OTdhZi1jNDgxLTRkNDUtOWE0NS1mZTIwOGFmNjRjMmQuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "ecbbbc6f-bebc-4992-884d-00d226413337" @@ -74,14 +74,14 @@ "apim-request-id" : "e2cd6528-d21e-4ae1-be4d-21e31a0bb874", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelList\":[{\"modelId\":\"bd6997af-c481-4d45-9a45-fe208af64c2d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:24Z\"},{\"modelId\":\"be065956-5db9-43db-9921-2c4cc19079e5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:35Z\"},{\"modelId\":\"be0fb2d0-8812-4147-858d-4ad9fb62c1ac\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:59Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:07Z\"},{\"modelId\":\"c07c1c82-776a-47ab-b19d-bc692073078e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:30Z\"},{\"modelId\":\"c7a6dc79-882d-47cb-95d5-1b2625c74c38\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:50Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:58Z\"},{\"modelId\":\"ca0df018-9071-43a8-acc9-270c3384ebde\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:03Z\"},{\"modelId\":\"cad6c7eb-ba43-41b4-afc1-76d47ef22a20\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:24Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:26Z\"},{\"modelId\":\"cb0523ae-d40c-4380-ab4a-46cc52d35888\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:07Z\"},{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:35Z\"},{\"modelId\":\"d411bd8f-63eb-440b-80a2-a39b6a17cc21\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:34Z\"},{\"modelId\":\"d54b5260-c48f-489e-acd4-a7b08489dc6b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:19Z\"},{\"modelId\":\"d6bb1d29-23f7-4315-a643-9241bddaf00a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:55Z\"},{\"modelId\":\"d6ee5080-ccd6-4548-9506-695c3c6e3b91\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:44:52Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:00Z\"},{\"modelId\":\"d77b794b-6733-4fe3-b2bc-5fe787cc32f8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:38Z\"},{\"modelId\":\"d9477b9e-e7be-4890-b271-4f2418fa5388\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:56Z\"},{\"modelId\":\"db106e16-251f-4ad6-afe1-37dc08c601e6\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:48Z\"},{\"modelId\":\"de757825-c6f1-4fb8-91d0-a8dfa29ff217\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:48Z\"},{\"modelId\":\"e0a66952-1a4d-4ea8-bedb-eeb929197dc6\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:19:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:19:25Z\"},{\"modelId\":\"e0ae4710-4bfc-4532-bf91-1610addde77e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:29:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:29:50Z\"},{\"modelId\":\"e230a436-37a0-43b4-8666-e15c37335eca\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:20Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:35Z\"},{\"modelId\":\"e501540e-43fe-40a4-b19f-d66a9c789c6b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:59Z\"},{\"modelId\":\"e55909a9-912b-4fd7-accc-a0c93cdbe661\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:38Z\"},{\"modelId\":\"e5d7b79b-f03b-455e-8e01-0d79d9f002d9\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:42:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:05Z\"},{\"modelId\":\"e6c27888-bd27-4dac-9798-ca3e2f35e098\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:22Z\"},{\"modelId\":\"e76a48db-65d1-4819-8571-3367106128bd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:56Z\"},{\"modelId\":\"e8ff407d-2267-4e5b-8a78-79ad8a4f0e95\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:02Z\"},{\"modelId\":\"e98108cc-edc9-4fbd-8f39-c195aa8d16fd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:24:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:24:54Z\"},{\"modelId\":\"ea86437c-63ee-48b4-ae84-740c37a08797\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:13Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:21Z\"},{\"modelId\":\"ec735fbe-f060-487a-8db4-1b9fb5accf16\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:18Z\"},{\"modelId\":\"ed30762e-8513-4f23-bf74-ea6f178085e7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:04Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:11Z\"},{\"modelId\":\"efa4f11c-ff81-4a7c-831b-19d0ceca3d03\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:08Z\"},{\"modelId\":\"f31d7419-c868-4082-b0ff-27b6678e6828\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:40:13Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:25Z\"},{\"modelId\":\"f9428b41-121c-4ade-b1dd-5b6d9554ccc4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:29:15Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:29:23Z\"},{\"modelId\":\"fadb0b6e-ce2f-4d1a-9f26-f637c8ae9c02\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:45:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:09Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2ZhZjRlZjk0LTQwMjctNDlmOC1iN2EzLTc3OWVhYmEyOGY5OS9mYWY0ZWY5NC00MDI3LTQ5ZjgtYjdhMy03NzllYWJhMjhmOTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", + "Body" : "{\"modelList\":[{\"modelId\":\"bd6997af-c481-4d45-9a45-fe208af64c2d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:24Z\"},{\"modelId\":\"be065956-5db9-43db-9921-2c4cc19079e5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:35Z\"},{\"modelId\":\"be0fb2d0-8812-4147-858d-4ad9fb62c1ac\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:59Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:07Z\"},{\"modelId\":\"c07c1c82-776a-47ab-b19d-bc692073078e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:30Z\"},{\"modelId\":\"c7a6dc79-882d-47cb-95d5-1b2625c74c38\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:50Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:58Z\"},{\"modelId\":\"ca0df018-9071-43a8-acc9-270c3384ebde\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:03Z\"},{\"modelId\":\"cad6c7eb-ba43-41b4-afc1-76d47ef22a20\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:24Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:26Z\"},{\"modelId\":\"cb0523ae-d40c-4380-ab4a-46cc52d35888\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:07Z\"},{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:35Z\"},{\"modelId\":\"d411bd8f-63eb-440b-80a2-a39b6a17cc21\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:34Z\"},{\"modelId\":\"d54b5260-c48f-489e-acd4-a7b08489dc6b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:19Z\"},{\"modelId\":\"d6bb1d29-23f7-4315-a643-9241bddaf00a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:55Z\"},{\"modelId\":\"d6ee5080-ccd6-4548-9506-695c3c6e3b91\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:44:52Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:00Z\"},{\"modelId\":\"d77b794b-6733-4fe3-b2bc-5fe787cc32f8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:38Z\"},{\"modelId\":\"d9477b9e-e7be-4890-b271-4f2418fa5388\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:56Z\"},{\"modelId\":\"db106e16-251f-4ad6-afe1-37dc08c601e6\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:48Z\"},{\"modelId\":\"de757825-c6f1-4fb8-91d0-a8dfa29ff217\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:48Z\"},{\"modelId\":\"e0a66952-1a4d-4ea8-bedb-eeb929197dc6\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:19:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:19:25Z\"},{\"modelId\":\"e0ae4710-4bfc-4532-bf91-1610addde77e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:29:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:29:50Z\"},{\"modelId\":\"e230a436-37a0-43b4-8666-e15c37335eca\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:20Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:35Z\"},{\"modelId\":\"e501540e-43fe-40a4-b19f-d66a9c789c6b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:59Z\"},{\"modelId\":\"e55909a9-912b-4fd7-accc-a0c93cdbe661\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:38Z\"},{\"modelId\":\"e5d7b79b-f03b-455e-8e01-0d79d9f002d9\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:42:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:05Z\"},{\"modelId\":\"e6c27888-bd27-4dac-9798-ca3e2f35e098\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:22Z\"},{\"modelId\":\"e76a48db-65d1-4819-8571-3367106128bd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:56Z\"},{\"modelId\":\"e8ff407d-2267-4e5b-8a78-79ad8a4f0e95\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:02Z\"},{\"modelId\":\"e98108cc-edc9-4fbd-8f39-c195aa8d16fd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:24:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:24:54Z\"},{\"modelId\":\"ea86437c-63ee-48b4-ae84-740c37a08797\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:13Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:21Z\"},{\"modelId\":\"ec735fbe-f060-487a-8db4-1b9fb5accf16\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:18Z\"},{\"modelId\":\"ed30762e-8513-4f23-bf74-ea6f178085e7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:04Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:11Z\"},{\"modelId\":\"efa4f11c-ff81-4a7c-831b-19d0ceca3d03\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:08Z\"},{\"modelId\":\"f31d7419-c868-4082-b0ff-27b6678e6828\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:40:13Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:25Z\"},{\"modelId\":\"f9428b41-121c-4ade-b1dd-5b6d9554ccc4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:29:15Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:29:23Z\"},{\"modelId\":\"fadb0b6e-ce2f-4d1a-9f26-f637c8ae9c02\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:45:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:09Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2ZhZjRlZjk0LTQwMjctNDlmOC1iN2EzLTc3OWVhYmEyOGY5OS9mYWY0ZWY5NC00MDI3LTQ5ZjgtYjdhMy03NzllYWJhMjhmOTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", "Date" : "Thu, 06 Aug 2020 22:46:26 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2ZhZjRlZjk0LTQwMjctNDlmOC1iN2EzLTc3OWVhYmEyOGY5OS9mYWY0ZWY5NC00MDI3LTQ5ZjgtYjdhMy03NzllYWJhMjhmOTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2ZhZjRlZjk0LTQwMjctNDlmOC1iN2EzLTc3OWVhYmEyOGY5OS9mYWY0ZWY5NC00MDI3LTQ5ZjgtYjdhMy03NzllYWJhMjhmOTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "30086e47-e373-44e1-818d-e5b531f8b9bb" @@ -101,4 +101,4 @@ "Exception" : null } ], "variables" : [ ] -} \ No newline at end of file +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/listCustomModelsWithContext.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/listCustomModelsWithContext.json index 26f4972a293d2..97aa905ad4b7a 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/listCustomModelsWithContext.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/listCustomModelsWithContext.json @@ -1,7 +1,7 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models?op=full", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models?op=full", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "e1424dba-00f1-4456-b85d-e5ece8abad13" @@ -14,14 +14,14 @@ "apim-request-id" : "a7718178-8510-48f3-9f08-3c47f83cb37f", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelList\":[{\"modelId\":\"00a271bc-ed22-4a96-b52d-d60911f3f6a8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:44:04Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:04Z\"},{\"modelId\":\"03197bfb-bc25-4421-b41a-5c5289975ec2\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:33Z\"},{\"modelId\":\"0436f26c-4032-47bf-be46-850025cca6c4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:22Z\"},{\"modelId\":\"07652e36-ca43-4ac8-9aac-5209bb1b41b3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:53Z\"},{\"modelId\":\"0a6731b9-13b3-459a-8d52-aa83333547b8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:44Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:44Z\"},{\"modelId\":\"0b81541c-8796-4a5f-ab8f-6f95164761f5\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:48:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:48:00Z\"},{\"modelId\":\"0bc8eac7-70e5-4427-af81-9873e295e9ac\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:32Z\"},{\"modelId\":\"0ec174ba-d89a-47b6-a2b9-9dc7ef8c180a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:16Z\"},{\"modelId\":\"0f6bc4da-c110-4899-9147-aa35f45240d9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:34Z\"},{\"modelId\":\"11f798af-4904-4ba0-8cca-8948c2cf8dca\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:19Z\"},{\"modelId\":\"1473c6b5-dbdf-4bda-ba7f-9a33755c63be\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:58Z\"},{\"modelId\":\"1556d025-77bb-4a99-a899-d8eb8e745f8c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:41Z\"},{\"modelId\":\"160e9257-3c10-43d0-9a28-73504af0c259\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:41:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:41:38Z\"},{\"modelId\":\"19223706-8d04-4fec-bd1b-90716e00013d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:43Z\"},{\"modelId\":\"19690dc1-02e2-4a73-bc9a-6f46bea83d17\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:34Z\"},{\"modelId\":\"1a66b0bc-8eda-41f4-8936-da12795b13ed\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:22:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:30Z\"},{\"modelId\":\"1b04bcd5-1124-4870-bf77-3713a8ec1101\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:46:43Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:43Z\"},{\"modelId\":\"1b7456f1-a10b-42dd-8fae-d0f719723564\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:54Z\"},{\"modelId\":\"1d1df36d-0caa-45ec-b53b-4f231fea8727\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:51Z\"},{\"modelId\":\"1e9725bf-95df-49c6-b8fc-2a2ea36a2951\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:42Z\"},{\"modelId\":\"217c01e6-2744-4db5-86ca-c496e6a67d16\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:45:27Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:27Z\"},{\"modelId\":\"2448f816-c6ee-498d-958e-38ee05887094\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:04Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:07Z\"},{\"modelId\":\"273522e5-6d9b-4682-bbe0-96516afaab24\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:44:41Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:44Z\"},{\"modelId\":\"28280ce4-5f17-4c9a-8803-00ce704889b7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:19Z\"},{\"modelId\":\"294b4acd-a4c6-472f-9fb7-d909912d0a12\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:08Z\"},{\"modelId\":\"2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:21Z\"},{\"modelId\":\"2f0c4708-d370-4f96-85ad-a061b3d2ca24\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:28:58Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:29:05Z\"},{\"modelId\":\"300e96f6-2221-406c-8140-a348a35ececb\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:45:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:23Z\"},{\"modelId\":\"31371e4c-8732-43e0-b9b3-9847267b21e7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:35Z\"},{\"modelId\":\"31916661-98de-4733-b1f6-c5210a86afae\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:24:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:24:37Z\"},{\"modelId\":\"379b936d-c488-4d1f-8a77-126dd58e53af\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:28Z\"},{\"modelId\":\"3bd40939-8773-4f75-ac25-3c422851e050\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:40Z\"},{\"modelId\":\"3ca5ca3f-0da1-42ce-aae6-ca1f3980602a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:21:11Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:21:24Z\"},{\"modelId\":\"3cc4eb3c-6398-418c-9778-7e12417983d5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:30Z\"},{\"modelId\":\"3d7ed258-4b7a-439c-9d88-50fc71291066\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:45:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:55Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzNkYjcxMzQzLTc4YzktNGRjMC05NzQ0LTJhZjM5MWUyYzM0MS8zZGI3MTM0My03OGM5LTRkYzAtOTc0NC0yYWYzOTFlMmMzNDEuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", + "Body" : "{\"modelList\":[{\"modelId\":\"00a271bc-ed22-4a96-b52d-d60911f3f6a8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:44:04Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:04Z\"},{\"modelId\":\"03197bfb-bc25-4421-b41a-5c5289975ec2\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:33Z\"},{\"modelId\":\"0436f26c-4032-47bf-be46-850025cca6c4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:22Z\"},{\"modelId\":\"07652e36-ca43-4ac8-9aac-5209bb1b41b3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:53Z\"},{\"modelId\":\"0a6731b9-13b3-459a-8d52-aa83333547b8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:44Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:44Z\"},{\"modelId\":\"0b81541c-8796-4a5f-ab8f-6f95164761f5\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:48:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:48:00Z\"},{\"modelId\":\"0bc8eac7-70e5-4427-af81-9873e295e9ac\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:32Z\"},{\"modelId\":\"0ec174ba-d89a-47b6-a2b9-9dc7ef8c180a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:16Z\"},{\"modelId\":\"0f6bc4da-c110-4899-9147-aa35f45240d9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:34Z\"},{\"modelId\":\"11f798af-4904-4ba0-8cca-8948c2cf8dca\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:19Z\"},{\"modelId\":\"1473c6b5-dbdf-4bda-ba7f-9a33755c63be\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:58Z\"},{\"modelId\":\"1556d025-77bb-4a99-a899-d8eb8e745f8c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:41Z\"},{\"modelId\":\"160e9257-3c10-43d0-9a28-73504af0c259\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:41:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:41:38Z\"},{\"modelId\":\"19223706-8d04-4fec-bd1b-90716e00013d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:43Z\"},{\"modelId\":\"19690dc1-02e2-4a73-bc9a-6f46bea83d17\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:34Z\"},{\"modelId\":\"1a66b0bc-8eda-41f4-8936-da12795b13ed\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:22:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:30Z\"},{\"modelId\":\"1b04bcd5-1124-4870-bf77-3713a8ec1101\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:46:43Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:43Z\"},{\"modelId\":\"1b7456f1-a10b-42dd-8fae-d0f719723564\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:54Z\"},{\"modelId\":\"1d1df36d-0caa-45ec-b53b-4f231fea8727\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:51Z\"},{\"modelId\":\"1e9725bf-95df-49c6-b8fc-2a2ea36a2951\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:42Z\"},{\"modelId\":\"217c01e6-2744-4db5-86ca-c496e6a67d16\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:45:27Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:27Z\"},{\"modelId\":\"2448f816-c6ee-498d-958e-38ee05887094\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:04Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:07Z\"},{\"modelId\":\"273522e5-6d9b-4682-bbe0-96516afaab24\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:44:41Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:44Z\"},{\"modelId\":\"28280ce4-5f17-4c9a-8803-00ce704889b7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:19Z\"},{\"modelId\":\"294b4acd-a4c6-472f-9fb7-d909912d0a12\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:08Z\"},{\"modelId\":\"2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:21Z\"},{\"modelId\":\"2f0c4708-d370-4f96-85ad-a061b3d2ca24\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:28:58Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:29:05Z\"},{\"modelId\":\"300e96f6-2221-406c-8140-a348a35ececb\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:45:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:23Z\"},{\"modelId\":\"31371e4c-8732-43e0-b9b3-9847267b21e7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:35Z\"},{\"modelId\":\"31916661-98de-4733-b1f6-c5210a86afae\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:24:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:24:37Z\"},{\"modelId\":\"379b936d-c488-4d1f-8a77-126dd58e53af\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:28Z\"},{\"modelId\":\"3bd40939-8773-4f75-ac25-3c422851e050\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:40Z\"},{\"modelId\":\"3ca5ca3f-0da1-42ce-aae6-ca1f3980602a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:21:11Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:21:24Z\"},{\"modelId\":\"3cc4eb3c-6398-418c-9778-7e12417983d5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:30Z\"},{\"modelId\":\"3d7ed258-4b7a-439c-9d88-50fc71291066\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:45:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:55Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzNkYjcxMzQzLTc4YzktNGRjMC05NzQ0LTJhZjM5MWUyYzM0MS8zZGI3MTM0My03OGM5LTRkYzAtOTc0NC0yYWYzOTFlMmMzNDEuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", "Date" : "Thu, 06 Aug 2020 22:48:22 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzNkYjcxMzQzLTc4YzktNGRjMC05NzQ0LTJhZjM5MWUyYzM0MS8zZGI3MTM0My03OGM5LTRkYzAtOTc0NC0yYWYzOTFlMmMzNDEuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzNkYjcxMzQzLTc4YzktNGRjMC05NzQ0LTJhZjM5MWUyYzM0MS8zZGI3MTM0My03OGM5LTRkYzAtOTc0NC0yYWYzOTFlMmMzNDEuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "7295ba9b-01ee-4d39-b490-24e60d8cf425" @@ -34,14 +34,14 @@ "apim-request-id" : "a775371b-52ba-46db-9723-3bfe1b4b9cb3", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelList\":[{\"modelId\":\"3db71343-78c9-4dc0-9744-2af391e2c341\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:28Z\"},{\"modelId\":\"3e411d75-9f70-4b4d-86a9-64e2206b0f92\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:53Z\"},{\"modelId\":\"3eec4655-1eac-4656-aa7e-18a6823d3983\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:37:58Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:58Z\"},{\"modelId\":\"433c3148-bf6d-48ac-984f-c8877e545ed9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:03Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:05Z\"},{\"modelId\":\"44555712-a016-4f70-97e7-0a61837e16f5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:12Z\"},{\"modelId\":\"452dd980-310d-4e38-812d-653d3dfbf685\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:19Z\"},{\"modelId\":\"458c089d-06bd-498e-8c2c-5e743a728cf7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:37Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:39Z\"},{\"modelId\":\"472fae3f-7419-46ea-94bd-96bdc0177ba8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:57Z\"},{\"modelId\":\"478ebfc4-94de-4cc5-8b1c-48a0498cf848\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:02Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:11Z\"},{\"modelId\":\"48459422-372a-4717-8e72-45022db9b611\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:57Z\"},{\"modelId\":\"4b8409fe-2e7e-4c5b-803a-c0bc45e011c4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:02Z\"},{\"modelId\":\"53dcf4a1-06ee-40ad-bc6f-753f4c375979\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:38Z\"},{\"modelId\":\"55192768-5fa5-4f85-a0af-5fd2287cd4d9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:50Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:00Z\"},{\"modelId\":\"564ebf75-9410-47ea-a261-672cbf15ef13\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:28:11Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:28:25Z\"},{\"modelId\":\"57a3a104-f1bf-400d-b7dc-5626214203f9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:38Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:52Z\"},{\"modelId\":\"58216c58-1ce0-479e-844c-fc3a27147115\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:37Z\"},{\"modelId\":\"5ccec538-d9fb-4a0b-a9a2-47a0d68fc178\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:41:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:03Z\"},{\"modelId\":\"5cf4fb83-3089-4137-b16c-3ca371eb1552\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:40Z\"},{\"modelId\":\"5d73c781-7d3d-48fd-b009-7ba66e28ec38\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"},{\"modelId\":\"5eb3b623-bc15-401d-836a-38dbdbbbd9d3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:19:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:19:41Z\"},{\"modelId\":\"5eb64414-9aad-4c2e-8792-2b75e79c0f0b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:37Z\"},{\"modelId\":\"622709de-7eb2-43b8-a4dc-61dc01e84f1e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:32Z\"},{\"modelId\":\"66aec746-7549-4f2f-b722-bc74f91235cf\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:50Z\"},{\"modelId\":\"68996d3b-d450-45af-923f-fd37339f8009\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:55Z\"},{\"modelId\":\"69e2f713-551b-449c-8db8-ba32eaad8dbe\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:48Z\"},{\"modelId\":\"6aad8628-63be-4c20-b52d-1d6d32cd5f56\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:20Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:28Z\"},{\"modelId\":\"6c01b917-c6ab-43ca-97f1-ccc575871df1\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:42Z\"},{\"modelId\":\"6dd42d4e-e241-46a1-a3c7-af600885043c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:59Z\"},{\"modelId\":\"70e9f9b1-a898-4d06-acbc-823ec4560d90\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:20:29Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:20:38Z\"},{\"modelId\":\"71905ceb-c3f9-4030-a9d9-61ca48227eda\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:43Z\"},{\"modelId\":\"73e21b04-579b-4fa3-9c8b-f6a6696cafbd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:43Z\"},{\"modelId\":\"742af88b-435c-4554-81e3-efe8c48896f2\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:45Z\"},{\"modelId\":\"74b319a2-a991-45e2-a5d9-92f2794954d6\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:41Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:41Z\"},{\"modelId\":\"7a8b9040-d2dc-47d5-a24b-690a79eb66e3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:07Z\"},{\"modelId\":\"7b51891a-59d7-40ec-8204-0b32644e32c8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:41Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzdiNTE4OTFhLTU5ZDctNDBlYy04MjA0LTBiMzI2NDRlMzJjOC91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", + "Body" : "{\"modelList\":[{\"modelId\":\"3db71343-78c9-4dc0-9744-2af391e2c341\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:28Z\"},{\"modelId\":\"3e411d75-9f70-4b4d-86a9-64e2206b0f92\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:53Z\"},{\"modelId\":\"3eec4655-1eac-4656-aa7e-18a6823d3983\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:37:58Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:58Z\"},{\"modelId\":\"433c3148-bf6d-48ac-984f-c8877e545ed9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:03Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:05Z\"},{\"modelId\":\"44555712-a016-4f70-97e7-0a61837e16f5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:12Z\"},{\"modelId\":\"452dd980-310d-4e38-812d-653d3dfbf685\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:09Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:19Z\"},{\"modelId\":\"458c089d-06bd-498e-8c2c-5e743a728cf7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:37Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:39Z\"},{\"modelId\":\"472fae3f-7419-46ea-94bd-96bdc0177ba8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:57Z\"},{\"modelId\":\"478ebfc4-94de-4cc5-8b1c-48a0498cf848\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:02Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:11Z\"},{\"modelId\":\"48459422-372a-4717-8e72-45022db9b611\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:57Z\"},{\"modelId\":\"4b8409fe-2e7e-4c5b-803a-c0bc45e011c4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:02Z\"},{\"modelId\":\"53dcf4a1-06ee-40ad-bc6f-753f4c375979\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:38Z\"},{\"modelId\":\"55192768-5fa5-4f85-a0af-5fd2287cd4d9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:50Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:00Z\"},{\"modelId\":\"564ebf75-9410-47ea-a261-672cbf15ef13\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:28:11Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:28:25Z\"},{\"modelId\":\"57a3a104-f1bf-400d-b7dc-5626214203f9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:38Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:52Z\"},{\"modelId\":\"58216c58-1ce0-479e-844c-fc3a27147115\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:37Z\"},{\"modelId\":\"5ccec538-d9fb-4a0b-a9a2-47a0d68fc178\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:41:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:03Z\"},{\"modelId\":\"5cf4fb83-3089-4137-b16c-3ca371eb1552\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:40Z\"},{\"modelId\":\"5d73c781-7d3d-48fd-b009-7ba66e28ec38\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"},{\"modelId\":\"5eb3b623-bc15-401d-836a-38dbdbbbd9d3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:19:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:19:41Z\"},{\"modelId\":\"5eb64414-9aad-4c2e-8792-2b75e79c0f0b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:37Z\"},{\"modelId\":\"622709de-7eb2-43b8-a4dc-61dc01e84f1e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:32Z\"},{\"modelId\":\"66aec746-7549-4f2f-b722-bc74f91235cf\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:50Z\"},{\"modelId\":\"68996d3b-d450-45af-923f-fd37339f8009\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:55Z\"},{\"modelId\":\"69e2f713-551b-449c-8db8-ba32eaad8dbe\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:48Z\"},{\"modelId\":\"6aad8628-63be-4c20-b52d-1d6d32cd5f56\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:20Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:28Z\"},{\"modelId\":\"6c01b917-c6ab-43ca-97f1-ccc575871df1\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:42Z\"},{\"modelId\":\"6dd42d4e-e241-46a1-a3c7-af600885043c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:59Z\"},{\"modelId\":\"70e9f9b1-a898-4d06-acbc-823ec4560d90\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:20:29Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:20:38Z\"},{\"modelId\":\"71905ceb-c3f9-4030-a9d9-61ca48227eda\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:43Z\"},{\"modelId\":\"73e21b04-579b-4fa3-9c8b-f6a6696cafbd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:43Z\"},{\"modelId\":\"742af88b-435c-4554-81e3-efe8c48896f2\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:45Z\"},{\"modelId\":\"74b319a2-a991-45e2-a5d9-92f2794954d6\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:41Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:41Z\"},{\"modelId\":\"7a8b9040-d2dc-47d5-a24b-690a79eb66e3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:07Z\"},{\"modelId\":\"7b51891a-59d7-40ec-8204-0b32644e32c8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:41Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzdiNTE4OTFhLTU5ZDctNDBlYy04MjA0LTBiMzI2NDRlMzJjOC91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", "Date" : "Thu, 06 Aug 2020 22:48:23 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzdiNTE4OTFhLTU5ZDctNDBlYy04MjA0LTBiMzI2NDRlMzJjOC91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzLzdiNTE4OTFhLTU5ZDctNDBlYy04MjA0LTBiMzI2NDRlMzJjOC91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "74eb3327-a2a9-4752-a2df-d5a6492fd213" @@ -54,14 +54,14 @@ "apim-request-id" : "9ceb2378-5d7c-4944-a846-552d453134a1", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelList\":[{\"modelId\":\"7c87e8f8-fbbe-425e-9b1c-697a83688be8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"},{\"modelId\":\"7ed0c264-548b-4978-b3b9-1b2fa1c504e8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:43:37Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:37Z\"},{\"modelId\":\"808f8028-f125-41ed-92ca-51646fd8a7b4\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:37Z\"},{\"modelId\":\"8574b06d-342d-455d-80b9-3dda1b69f3c8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:21:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:00Z\"},{\"modelId\":\"85af79b8-e7ee-419c-b29c-b26146e5eff5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:23:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:23:56Z\"},{\"modelId\":\"880ec8c7-a3ee-489c-b976-f236873e7741\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:47:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:10Z\"},{\"modelId\":\"882aa91a-8e85-46cb-bf8e-eb1dd4046032\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:42:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:42Z\"},{\"modelId\":\"88330f42-0280-4ad3-9ac1-59522ca16e7c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:47:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:58Z\"},{\"modelId\":\"89b378d3-7ea4-4841-9c2b-f9886f66df44\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:04Z\"},{\"modelId\":\"8ce340d8-8d3c-4fcf-8055-4eb945569ca9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:41Z\"},{\"modelId\":\"8dad0709-c82c-40b7-9321-5a2f210893ff\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:56Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:58Z\"},{\"modelId\":\"8dcef44d-bb37-4832-9c5f-29fa72e0ac8d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:01Z\"},{\"modelId\":\"903fab1b-6e01-4ad9-88e4-e32a96841868\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:23Z\"},{\"modelId\":\"90ae63ca-54f7-48c5-8e71-3849c4be50e1\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:43:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:48Z\"},{\"modelId\":\"92a25168-142b-48d2-b70a-1d9cc4f38a30\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:52Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:01Z\"},{\"modelId\":\"967b49e2-72fa-425f-9bbc-d2cdc23e80e9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:27:38Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:48Z\"},{\"modelId\":\"967ce963-8c12-4dc7-82f0-364cfa41b20a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:28Z\"},{\"modelId\":\"9abddaf2-905f-46f8-a3ba-3b05c8cea995\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:22:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:55Z\"},{\"modelId\":\"9afa1677-1008-4312-9d35-c9c74d529bf9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:59Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:08Z\"},{\"modelId\":\"9db98eaf-765b-4bcb-8061-e5ba50a66c5f\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:11Z\"},{\"modelId\":\"9e7e6c9d-29fa-42bc-ba47-65490f4b600f\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:42:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:55Z\"},{\"modelId\":\"9fa459ae-a200-4529-9170-be82699885d7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:40:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:58Z\"},{\"modelId\":\"a054b58d-937d-4502-8989-045bf66054df\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:26Z\"},{\"modelId\":\"a09e056a-b54c-4687-a2a5-ad1e40d86f56\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:36:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:05Z\"},{\"modelId\":\"a1f1734e-11ed-4d4f-91b3-b572a957505b\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:44Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:44Z\"},{\"modelId\":\"a27f8f34-1e53-4e86-8f84-297763688abb\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:20Z\"},{\"modelId\":\"a3f1c593-7236-4972-ae49-ae39f66e8da3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:53Z\"},{\"modelId\":\"a5325c79-47f7-42d6-9b98-f6c4f4b10279\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:28Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:36Z\"},{\"modelId\":\"a57babc5-d5b7-46f3-a289-e828b2ec5adc\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:32Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:41Z\"},{\"modelId\":\"a83675c1-3a82-4c55-a37f-d65dd42bc552\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:43Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:51Z\"},{\"modelId\":\"acf92321-e934-4209-9d3c-c6a2877b7f75\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:26Z\"},{\"modelId\":\"ae56c21c-d485-4260-8809-67897a8dc5aa\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:27Z\"},{\"modelId\":\"b02c6d20-1290-42d3-8691-fe0b20fb3537\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:23:07Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:23:24Z\"},{\"modelId\":\"b4266982-ec3b-4a7f-8e03-ef0457d21f53\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:34Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"},{\"modelId\":\"b42fef6c-f252-4072-aa93-eda5caae64a1\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:03Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:13Z\"},{\"modelId\":\"b5457d3f-18f8-4443-ab19-b257a3db3262\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:14Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2I2NmEyNjRkLTEyNDEtNGY1NC05NTJkLWY5MDg1ZTZjZjcyOS9iNjZhMjY0ZC0xMjQxLTRmNTQtOTUyZC1mOTA4NWU2Y2Y3MjkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", + "Body" : "{\"modelList\":[{\"modelId\":\"7c87e8f8-fbbe-425e-9b1c-697a83688be8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"},{\"modelId\":\"7ed0c264-548b-4978-b3b9-1b2fa1c504e8\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:43:37Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:37Z\"},{\"modelId\":\"808f8028-f125-41ed-92ca-51646fd8a7b4\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:37Z\"},{\"modelId\":\"8574b06d-342d-455d-80b9-3dda1b69f3c8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:21:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:00Z\"},{\"modelId\":\"85af79b8-e7ee-419c-b29c-b26146e5eff5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:23:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:23:56Z\"},{\"modelId\":\"880ec8c7-a3ee-489c-b976-f236873e7741\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:47:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:10Z\"},{\"modelId\":\"882aa91a-8e85-46cb-bf8e-eb1dd4046032\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:42:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:42Z\"},{\"modelId\":\"88330f42-0280-4ad3-9ac1-59522ca16e7c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:47:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:58Z\"},{\"modelId\":\"89b378d3-7ea4-4841-9c2b-f9886f66df44\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:04Z\"},{\"modelId\":\"8ce340d8-8d3c-4fcf-8055-4eb945569ca9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:41Z\"},{\"modelId\":\"8dad0709-c82c-40b7-9321-5a2f210893ff\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:56Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:58Z\"},{\"modelId\":\"8dcef44d-bb37-4832-9c5f-29fa72e0ac8d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:01Z\"},{\"modelId\":\"903fab1b-6e01-4ad9-88e4-e32a96841868\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:23Z\"},{\"modelId\":\"90ae63ca-54f7-48c5-8e71-3849c4be50e1\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:43:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:48Z\"},{\"modelId\":\"92a25168-142b-48d2-b70a-1d9cc4f38a30\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:52Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:01Z\"},{\"modelId\":\"967b49e2-72fa-425f-9bbc-d2cdc23e80e9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:27:38Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:48Z\"},{\"modelId\":\"967ce963-8c12-4dc7-82f0-364cfa41b20a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:28Z\"},{\"modelId\":\"9abddaf2-905f-46f8-a3ba-3b05c8cea995\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:22:54Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:22:55Z\"},{\"modelId\":\"9afa1677-1008-4312-9d35-c9c74d529bf9\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:59Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:08Z\"},{\"modelId\":\"9db98eaf-765b-4bcb-8061-e5ba50a66c5f\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:11Z\"},{\"modelId\":\"9e7e6c9d-29fa-42bc-ba47-65490f4b600f\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:42:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:55Z\"},{\"modelId\":\"9fa459ae-a200-4529-9170-be82699885d7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:40:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:58Z\"},{\"modelId\":\"a054b58d-937d-4502-8989-045bf66054df\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:26Z\"},{\"modelId\":\"a09e056a-b54c-4687-a2a5-ad1e40d86f56\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:36:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:05Z\"},{\"modelId\":\"a1f1734e-11ed-4d4f-91b3-b572a957505b\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:35:44Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:44Z\"},{\"modelId\":\"a27f8f34-1e53-4e86-8f84-297763688abb\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:20Z\"},{\"modelId\":\"a3f1c593-7236-4972-ae49-ae39f66e8da3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:53Z\"},{\"modelId\":\"a5325c79-47f7-42d6-9b98-f6c4f4b10279\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:46:28Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:46:36Z\"},{\"modelId\":\"a57babc5-d5b7-46f3-a289-e828b2ec5adc\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:32Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:41Z\"},{\"modelId\":\"a83675c1-3a82-4c55-a37f-d65dd42bc552\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:43Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:51Z\"},{\"modelId\":\"acf92321-e934-4209-9d3c-c6a2877b7f75\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:26Z\"},{\"modelId\":\"ae56c21c-d485-4260-8809-67897a8dc5aa\",\"status\":\"invalid\",\"createdDateTime\":\"2020-08-06T22:37:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:27Z\"},{\"modelId\":\"b02c6d20-1290-42d3-8691-fe0b20fb3537\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:23:07Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:23:24Z\"},{\"modelId\":\"b4266982-ec3b-4a7f-8e03-ef0457d21f53\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:34Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:50Z\"},{\"modelId\":\"b42fef6c-f252-4072-aa93-eda5caae64a1\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:03Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:13Z\"},{\"modelId\":\"b5457d3f-18f8-4443-ab19-b257a3db3262\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:14Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2I2NmEyNjRkLTEyNDEtNGY1NC05NTJkLWY5MDg1ZTZjZjcyOS9iNjZhMjY0ZC0xMjQxLTRmNTQtOTUyZC1mOTA4NWU2Y2Y3MjkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-\"}", "Date" : "Thu, 06 Aug 2020 22:48:30 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2I2NmEyNjRkLTEyNDEtNGY1NC05NTJkLWY5MDg1ZTZjZjcyOS9iNjZhMjY0ZC0xMjQxLTRmNTQtOTUyZC1mOTA4NWU2Y2Y3MjkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2I2NmEyNjRkLTEyNDEtNGY1NC05NTJkLWY5MDg1ZTZjZjcyOS9iNjZhMjY0ZC0xMjQxLTRmNTQtOTUyZC1mOTA4NWU2Y2Y3MjkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "4f10af30-34a1-4658-879a-1cc3e6d79bb8" @@ -74,14 +74,14 @@ "apim-request-id" : "e6032ce0-5c17-4824-a7e1-e7b4083bfc1c", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelList\":[{\"modelId\":\"b66a264d-1241-4f54-952d-f9085e6cf729\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:25Z\"},{\"modelId\":\"b6d8beca-2ac7-4f12-b863-8ad6ba8c8033\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:36:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:32Z\"},{\"modelId\":\"b778525f-ed6e-4e01-a0eb-c2e97da75407\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:56Z\"},{\"modelId\":\"ba67c215-a2dd-4061-aae0-27aba078dc57\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:18Z\"},{\"modelId\":\"bd6997af-c481-4d45-9a45-fe208af64c2d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:24Z\"},{\"modelId\":\"be065956-5db9-43db-9921-2c4cc19079e5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:35Z\"},{\"modelId\":\"be0fb2d0-8812-4147-858d-4ad9fb62c1ac\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:59Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:07Z\"},{\"modelId\":\"c07c1c82-776a-47ab-b19d-bc692073078e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:30Z\"},{\"modelId\":\"c68ce0ff-4f22-4a82-8ace-f8f395884883\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:47:32Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:46Z\"},{\"modelId\":\"c7a6dc79-882d-47cb-95d5-1b2625c74c38\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:50Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:58Z\"},{\"modelId\":\"ca0df018-9071-43a8-acc9-270c3384ebde\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:03Z\"},{\"modelId\":\"cad6c7eb-ba43-41b4-afc1-76d47ef22a20\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:24Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:26Z\"},{\"modelId\":\"cb0523ae-d40c-4380-ab4a-46cc52d35888\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:07Z\"},{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:35Z\"},{\"modelId\":\"d411bd8f-63eb-440b-80a2-a39b6a17cc21\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:34Z\"},{\"modelId\":\"d54b5260-c48f-489e-acd4-a7b08489dc6b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:19Z\"},{\"modelId\":\"d5f60834-23a6-43db-9604-0fdfe8e2ba3c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:48:01Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:48:02Z\"},{\"modelId\":\"d6bb1d29-23f7-4315-a643-9241bddaf00a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:55Z\"},{\"modelId\":\"d6ee5080-ccd6-4548-9506-695c3c6e3b91\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:44:52Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:00Z\"},{\"modelId\":\"d77b794b-6733-4fe3-b2bc-5fe787cc32f8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:38Z\"},{\"modelId\":\"d9477b9e-e7be-4890-b271-4f2418fa5388\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:56Z\"},{\"modelId\":\"db106e16-251f-4ad6-afe1-37dc08c601e6\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:48Z\"},{\"modelId\":\"ddb10dff-753f-49da-959c-ff8ec9703ff3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:47:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:18Z\"},{\"modelId\":\"de757825-c6f1-4fb8-91d0-a8dfa29ff217\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:48Z\"},{\"modelId\":\"e0a66952-1a4d-4ea8-bedb-eeb929197dc6\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:19:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:19:25Z\"},{\"modelId\":\"e0ae4710-4bfc-4532-bf91-1610addde77e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:29:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:29:50Z\"},{\"modelId\":\"e230a436-37a0-43b4-8666-e15c37335eca\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:20Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:35Z\"},{\"modelId\":\"e501540e-43fe-40a4-b19f-d66a9c789c6b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:59Z\"},{\"modelId\":\"e55909a9-912b-4fd7-accc-a0c93cdbe661\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:38Z\"},{\"modelId\":\"e5d7b79b-f03b-455e-8e01-0d79d9f002d9\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:42:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:05Z\"},{\"modelId\":\"e6c27888-bd27-4dac-9798-ca3e2f35e098\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:22Z\"},{\"modelId\":\"e76a48db-65d1-4819-8571-3367106128bd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:56Z\"},{\"modelId\":\"e8ff407d-2267-4e5b-8a78-79ad8a4f0e95\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:02Z\"},{\"modelId\":\"e98108cc-edc9-4fbd-8f39-c195aa8d16fd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:24:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:24:54Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2VhODY0MzdjLTYzZWUtNDhiNC1hZTg0LTc0MGMzN2EwODc5Ny9lYTg2NDM3Yy02M2VlLTQ4YjQtYWU4NC03NDBjMzdhMDg3OTcuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh\"}", + "Body" : "{\"modelList\":[{\"modelId\":\"b66a264d-1241-4f54-952d-f9085e6cf729\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:25Z\"},{\"modelId\":\"b6d8beca-2ac7-4f12-b863-8ad6ba8c8033\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:36:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:32Z\"},{\"modelId\":\"b778525f-ed6e-4e01-a0eb-c2e97da75407\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:56Z\"},{\"modelId\":\"ba67c215-a2dd-4061-aae0-27aba078dc57\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:18Z\"},{\"modelId\":\"bd6997af-c481-4d45-9a45-fe208af64c2d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:24Z\"},{\"modelId\":\"be065956-5db9-43db-9921-2c4cc19079e5\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:43:35Z\"},{\"modelId\":\"be0fb2d0-8812-4147-858d-4ad9fb62c1ac\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:59Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:27:07Z\"},{\"modelId\":\"c07c1c82-776a-47ab-b19d-bc692073078e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:30Z\"},{\"modelId\":\"c68ce0ff-4f22-4a82-8ace-f8f395884883\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:47:32Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:46Z\"},{\"modelId\":\"c7a6dc79-882d-47cb-95d5-1b2625c74c38\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:50Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:58Z\"},{\"modelId\":\"ca0df018-9071-43a8-acc9-270c3384ebde\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:43:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:44:03Z\"},{\"modelId\":\"cad6c7eb-ba43-41b4-afc1-76d47ef22a20\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:24Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:26Z\"},{\"modelId\":\"cb0523ae-d40c-4380-ab4a-46cc52d35888\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:07Z\"},{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:35Z\"},{\"modelId\":\"d411bd8f-63eb-440b-80a2-a39b6a17cc21\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:34Z\"},{\"modelId\":\"d54b5260-c48f-489e-acd4-a7b08489dc6b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:19Z\"},{\"modelId\":\"d5f60834-23a6-43db-9604-0fdfe8e2ba3c\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:48:01Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:48:02Z\"},{\"modelId\":\"d6bb1d29-23f7-4315-a643-9241bddaf00a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:55Z\"},{\"modelId\":\"d6ee5080-ccd6-4548-9506-695c3c6e3b91\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:44:52Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:45:00Z\"},{\"modelId\":\"d77b794b-6733-4fe3-b2bc-5fe787cc32f8\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:38Z\"},{\"modelId\":\"d9477b9e-e7be-4890-b271-4f2418fa5388\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:56Z\"},{\"modelId\":\"db106e16-251f-4ad6-afe1-37dc08c601e6\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:39Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:48Z\"},{\"modelId\":\"ddb10dff-753f-49da-959c-ff8ec9703ff3\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:47:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:47:18Z\"},{\"modelId\":\"de757825-c6f1-4fb8-91d0-a8dfa29ff217\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:48Z\"},{\"modelId\":\"e0a66952-1a4d-4ea8-bedb-eeb929197dc6\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:19:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:19:25Z\"},{\"modelId\":\"e0ae4710-4bfc-4532-bf91-1610addde77e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:29:42Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:29:50Z\"},{\"modelId\":\"e230a436-37a0-43b4-8666-e15c37335eca\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:26:20Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:26:35Z\"},{\"modelId\":\"e501540e-43fe-40a4-b19f-d66a9c789c6b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:25:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:25:59Z\"},{\"modelId\":\"e55909a9-912b-4fd7-accc-a0c93cdbe661\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:30Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:38Z\"},{\"modelId\":\"e5d7b79b-f03b-455e-8e01-0d79d9f002d9\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:42:05Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:42:05Z\"},{\"modelId\":\"e6c27888-bd27-4dac-9798-ca3e2f35e098\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:22Z\"},{\"modelId\":\"e76a48db-65d1-4819-8571-3367106128bd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:56Z\"},{\"modelId\":\"e8ff407d-2267-4e5b-8a78-79ad8a4f0e95\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:02Z\"},{\"modelId\":\"e98108cc-edc9-4fbd-8f39-c195aa8d16fd\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:24:51Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:24:54Z\"}],\"nextLink\":\"https://westus2formrecognizershawn.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2VhODY0MzdjLTYzZWUtNDhiNC1hZTg0LTc0MGMzN2EwODc5Ny9lYTg2NDM3Yy02M2VlLTQ4YjQtYWU4NC03NDBjMzdhMDg3OTcuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh\"}", "Date" : "Thu, 06 Aug 2020 22:48:30 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.0/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2VhODY0MzdjLTYzZWUtNDhiNC1hZTg0LTc0MGMzN2EwODc5Ny9lYTg2NDM3Yy02M2VlLTQ4YjQtYWU4NC03NDBjMzdhMDg3OTcuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "Uri" : "https://REDACTED.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDVkMzI5YzdlZTU5NGU2ODk1NmVjYTc4M2VlZTFkYTIvbW9kZWxzL2VhODY0MzdjLTYzZWUtNDhiNC1hZTg0LTc0MGMzN2EwODc5Ny9lYTg2NDM3Yy02M2VlLTQ4YjQtYWU4NC03NDBjMzdhMDg3OTcuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "944b43d8-6b7d-44c4-b773-27dca67011d4" @@ -101,4 +101,4 @@ "Exception" : null } ], "variables" : [ ] -} \ No newline at end of file +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContent.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContent.json index ecd9afffecb89..4c86062443a88 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContent.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContent.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "dcb1cf7a-61d4-4d55-87d2-4a233e19301e", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b836817e-ddf5-4183-8766-92c32c56ff34", "Content-Type" : "image/jpeg" }, "Response" : { - "x-envoy-upstream-service-time" : "155", + "x-envoy-upstream-service-time" : "180", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "7a4cbfa3-2e89-4a88-a3e7-727318210ce7", + "apim-request-id" : "c8b99e0f-dcb7-4153-b5d4-6af64ff70e10", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/7a4cbfa3-2e89-4a88-a3e7-727318210ce7", - "Date" : "Thu, 06 Aug 2020 22:36:18 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c8b99e0f-dcb7-4153-b5d4-6af64ff70e10", + "Date" : "Wed, 16 Sep 2020 00:54:55 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/7a4cbfa3-2e89-4a88-a3e7-727318210ce7", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/c8b99e0f-dcb7-4153-b5d4-6af64ff70e10", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "91bcb9d2-6576-479e-bb5f-6b2fc1f40761" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "0744479f-608b-4266-bafa-78d7776ea25e" }, "Response" : { - "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "31", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "3f425b57-cfb6-41dc-97e8-ab80c21838d6", + "apim-request-id" : "281b1b9b-934b-4447-877f-18bec792ae28", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:36:18Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:24Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:36:24 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:55Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:59Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.982},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:55:00 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/7a4cbfa3-2e89-4a88-a3e7-727318210ce7", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/c8b99e0f-dcb7-4153-b5d4-6af64ff70e10", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "c50fa6ac-63aa-430b-8254-b3d82b5fd6f0" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "53ef9e50-8edb-4cc4-9c4c-24aabadb2714" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "bf22117f-bfde-4b1c-959a-c5d6f2f37f8a", + "apim-request-id" : "77ab89c7-32a9-4e05-8fa5-208b979eb5d5", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:36:18Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:24Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:36:24 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:55Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:59Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.982},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:55:00 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromDamagedPdf.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromDamagedPdf.json index 04b2798aa2f88..7ca1dd96778dc 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromDamagedPdf.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromDamagedPdf.json @@ -1,22 +1,22 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "51050fe5-9603-498c-90c0-4a94cee896e8", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "0fe911b6-b913-46e3-a215-c01cfc4dcb26", "Content-Type" : "application/pdf" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "3", + "x-envoy-upstream-service-time" : "9", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "6b97cd81-c01d-4c9a-99cf-8bdc54ed0dd2", + "apim-request-id" : "058d0a42-391e-4400-894b-2d7d127834f6", "retry-after" : "0", + "Content-Length" : "104", "StatusCode" : "400", "Body" : "{\"error\":{\"code\":\"InvalidImage\",\"message\":\"The input data is not a valid image or password protected.\"}}", - "Date" : "Thu, 06 Aug 2020 22:38:34 GMT", + "Date" : "Wed, 16 Sep 2020 00:53:30 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromDataMultiPage.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromDataMultiPage.json index 23f13c96da11e..b27b2e8db74fa 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromDataMultiPage.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromDataMultiPage.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "2623f044-4fc7-4c90-92b3-c59e9a3e51a2", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "0d398832-5a4f-4f44-9a22-eb1141b37cec", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "51", + "x-envoy-upstream-service-time" : "44", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "01ef3930-f2d8-44e3-a99e-25d6ad4a386f", + "apim-request-id" : "f776a0bd-7527-46d2-abbc-30d791d3afec", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/01ef3930-f2d8-44e3-a99e-25d6ad4a386f", - "Date" : "Thu, 06 Aug 2020 22:39:40 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/f776a0bd-7527-46d2-abbc-30d791d3afec", + "Date" : "Wed, 16 Sep 2020 00:52:03 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/01ef3930-f2d8-44e3-a99e-25d6ad4a386f", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/f776a0bd-7527-46d2-abbc-30d791d3afec", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "3d7c6fe8-2b14-4fc1-ad0c-1e47581aa446" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "9fce01dc-3be4-4382-a4d8-4dcc0be2c6b8" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "49", + "x-envoy-upstream-service-time" : "45", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a5cadc66-76bd-40cd-aa13-28d3d494e8c0", + "apim-request-id" : "9806f0fd-8107-4162-ba9d-9967df361b6f", "retry-after" : "0", + "Content-Length" : "28681", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:39:41Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:46Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3783,1.1217,2.3783,1.2812,0.8861,1.2812],\"text\":\"Company A Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6696,1.1242,1.7749,1.1242,1.7749,1.2473,1.6696,1.2473],\"text\":\"A\",\"confidence\":1},{\"boundingBox\":[1.8389,1.1217,2.3783,1.1217,2.3783,1.2485,1.8389,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"text\":\"Bilbo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4503,6.3392,1.4503,6.3392,1.5649,6.0164,1.5649],\"text\":\"Bilbo\",\"confidence\":1},{\"boundingBox\":[6.3960,1.4556,6.8967,1.4556,6.8967,1.5931,6.3960,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.6320,4.8981,6.6320,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 300.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.6320,4.9042,6.6320,5.0131,6.1794,5.0131],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2022,5.1245,6.2022,5.2333,5.5034,5.2333],\"text\":\"Tax: 30.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2022,5.1245,6.2022,5.2333,5.8360,5.2333],\"text\":\"30.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.2587,5.3412,6.2587,5.481,5.5034,5.481],\"text\":\"Tip: 100.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.2587,5.3445,6.2587,5.4533,5.8110,5.4533],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.3987,5.5583,6.3987,5.6733,5.5034,5.6733],\"text\":\"Total: 430.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.3987,5.5645,6.3987,5.6733,5.9420,5.6733],\"text\":\"430.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6553,3.8342,6.6553,3.8342,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Bilbo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6553,2.4278,6.6553,2.4278,6.7981,1.7470,6.7981],\"text\":\"____Bilbo\",\"confidence\":1},{\"boundingBox\":[2.4823,6.6581,3.8342,6.6581,3.8342,6.7981,2.4823,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}]},{\"page\":2,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]},{\"page\":3,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3734,1.1217,2.3734,1.2812,0.8861,1.2812],\"text\":\"Company B Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6836,1.1248,1.7640,1.1248,1.7640,1.2469,1.6836,1.2469],\"text\":\"B\",\"confidence\":1},{\"boundingBox\":[1.8336,1.1217,2.3734,1.1217,2.3734,1.2485,1.8336,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"text\":\"Frodo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4506,6.3895,1.4506,6.3895,1.5649,6.0164,1.5649],\"text\":\"Frodo\",\"confidence\":1},{\"boundingBox\":[6.4500,1.4556,6.9506,1.4556,6.9506,1.5931,6.4500,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.7158,4.8981,6.7158,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 3000.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"text\":\"3000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2887,5.1245,6.2887,5.2333,5.5034,5.2333],\"text\":\"Tax: 300.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2887,5.1245,6.2887,5.2333,5.8360,5.2333],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.3422,5.3412,6.3422,5.481,5.5034,5.481],\"text\":\"Tip: 1000.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.3422,5.3445,6.3422,5.4533,5.8110,5.4533],\"text\":\"1000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.4825,5.5583,6.4825,5.6733,5.5034,5.6733],\"text\":\"Total: 4300.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.4825,5.5645,6.4825,5.6733,5.9420,5.6733],\"text\":\"4300.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6556,3.8842,6.6556,3.8842,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Frodo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6556,2.4778,6.6556,2.4778,6.7981,1.7470,6.7981],\"text\":\"____Frodo\",\"confidence\":1},{\"boundingBox\":[2.5325,6.6581,3.8842,6.6581,3.8842,6.7981,2.5325,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/0/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/0/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/0/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/0/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/0/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/0/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/0/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/0/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/0/lines/33/words/0\"]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/2/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/2/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/2/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/2/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/2/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/2/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/2/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/2/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/2/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/2/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/2/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/2/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/2/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/2/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/2/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/2/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/2/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/2/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/2/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/2/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/2/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/2/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/2/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/2/lines/33/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:39:46 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:52:03Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:08Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3783,1.1217,2.3783,1.2812,0.8861,1.2812],\"text\":\"Company A Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6696,1.1242,1.7749,1.1242,1.7749,1.2473,1.6696,1.2473],\"text\":\"A\",\"confidence\":1},{\"boundingBox\":[1.8389,1.1217,2.3783,1.1217,2.3783,1.2485,1.8389,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"text\":\"Bilbo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4503,6.3392,1.4503,6.3392,1.5649,6.0164,1.5649],\"text\":\"Bilbo\",\"confidence\":1},{\"boundingBox\":[6.3960,1.4556,6.8967,1.4556,6.8967,1.5931,6.3960,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.6320,4.8981,6.6320,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 300.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.6320,4.9042,6.6320,5.0131,6.1794,5.0131],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2022,5.1245,6.2022,5.2333,5.5034,5.2333],\"text\":\"Tax: 30.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2022,5.1245,6.2022,5.2333,5.8360,5.2333],\"text\":\"30.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.2587,5.3412,6.2587,5.481,5.5034,5.481],\"text\":\"Tip: 100.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.2587,5.3445,6.2587,5.4533,5.8110,5.4533],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.3987,5.5583,6.3987,5.6733,5.5034,5.6733],\"text\":\"Total: 430.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.3987,5.5645,6.3987,5.6733,5.9420,5.6733],\"text\":\"430.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6553,3.8342,6.6553,3.8342,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Bilbo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6553,2.4278,6.6553,2.4278,6.7981,1.7470,6.7981],\"text\":\"____Bilbo\",\"confidence\":1},{\"boundingBox\":[2.4823,6.6581,3.8342,6.6581,3.8342,6.7981,2.4823,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,9.8745,1.1035,9.8745,1.1035,10.9943,0,10.9943],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4952,1.9659,10.4952,1.9659,10.9978,0,10.9978],\"confidence\":0.800,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0263,1.0499,0.0263,1.0499,1.0117,0,1.0117],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5064,9.9415,8.4985,9.9415,8.4985,11,7.5064,11],\"confidence\":0.553,\"state\":\"unselected\"}]},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3734,1.1217,2.3734,1.2812,0.8861,1.2812],\"text\":\"Company B Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6836,1.1248,1.7640,1.1248,1.7640,1.2469,1.6836,1.2469],\"text\":\"B\",\"confidence\":1},{\"boundingBox\":[1.8336,1.1217,2.3734,1.1217,2.3734,1.2485,1.8336,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"text\":\"Frodo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4506,6.3895,1.4506,6.3895,1.5649,6.0164,1.5649],\"text\":\"Frodo\",\"confidence\":1},{\"boundingBox\":[6.4500,1.4556,6.9506,1.4556,6.9506,1.5931,6.4500,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.7158,4.8981,6.7158,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 3000.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"text\":\"3000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2887,5.1245,6.2887,5.2333,5.5034,5.2333],\"text\":\"Tax: 300.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2887,5.1245,6.2887,5.2333,5.8360,5.2333],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.3422,5.3412,6.3422,5.481,5.5034,5.481],\"text\":\"Tip: 1000.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.3422,5.3445,6.3422,5.4533,5.8110,5.4533],\"text\":\"1000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.4825,5.5583,6.4825,5.6733,5.5034,5.6733],\"text\":\"Total: 4300.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.4825,5.5645,6.4825,5.6733,5.9420,5.6733],\"text\":\"4300.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6556,3.8842,6.6556,3.8842,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Frodo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6556,2.4778,6.6556,2.4778,6.7981,1.7470,6.7981],\"text\":\"____Frodo\",\"confidence\":1},{\"boundingBox\":[2.5325,6.6581,3.8842,6.6581,3.8842,6.7981,2.5325,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,9.8770,1.1039,9.8770,1.1039,10.9946,0,10.9946],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4980,1.9897,10.4980,1.9897,10.9975,0,10.9975],\"confidence\":0.833,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0268,1.0480,0.0268,1.0480,1.0107,0,1.0107],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[6.8221,10.6394,8.4766,10.6394,8.4766,11,6.8221,11],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5061,9.9417,8.4988,9.9417,8.4988,11,7.5061,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/0/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/0/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/0/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/0/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/0/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/0/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/0/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/0/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/0/lines/33/words/0\"]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/2/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/2/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/2/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/2/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/2/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/2/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/2/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/2/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/2/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/2/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/2/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/2/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/2/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/2/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/2/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/2/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/2/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/2/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/2/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/2/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/2/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/2/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/2/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/2/lines/33/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:52:09 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/01ef3930-f2d8-44e3-a99e-25d6ad4a386f", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/f776a0bd-7527-46d2-abbc-30d791d3afec", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "6b591e9c-907a-4810-8249-f4e92a7aaa6e" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4c4924fe-faa0-4164-bdd1-351f6d449986" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "36", + "x-envoy-upstream-service-time" : "56", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "dd7cf77d-8a70-46a9-b321-c352c209fefc", + "apim-request-id" : "b8c8effa-92de-4f13-95c9-ab4344e1648f", "retry-after" : "0", + "Content-Length" : "28681", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:39:41Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:46Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3783,1.1217,2.3783,1.2812,0.8861,1.2812],\"text\":\"Company A Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6696,1.1242,1.7749,1.1242,1.7749,1.2473,1.6696,1.2473],\"text\":\"A\",\"confidence\":1},{\"boundingBox\":[1.8389,1.1217,2.3783,1.1217,2.3783,1.2485,1.8389,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"text\":\"Bilbo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4503,6.3392,1.4503,6.3392,1.5649,6.0164,1.5649],\"text\":\"Bilbo\",\"confidence\":1},{\"boundingBox\":[6.3960,1.4556,6.8967,1.4556,6.8967,1.5931,6.3960,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.6320,4.8981,6.6320,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 300.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.6320,4.9042,6.6320,5.0131,6.1794,5.0131],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2022,5.1245,6.2022,5.2333,5.5034,5.2333],\"text\":\"Tax: 30.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2022,5.1245,6.2022,5.2333,5.8360,5.2333],\"text\":\"30.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.2587,5.3412,6.2587,5.481,5.5034,5.481],\"text\":\"Tip: 100.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.2587,5.3445,6.2587,5.4533,5.8110,5.4533],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.3987,5.5583,6.3987,5.6733,5.5034,5.6733],\"text\":\"Total: 430.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.3987,5.5645,6.3987,5.6733,5.9420,5.6733],\"text\":\"430.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6553,3.8342,6.6553,3.8342,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Bilbo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6553,2.4278,6.6553,2.4278,6.7981,1.7470,6.7981],\"text\":\"____Bilbo\",\"confidence\":1},{\"boundingBox\":[2.4823,6.6581,3.8342,6.6581,3.8342,6.7981,2.4823,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}]},{\"page\":2,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]},{\"page\":3,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3734,1.1217,2.3734,1.2812,0.8861,1.2812],\"text\":\"Company B Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6836,1.1248,1.7640,1.1248,1.7640,1.2469,1.6836,1.2469],\"text\":\"B\",\"confidence\":1},{\"boundingBox\":[1.8336,1.1217,2.3734,1.1217,2.3734,1.2485,1.8336,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"text\":\"Frodo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4506,6.3895,1.4506,6.3895,1.5649,6.0164,1.5649],\"text\":\"Frodo\",\"confidence\":1},{\"boundingBox\":[6.4500,1.4556,6.9506,1.4556,6.9506,1.5931,6.4500,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.7158,4.8981,6.7158,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 3000.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"text\":\"3000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2887,5.1245,6.2887,5.2333,5.5034,5.2333],\"text\":\"Tax: 300.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2887,5.1245,6.2887,5.2333,5.8360,5.2333],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.3422,5.3412,6.3422,5.481,5.5034,5.481],\"text\":\"Tip: 1000.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.3422,5.3445,6.3422,5.4533,5.8110,5.4533],\"text\":\"1000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.4825,5.5583,6.4825,5.6733,5.5034,5.6733],\"text\":\"Total: 4300.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.4825,5.5645,6.4825,5.6733,5.9420,5.6733],\"text\":\"4300.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6556,3.8842,6.6556,3.8842,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Frodo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6556,2.4778,6.6556,2.4778,6.7981,1.7470,6.7981],\"text\":\"____Frodo\",\"confidence\":1},{\"boundingBox\":[2.5325,6.6581,3.8842,6.6581,3.8842,6.7981,2.5325,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/0/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/0/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/0/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/0/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/0/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/0/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/0/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/0/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/0/lines/33/words/0\"]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/2/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/2/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/2/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/2/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/2/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/2/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/2/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/2/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/2/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/2/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/2/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/2/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/2/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/2/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/2/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/2/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/2/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/2/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/2/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/2/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/2/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/2/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/2/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/2/lines/33/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:39:46 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:52:03Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:08Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3783,1.1217,2.3783,1.2812,0.8861,1.2812],\"text\":\"Company A Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6696,1.1242,1.7749,1.1242,1.7749,1.2473,1.6696,1.2473],\"text\":\"A\",\"confidence\":1},{\"boundingBox\":[1.8389,1.1217,2.3783,1.1217,2.3783,1.2485,1.8389,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"text\":\"Bilbo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4503,6.3392,1.4503,6.3392,1.5649,6.0164,1.5649],\"text\":\"Bilbo\",\"confidence\":1},{\"boundingBox\":[6.3960,1.4556,6.8967,1.4556,6.8967,1.5931,6.3960,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.6320,4.8981,6.6320,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 300.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.6320,4.9042,6.6320,5.0131,6.1794,5.0131],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2022,5.1245,6.2022,5.2333,5.5034,5.2333],\"text\":\"Tax: 30.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2022,5.1245,6.2022,5.2333,5.8360,5.2333],\"text\":\"30.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.2587,5.3412,6.2587,5.481,5.5034,5.481],\"text\":\"Tip: 100.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.2587,5.3445,6.2587,5.4533,5.8110,5.4533],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.3987,5.5583,6.3987,5.6733,5.5034,5.6733],\"text\":\"Total: 430.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.3987,5.5645,6.3987,5.6733,5.9420,5.6733],\"text\":\"430.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6553,3.8342,6.6553,3.8342,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Bilbo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6553,2.4278,6.6553,2.4278,6.7981,1.7470,6.7981],\"text\":\"____Bilbo\",\"confidence\":1},{\"boundingBox\":[2.4823,6.6581,3.8342,6.6581,3.8342,6.7981,2.4823,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,9.8745,1.1035,9.8745,1.1035,10.9943,0,10.9943],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4952,1.9659,10.4952,1.9659,10.9978,0,10.9978],\"confidence\":0.800,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0263,1.0499,0.0263,1.0499,1.0117,0,1.0117],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5064,9.9415,8.4985,9.9415,8.4985,11,7.5064,11],\"confidence\":0.553,\"state\":\"unselected\"}]},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3734,1.1217,2.3734,1.2812,0.8861,1.2812],\"text\":\"Company B Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6836,1.1248,1.7640,1.1248,1.7640,1.2469,1.6836,1.2469],\"text\":\"B\",\"confidence\":1},{\"boundingBox\":[1.8336,1.1217,2.3734,1.1217,2.3734,1.2485,1.8336,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"text\":\"Frodo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4506,6.3895,1.4506,6.3895,1.5649,6.0164,1.5649],\"text\":\"Frodo\",\"confidence\":1},{\"boundingBox\":[6.4500,1.4556,6.9506,1.4556,6.9506,1.5931,6.4500,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.7158,4.8981,6.7158,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 3000.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"text\":\"3000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2887,5.1245,6.2887,5.2333,5.5034,5.2333],\"text\":\"Tax: 300.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2887,5.1245,6.2887,5.2333,5.8360,5.2333],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.3422,5.3412,6.3422,5.481,5.5034,5.481],\"text\":\"Tip: 1000.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.3422,5.3445,6.3422,5.4533,5.8110,5.4533],\"text\":\"1000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.4825,5.5583,6.4825,5.6733,5.5034,5.6733],\"text\":\"Total: 4300.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.4825,5.5645,6.4825,5.6733,5.9420,5.6733],\"text\":\"4300.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6556,3.8842,6.6556,3.8842,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Frodo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6556,2.4778,6.6556,2.4778,6.7981,1.7470,6.7981],\"text\":\"____Frodo\",\"confidence\":1},{\"boundingBox\":[2.5325,6.6581,3.8842,6.6581,3.8842,6.7981,2.5325,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,9.8770,1.1039,9.8770,1.1039,10.9946,0,10.9946],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4980,1.9897,10.4980,1.9897,10.9975,0,10.9975],\"confidence\":0.833,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0268,1.0480,0.0268,1.0480,1.0107,0,1.0107],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[6.8221,10.6394,8.4766,10.6394,8.4766,11,6.8221,11],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5061,9.9417,8.4988,9.9417,8.4988,11,7.5061,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/0/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/0/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/0/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/0/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/0/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/0/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/0/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/0/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/0/lines/33/words/0\"]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/2/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/2/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/2/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/2/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/2/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/2/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/2/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/2/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/2/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/2/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/2/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/2/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/2/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/2/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/2/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/2/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/2/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/2/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/2/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/2/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/2/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/2/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/2/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/2/lines/33/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:52:09 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrl.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrl.json index 62f988039119c..69f84334406c6 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrl.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrl.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "d9beb71e-365c-406d-80ec-af88b232caa1", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c2eaee59-3593-4c89-bc9d-108a0747e842", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "577", + "x-envoy-upstream-service-time" : "282", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "042181d5-0826-491b-bfde-8c9abad9d433", + "apim-request-id" : "84867311-5f2d-4fa0-a068-bc6662dd1f58", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/042181d5-0826-491b-bfde-8c9abad9d433", - "Date" : "Thu, 06 Aug 2020 22:40:06 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/84867311-5f2d-4fa0-a068-bc6662dd1f58", + "Date" : "Wed, 16 Sep 2020 00:51:44 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/042181d5-0826-491b-bfde-8c9abad9d433", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/84867311-5f2d-4fa0-a068-bc6662dd1f58", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "ac4f3f2b-2b26-4265-a97b-e1a02ee9adf7" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4b452c13-6f5f-4426-a82d-e8a92058323f" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "25", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f3002b7c-f920-46ce-9401-a3fd0c924074", + "apim-request-id" : "3019dc14-61f0-446c-b32f-c17e275bf11a", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:40:06Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:11Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:40:11 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:45Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:48Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.982},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:50 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/042181d5-0826-491b-bfde-8c9abad9d433", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/84867311-5f2d-4fa0-a068-bc6662dd1f58", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "9ccd5b6c-cc28-43c3-b7a4-5108fe2c9856" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f1026018-f4a6-4438-97fb-28b785e07325" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "59", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "e2bcddc2-6152-46da-a388-fb338be83ba8", + "apim-request-id" : "8ca00912-52e2-4dbb-b574-0d1bd4581efa", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:40:06Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:11Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:40:11 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:45Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:48Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.982},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:50 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlMultiPage.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlMultiPage.json index 75fcd87a741a9..f7748098212a6 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlMultiPage.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlMultiPage.json @@ -1,61 +1,81 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "137a9326-4937-4133-a20f-1fbb090afc60", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "79e78288-4e51-4bbd-8e30-7662107b1499", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "335", + "x-envoy-upstream-service-time" : "155", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f195c97d-3560-4f6b-a5b5-73988d3d15d4", + "apim-request-id" : "8eb390bf-8908-45da-b83a-83e8c3529bd1", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/f195c97d-3560-4f6b-a5b5-73988d3d15d4", - "Date" : "Thu, 06 Aug 2020 22:38:35 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/8eb390bf-8908-45da-b83a-83e8c3529bd1", + "Date" : "Wed, 16 Sep 2020 00:53:18 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/f195c97d-3560-4f6b-a5b5-73988d3d15d4", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/8eb390bf-8908-45da-b83a-83e8c3529bd1", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "ab63712e-d6a3-4034-9cdd-6ac59be9280a" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "18e3b484-a72b-418f-b779-113cc14db27a" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "40", + "x-envoy-upstream-service-time" : "15", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "e0c7e499-a919-4162-b43a-3bcdcb655c05", + "apim-request-id" : "81f84d36-21eb-4cdb-afd2-82dadec51d4b", "retry-after" : "0", + "Content-Length" : "106", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:38:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:40Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3783,1.1217,2.3783,1.2812,0.8861,1.2812],\"text\":\"Company A Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6696,1.1242,1.7749,1.1242,1.7749,1.2473,1.6696,1.2473],\"text\":\"A\",\"confidence\":1},{\"boundingBox\":[1.8389,1.1217,2.3783,1.1217,2.3783,1.2485,1.8389,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"text\":\"Bilbo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4503,6.3392,1.4503,6.3392,1.5649,6.0164,1.5649],\"text\":\"Bilbo\",\"confidence\":1},{\"boundingBox\":[6.3960,1.4556,6.8967,1.4556,6.8967,1.5931,6.3960,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.6320,4.8981,6.6320,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 300.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.6320,4.9042,6.6320,5.0131,6.1794,5.0131],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2022,5.1245,6.2022,5.2333,5.5034,5.2333],\"text\":\"Tax: 30.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2022,5.1245,6.2022,5.2333,5.8360,5.2333],\"text\":\"30.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.2587,5.3412,6.2587,5.481,5.5034,5.481],\"text\":\"Tip: 100.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.2587,5.3445,6.2587,5.4533,5.8110,5.4533],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.3987,5.5583,6.3987,5.6733,5.5034,5.6733],\"text\":\"Total: 430.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.3987,5.5645,6.3987,5.6733,5.9420,5.6733],\"text\":\"430.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6553,3.8342,6.6553,3.8342,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Bilbo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6553,2.4278,6.6553,2.4278,6.7981,1.7470,6.7981],\"text\":\"____Bilbo\",\"confidence\":1},{\"boundingBox\":[2.4823,6.6581,3.8342,6.6581,3.8342,6.7981,2.4823,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}]},{\"page\":2,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]},{\"page\":3,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3734,1.1217,2.3734,1.2812,0.8861,1.2812],\"text\":\"Company B Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6836,1.1248,1.7640,1.1248,1.7640,1.2469,1.6836,1.2469],\"text\":\"B\",\"confidence\":1},{\"boundingBox\":[1.8336,1.1217,2.3734,1.1217,2.3734,1.2485,1.8336,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"text\":\"Frodo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4506,6.3895,1.4506,6.3895,1.5649,6.0164,1.5649],\"text\":\"Frodo\",\"confidence\":1},{\"boundingBox\":[6.4500,1.4556,6.9506,1.4556,6.9506,1.5931,6.4500,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.7158,4.8981,6.7158,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 3000.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"text\":\"3000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2887,5.1245,6.2887,5.2333,5.5034,5.2333],\"text\":\"Tax: 300.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2887,5.1245,6.2887,5.2333,5.8360,5.2333],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.3422,5.3412,6.3422,5.481,5.5034,5.481],\"text\":\"Tip: 1000.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.3422,5.3445,6.3422,5.4533,5.8110,5.4533],\"text\":\"1000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.4825,5.5583,6.4825,5.6733,5.5034,5.6733],\"text\":\"Total: 4300.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.4825,5.5645,6.4825,5.6733,5.9420,5.6733],\"text\":\"4300.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6556,3.8842,6.6556,3.8842,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Frodo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6556,2.4778,6.6556,2.4778,6.7981,1.7470,6.7981],\"text\":\"____Frodo\",\"confidence\":1},{\"boundingBox\":[2.5325,6.6581,3.8842,6.6581,3.8842,6.7981,2.5325,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/0/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/0/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/0/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/0/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/0/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/0/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/0/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/0/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/0/lines/33/words/0\"]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/2/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/2/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/2/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/2/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/2/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/2/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/2/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/2/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/2/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/2/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/2/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/2/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/2/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/2/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/2/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/2/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/2/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/2/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/2/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/2/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/2/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/2/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/2/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/2/lines/33/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:38:40 GMT", + "Body" : "{\"status\":\"running\",\"createdDateTime\":\"2020-09-16T00:53:18Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:23Z\"}", + "Date" : "Wed, 16 Sep 2020 00:53:23 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/f195c97d-3560-4f6b-a5b5-73988d3d15d4", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/8eb390bf-8908-45da-b83a-83e8c3529bd1", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "3a06e1e6-9d89-4049-b4f2-2f8d1b7c4191" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e0d8bebe-75bb-41ea-869e-3bd166898b20" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "69", + "x-envoy-upstream-service-time" : "37", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ae5bdbe6-cfd8-4285-8508-4032329271df", + "apim-request-id" : "61818c14-dc22-4c85-9eec-9952af4aa0ac", "retry-after" : "0", + "Content-Length" : "28681", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:38:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:40Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3783,1.1217,2.3783,1.2812,0.8861,1.2812],\"text\":\"Company A Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6696,1.1242,1.7749,1.1242,1.7749,1.2473,1.6696,1.2473],\"text\":\"A\",\"confidence\":1},{\"boundingBox\":[1.8389,1.1217,2.3783,1.1217,2.3783,1.2485,1.8389,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"text\":\"Bilbo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4503,6.3392,1.4503,6.3392,1.5649,6.0164,1.5649],\"text\":\"Bilbo\",\"confidence\":1},{\"boundingBox\":[6.3960,1.4556,6.8967,1.4556,6.8967,1.5931,6.3960,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.6320,4.8981,6.6320,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 300.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.6320,4.9042,6.6320,5.0131,6.1794,5.0131],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2022,5.1245,6.2022,5.2333,5.5034,5.2333],\"text\":\"Tax: 30.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2022,5.1245,6.2022,5.2333,5.8360,5.2333],\"text\":\"30.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.2587,5.3412,6.2587,5.481,5.5034,5.481],\"text\":\"Tip: 100.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.2587,5.3445,6.2587,5.4533,5.8110,5.4533],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.3987,5.5583,6.3987,5.6733,5.5034,5.6733],\"text\":\"Total: 430.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.3987,5.5645,6.3987,5.6733,5.9420,5.6733],\"text\":\"430.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6553,3.8342,6.6553,3.8342,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Bilbo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6553,2.4278,6.6553,2.4278,6.7981,1.7470,6.7981],\"text\":\"____Bilbo\",\"confidence\":1},{\"boundingBox\":[2.4823,6.6581,3.8342,6.6581,3.8342,6.7981,2.4823,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}]},{\"page\":2,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]},{\"page\":3,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3734,1.1217,2.3734,1.2812,0.8861,1.2812],\"text\":\"Company B Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6836,1.1248,1.7640,1.1248,1.7640,1.2469,1.6836,1.2469],\"text\":\"B\",\"confidence\":1},{\"boundingBox\":[1.8336,1.1217,2.3734,1.1217,2.3734,1.2485,1.8336,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"text\":\"Frodo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4506,6.3895,1.4506,6.3895,1.5649,6.0164,1.5649],\"text\":\"Frodo\",\"confidence\":1},{\"boundingBox\":[6.4500,1.4556,6.9506,1.4556,6.9506,1.5931,6.4500,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.7158,4.8981,6.7158,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 3000.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"text\":\"3000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2887,5.1245,6.2887,5.2333,5.5034,5.2333],\"text\":\"Tax: 300.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2887,5.1245,6.2887,5.2333,5.8360,5.2333],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.3422,5.3412,6.3422,5.481,5.5034,5.481],\"text\":\"Tip: 1000.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.3422,5.3445,6.3422,5.4533,5.8110,5.4533],\"text\":\"1000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.4825,5.5583,6.4825,5.6733,5.5034,5.6733],\"text\":\"Total: 4300.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.4825,5.5645,6.4825,5.6733,5.9420,5.6733],\"text\":\"4300.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6556,3.8842,6.6556,3.8842,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Frodo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6556,2.4778,6.6556,2.4778,6.7981,1.7470,6.7981],\"text\":\"____Frodo\",\"confidence\":1},{\"boundingBox\":[2.5325,6.6581,3.8842,6.6581,3.8842,6.7981,2.5325,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/0/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/0/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/0/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/0/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/0/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/0/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/0/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/0/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/0/lines/33/words/0\"]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/2/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/2/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/2/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/2/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/2/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/2/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/2/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/2/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/2/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/2/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/2/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/2/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/2/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/2/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/2/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/2/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/2/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/2/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/2/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/2/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/2/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/2/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/2/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/2/lines/33/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:38:40 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:53:18Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:25Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3783,1.1217,2.3783,1.2812,0.8861,1.2812],\"text\":\"Company A Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6696,1.1242,1.7749,1.1242,1.7749,1.2473,1.6696,1.2473],\"text\":\"A\",\"confidence\":1},{\"boundingBox\":[1.8389,1.1217,2.3783,1.1217,2.3783,1.2485,1.8389,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"text\":\"Bilbo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4503,6.3392,1.4503,6.3392,1.5649,6.0164,1.5649],\"text\":\"Bilbo\",\"confidence\":1},{\"boundingBox\":[6.3960,1.4556,6.8967,1.4556,6.8967,1.5931,6.3960,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.6320,4.8981,6.6320,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 300.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.6320,4.9042,6.6320,5.0131,6.1794,5.0131],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2022,5.1245,6.2022,5.2333,5.5034,5.2333],\"text\":\"Tax: 30.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2022,5.1245,6.2022,5.2333,5.8360,5.2333],\"text\":\"30.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.2587,5.3412,6.2587,5.481,5.5034,5.481],\"text\":\"Tip: 100.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.2587,5.3445,6.2587,5.4533,5.8110,5.4533],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.3987,5.5583,6.3987,5.6733,5.5034,5.6733],\"text\":\"Total: 430.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.3987,5.5645,6.3987,5.6733,5.9420,5.6733],\"text\":\"430.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6553,3.8342,6.6553,3.8342,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Bilbo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6553,2.4278,6.6553,2.4278,6.7981,1.7470,6.7981],\"text\":\"____Bilbo\",\"confidence\":1},{\"boundingBox\":[2.4823,6.6581,3.8342,6.6581,3.8342,6.7981,2.4823,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,9.8745,1.1035,9.8745,1.1035,10.9943,0,10.9943],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4952,1.9659,10.4952,1.9659,10.9978,0,10.9978],\"confidence\":0.800,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0263,1.0499,0.0263,1.0499,1.0117,0,1.0117],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5064,9.9415,8.4985,9.9415,8.4985,11,7.5064,11],\"confidence\":0.553,\"state\":\"unselected\"}]},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3734,1.1217,2.3734,1.2812,0.8861,1.2812],\"text\":\"Company B Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6836,1.1248,1.7640,1.1248,1.7640,1.2469,1.6836,1.2469],\"text\":\"B\",\"confidence\":1},{\"boundingBox\":[1.8336,1.1217,2.3734,1.1217,2.3734,1.2485,1.8336,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"text\":\"Frodo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4506,6.3895,1.4506,6.3895,1.5649,6.0164,1.5649],\"text\":\"Frodo\",\"confidence\":1},{\"boundingBox\":[6.4500,1.4556,6.9506,1.4556,6.9506,1.5931,6.4500,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.7158,4.8981,6.7158,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 3000.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"text\":\"3000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2887,5.1245,6.2887,5.2333,5.5034,5.2333],\"text\":\"Tax: 300.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2887,5.1245,6.2887,5.2333,5.8360,5.2333],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.3422,5.3412,6.3422,5.481,5.5034,5.481],\"text\":\"Tip: 1000.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.3422,5.3445,6.3422,5.4533,5.8110,5.4533],\"text\":\"1000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.4825,5.5583,6.4825,5.6733,5.5034,5.6733],\"text\":\"Total: 4300.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.4825,5.5645,6.4825,5.6733,5.9420,5.6733],\"text\":\"4300.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6556,3.8842,6.6556,3.8842,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Frodo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6556,2.4778,6.6556,2.4778,6.7981,1.7470,6.7981],\"text\":\"____Frodo\",\"confidence\":1},{\"boundingBox\":[2.5325,6.6581,3.8842,6.6581,3.8842,6.7981,2.5325,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,9.8770,1.1039,9.8770,1.1039,10.9946,0,10.9946],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4980,1.9897,10.4980,1.9897,10.9975,0,10.9975],\"confidence\":0.833,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0268,1.0480,0.0268,1.0480,1.0107,0,1.0107],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[6.8221,10.6394,8.4766,10.6394,8.4766,11,6.8221,11],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5061,9.9417,8.4988,9.9417,8.4988,11,7.5061,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/0/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/0/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/0/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/0/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/0/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/0/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/0/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/0/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/0/lines/33/words/0\"]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/2/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/2/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/2/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/2/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/2/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/2/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/2/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/2/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/2/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/2/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/2/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/2/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/2/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/2/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/2/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/2/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/2/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/2/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/2/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/2/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/2/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/2/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/2/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/2/lines/33/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:53:29 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/8eb390bf-8908-45da-b83a-83e8c3529bd1", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "bdb5dfa5-7f0c-4dd2-9865-592d0bdb427e" + }, + "Response" : { + "x-envoy-upstream-service-time" : "35", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "b3bfa36f-a629-4a6f-8611-109f4cd526ef", + "retry-after" : "0", + "Content-Length" : "28681", + "StatusCode" : "200", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:53:18Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:25Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3783,1.1217,2.3783,1.2812,0.8861,1.2812],\"text\":\"Company A Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6696,1.1242,1.7749,1.1242,1.7749,1.2473,1.6696,1.2473],\"text\":\"A\",\"confidence\":1},{\"boundingBox\":[1.8389,1.1217,2.3783,1.1217,2.3783,1.2485,1.8389,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"text\":\"Bilbo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4503,6.3392,1.4503,6.3392,1.5649,6.0164,1.5649],\"text\":\"Bilbo\",\"confidence\":1},{\"boundingBox\":[6.3960,1.4556,6.8967,1.4556,6.8967,1.5931,6.3960,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.2116,3.3202,3.2116,3.3202,3.3176,3.2589,3.3176],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.7784,3.2108,5.7784,3.3190,5.4232,3.3190],\"text\":\"10.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.3199,3.4241,3.3199,3.5310,3.2541,3.5310],\"text\":\"2\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.7789,3.4241,5.7789,3.5323,5.4232,3.5323],\"text\":\"14.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,3.6351,3.3244,3.6351,3.3244,3.7413,3.2486,3.7413],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.7800,3.6341,5.7800,3.7423,5.4232,3.7423],\"text\":\"15.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"words\":[{\"boundingBox\":[3.2589,3.8450,3.3202,3.8450,3.3202,3.9510,3.2589,3.9510],\"text\":\"1\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.7809,3.8441,5.7809,3.9523,5.4232,3.9523],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"words\":[{\"boundingBox\":[3.2486,4.0556,3.3244,4.0556,3.3244,4.1617,3.2486,4.1617],\"text\":\"4\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.7810,4.0546,5.7810,4.1627,5.4232,4.1627],\"text\":\"10.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.3226,4.2646,3.3226,4.3727,3.2534,4.3727],\"text\":\"6\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"text\":\"12.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.3224,4.4746,3.3224,4.5827,3.2514,4.5827],\"text\":\"8\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.7810,4.4746,5.7810,4.5827,5.4184,4.5827],\"text\":\"22.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.6320,4.8981,6.6320,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 300.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.6320,4.9042,6.6320,5.0131,6.1794,5.0131],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2022,5.1245,6.2022,5.2333,5.5034,5.2333],\"text\":\"Tax: 30.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2022,5.1245,6.2022,5.2333,5.8360,5.2333],\"text\":\"30.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.2587,5.3412,6.2587,5.481,5.5034,5.481],\"text\":\"Tip: 100.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.2587,5.3445,6.2587,5.4533,5.8110,5.4533],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.3987,5.5583,6.3987,5.6733,5.5034,5.6733],\"text\":\"Total: 430.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.3987,5.5645,6.3987,5.6733,5.9420,5.6733],\"text\":\"430.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6553,3.8342,6.6553,3.8342,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Bilbo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6553,2.4278,6.6553,2.4278,6.7981,1.7470,6.7981],\"text\":\"____Bilbo\",\"confidence\":1},{\"boundingBox\":[2.4823,6.6581,3.8342,6.6581,3.8342,6.7981,2.4823,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,9.8745,1.1035,9.8745,1.1035,10.9943,0,10.9943],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4952,1.9659,10.4952,1.9659,10.9978,0,10.9978],\"confidence\":0.800,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0263,1.0499,0.0263,1.0499,1.0117,0,1.0117],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5064,9.9415,8.4985,9.9415,8.4985,11,7.5064,11],\"confidence\":0.553,\"state\":\"unselected\"}]},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.8861,1.1217,2.3734,1.1217,2.3734,1.2812,0.8861,1.2812],\"text\":\"Company B Invoice\",\"words\":[{\"boundingBox\":[0.8861,1.1232,1.6203,1.1232,1.6203,1.2812,0.8861,1.2812],\"text\":\"Company\",\"confidence\":1},{\"boundingBox\":[1.6836,1.1248,1.7640,1.1248,1.7640,1.2469,1.6836,1.2469],\"text\":\"B\",\"confidence\":1},{\"boundingBox\":[1.8336,1.1217,2.3734,1.1217,2.3734,1.2485,1.8336,1.2485],\"text\":\"Invoice\",\"confidence\":1}]},{\"boundingBox\":[6.0211,1.0656,7.0357,1.0656,7.0357,1.2121,6.0211,1.2121],\"text\":\"Invoice For:\",\"words\":[{\"boundingBox\":[6.0211,1.0656,6.6362,1.0656,6.6362,1.2121,6.0211,1.2121],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[6.7147,1.0691,7.0357,1.0691,7.0357,1.2121,6.7147,1.2121],\"text\":\"For:\",\"confidence\":1}]},{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.8791,1.4825,1.5657,1.4825,1.5657,1.6155,0.8791,1.6155],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"text\":\"Frodo Baggins\",\"words\":[{\"boundingBox\":[6.0164,1.4506,6.3895,1.4506,6.3895,1.5649,6.0164,1.5649],\"text\":\"Frodo\",\"confidence\":1},{\"boundingBox\":[6.4500,1.4556,6.9506,1.4556,6.9506,1.5931,6.4500,1.5931],\"text\":\"Baggins\",\"confidence\":1}]},{\"boundingBox\":[6.0165,1.6707,7.1006,1.6707,7.1006,1.7854,6.0165,1.7854],\"text\":\"123 Hobbit Lane\",\"words\":[{\"boundingBox\":[6.0165,1.6772,6.2434,1.6772,6.2434,1.7854,6.0165,1.7854],\"text\":\"123\",\"confidence\":1},{\"boundingBox\":[6.3033,1.6707,6.7463,1.6707,6.7463,1.7854,6.3033,1.7854],\"text\":\"Hobbit\",\"confidence\":1},{\"boundingBox\":[6.8030,1.6782,7.1006,1.6782,7.1006,1.7854,6.8030,1.7854],\"text\":\"Lane\",\"confidence\":1}]},{\"boundingBox\":[0.8852,1.8460,1.713,1.8460,1.713,1.9554,0.8852,1.9554],\"text\":\"567 Main St.\",\"words\":[{\"boundingBox\":[0.8852,1.8472,1.1203,1.8472,1.1203,1.9554,0.8852,1.9554],\"text\":\"567\",\"confidence\":1},{\"boundingBox\":[1.1777,1.8460,1.5022,1.8460,1.5022,1.9554,1.1777,1.9554],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5558,1.8472,1.713,1.8472,1.713,1.9554,1.5558,1.9554],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[6.0164,1.8910,6.9793,1.8910,6.9793,2.0275,6.0164,2.0275],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[6.0164,1.8910,6.6861,1.8910,6.6861,2.0275,6.0164,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[6.7408,1.8982,6.9793,1.8982,6.9793,2.0044,6.7408,2.0044],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[0.891,2.0610,1.8537,2.0610,1.8537,2.1975,0.891,2.1975],\"text\":\"Redmond, WA\",\"words\":[{\"boundingBox\":[0.891,2.0610,1.5605,2.0610,1.5605,2.1975,0.891,2.1975],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.6152,2.0682,1.8537,2.0682,1.8537,2.1744,1.6152,2.1744],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"words\":[{\"boundingBox\":[0.8852,2.2887,1.8119,2.2887,1.8119,2.3954,0.8852,2.3954],\"text\":\"555-555-5555\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"words\":[{\"boundingBox\":[1.0943,3.0018,1.3842,3.0018,1.3842,3.1090,1.0943,3.1090],\"text\":\"Item\",\"confidence\":1}]},{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[3.2527,2.9996,3.8367,2.9996,3.8367,3.1371,3.2527,3.1371],\"text\":\"Quantity\",\"confidence\":1}]},{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"words\":[{\"boundingBox\":[5.4230,2.9996,5.7372,2.9996,5.7372,3.1090,5.4230,3.1090],\"text\":\"Price\",\"confidence\":1}]},{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"words\":[{\"boundingBox\":[1.0832,3.2118,1.174,3.2118,1.174,3.3180,1.0832,3.3180],\"text\":\"A\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.2108,3.4067,3.2108,3.4067,3.3190,3.2589,3.3190],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"words\":[{\"boundingBox\":[5.4232,3.2108,5.8617,3.2108,5.8617,3.3190,5.4232,3.3190],\"text\":\"100.99\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"words\":[{\"boundingBox\":[1.0943,3.4256,1.1637,3.4256,1.1637,3.5310,1.0943,3.5310],\"text\":\"B\",\"confidence\":1}]},{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"words\":[{\"boundingBox\":[3.2541,3.4241,3.4067,3.4241,3.4067,3.5323,3.2541,3.5323],\"text\":\"20\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"words\":[{\"boundingBox\":[5.4232,3.4241,5.8622,3.4241,5.8622,3.5323,5.4232,3.5323],\"text\":\"140.67\",\"confidence\":1}]},{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"words\":[{\"boundingBox\":[1.0882,3.6343,1.1647,3.6343,1.1647,3.7421,1.0882,3.7421],\"text\":\"C\",\"confidence\":1}]},{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,3.6341,3.4067,3.6341,3.4067,3.7423,3.2486,3.7423],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"words\":[{\"boundingBox\":[5.4232,3.6341,5.8634,3.6341,5.8634,3.7423,5.4232,3.7423],\"text\":\"150.66\",\"confidence\":1}]},{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"words\":[{\"boundingBox\":[1.0943,3.8456,1.1753,3.8456,1.1753,3.9510,1.0943,3.9510],\"text\":\"D\",\"confidence\":1}]},{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"words\":[{\"boundingBox\":[3.2589,3.8441,3.4067,3.8441,3.4067,3.9523,3.2589,3.9523],\"text\":\"10\",\"confidence\":1}]},{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,3.8441,5.8642,3.8441,5.8642,3.9523,5.4232,3.9523],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"words\":[{\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"text\":\"E\",\"confidence\":1}]},{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"words\":[{\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"text\":\"40\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"text\":\"100.00\",\"confidence\":1}]},{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"words\":[{\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"text\":\"F\",\"confidence\":1}]},{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"words\":[{\"boundingBox\":[3.2534,4.2646,3.4067,4.2646,3.4067,4.3727,3.2534,4.3727],\"text\":\"60\",\"confidence\":1}]},{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"words\":[{\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"text\":\"120.00\",\"confidence\":1}]},{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"words\":[{\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"text\":\"G\",\"confidence\":1}]},{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"words\":[{\"boundingBox\":[3.2514,4.4746,3.4067,4.4746,3.4067,4.5827,3.2514,4.5827],\"text\":\"80\",\"confidence\":1}]},{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"words\":[{\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"text\":\"220.00\",\"confidence\":1}]},{\"boundingBox\":[5.5075,4.8981,6.7158,4.8981,6.7158,5.0131,5.5075,5.0131],\"text\":\"Subtotal: 3000.00\",\"words\":[{\"boundingBox\":[5.5075,4.8981,6.1249,4.8981,6.1249,5.0131,5.5075,5.0131],\"text\":\"Subtotal:\",\"confidence\":1},{\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"text\":\"3000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.1245,6.2887,5.1245,6.2887,5.2333,5.5034,5.2333],\"text\":\"Tax: 300.00\",\"words\":[{\"boundingBox\":[5.5034,5.1263,5.7812,5.1263,5.7812,5.2333,5.5034,5.2333],\"text\":\"Tax:\",\"confidence\":1},{\"boundingBox\":[5.8360,5.1245,6.2887,5.1245,6.2887,5.2333,5.8360,5.2333],\"text\":\"300.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.3412,6.3422,5.3412,6.3422,5.481,5.5034,5.481],\"text\":\"Tip: 1000.00\",\"words\":[{\"boundingBox\":[5.5034,5.3412,5.7515,5.3412,5.7515,5.481,5.5034,5.481],\"text\":\"Tip:\",\"confidence\":1},{\"boundingBox\":[5.8110,5.3445,6.3422,5.3445,6.3422,5.4533,5.8110,5.4533],\"text\":\"1000.00\",\"confidence\":1}]},{\"boundingBox\":[5.5034,5.5583,6.4825,5.5583,6.4825,5.6733,5.5034,5.6733],\"text\":\"Total: 4300.00\",\"words\":[{\"boundingBox\":[5.5034,5.5583,5.8915,5.5583,5.8915,5.6733,5.5034,5.6733],\"text\":\"Total:\",\"confidence\":1},{\"boundingBox\":[5.9420,5.5645,6.4825,5.5645,6.4825,5.6733,5.9420,5.6733],\"text\":\"4300.00\",\"confidence\":1}]},{\"boundingBox\":[1.0055,6.6556,3.8842,6.6556,3.8842,6.7981,1.0055,6.7981],\"text\":\"Signature: ____Frodo Baggins__________\",\"words\":[{\"boundingBox\":[1.0055,6.6581,1.6987,6.6581,1.6987,6.7981,1.0055,6.7981],\"text\":\"Signature:\",\"confidence\":1},{\"boundingBox\":[1.7470,6.6556,2.4778,6.6556,2.4778,6.7981,1.7470,6.7981],\"text\":\"____Frodo\",\"confidence\":1},{\"boundingBox\":[2.5325,6.6581,3.8842,6.6581,3.8842,6.7981,2.5325,6.7981],\"text\":\"Baggins__________\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,9.8770,1.1039,9.8770,1.1039,10.9946,0,10.9946],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4980,1.9897,10.4980,1.9897,10.9975,0,10.9975],\"confidence\":0.833,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0268,1.0480,0.0268,1.0480,1.0107,0,1.0107],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[6.8221,10.6394,8.4766,10.6394,8.4766,11,6.8221,11],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5061,9.9417,8.4988,9.9417,8.4988,11,7.5061,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/0/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/0/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/0/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/0/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/0/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/0/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/0/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/0/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/0/lines/33/words/0\"]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543],\"elements\":[\"#/readResults/2/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543],\"elements\":[\"#/readResults/2/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543],\"elements\":[\"#/readResults/2/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643],\"elements\":[\"#/readResults/2/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643],\"elements\":[\"#/readResults/2/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643],\"elements\":[\"#/readResults/2/lines/15/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776],\"elements\":[\"#/readResults/2/lines/16/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776],\"elements\":[\"#/readResults/2/lines/17/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776],\"elements\":[\"#/readResults/2/lines/18/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876],\"elements\":[\"#/readResults/2/lines/19/words/0\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876],\"elements\":[\"#/readResults/2/lines/20/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876],\"elements\":[\"#/readResults/2/lines/21/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976],\"elements\":[\"#/readResults/2/lines/22/words/0\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976],\"elements\":[\"#/readResults/2/lines/23/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976],\"elements\":[\"#/readResults/2/lines/24/words/0\"]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081],\"elements\":[\"#/readResults/2/lines/25/words/0\"]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081],\"elements\":[\"#/readResults/2/lines/26/words/0\"]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081],\"elements\":[\"#/readResults/2/lines/27/words/0\"]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181],\"elements\":[\"#/readResults/2/lines/28/words/0\"]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181],\"elements\":[\"#/readResults/2/lines/29/words/0\"]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181],\"elements\":[\"#/readResults/2/lines/30/words/0\"]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281],\"elements\":[\"#/readResults/2/lines/31/words/0\"]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281],\"elements\":[\"#/readResults/2/lines/32/words/0\"]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281],\"elements\":[\"#/readResults/2/lines/33/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:53:28 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlWithEncodedBlankSpaceSourceUrl.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlWithEncodedBlankSpaceSourceUrl.json index 37c33467caaa0..1b399c689e962 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlWithEncodedBlankSpaceSourceUrl.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlWithEncodedBlankSpaceSourceUrl.json @@ -1,22 +1,22 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "6a80ff16-b647-4657-92f2-dea69f17cdf3", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b53e1ccf-9c5e-4a13-9b3a-1ad4279e1711", "Content-Type" : "application/json" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "410", + "x-envoy-upstream-service-time" : "1168", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "0a5eb2d0-e6fb-4867-9fba-df6a568ba76d", + "apim-request-id" : "0ba26d26-91cd-48a1-afd7-11529f6bb3bc", "retry-after" : "0", + "Content-Length" : "95", "StatusCode" : "400", "Body" : "{\"error\":{\"code\":\"FailedToDownloadImage\",\"message\":\"Failed to download image from input URL.\"}}", - "Date" : "Thu, 06 Aug 2020 22:38:34 GMT", + "Date" : "Wed, 16 Sep 2020 00:53:31 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlWithPdf.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlWithPdf.json index 15e48a6b961cc..13b1b2cd10d1d 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlWithPdf.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentFromUrlWithPdf.json @@ -1,61 +1,81 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "4f634f2a-35a2-4eb5-8465-8a7fc59d22c3", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "3c6e3c15-084a-4316-a795-88ebbc8c9a69", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "539", + "x-envoy-upstream-service-time" : "192", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "b5be9944-12c2-46a4-8449-6f0774e8bd5e", + "apim-request-id" : "8b1d3ef9-30fb-4afb-bded-0ded05da9a81", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/b5be9944-12c2-46a4-8449-6f0774e8bd5e", - "Date" : "Thu, 06 Aug 2020 22:32:43 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/8b1d3ef9-30fb-4afb-bded-0ded05da9a81", + "Date" : "Wed, 16 Sep 2020 00:54:23 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/b5be9944-12c2-46a4-8449-6f0774e8bd5e", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/8b1d3ef9-30fb-4afb-bded-0ded05da9a81", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "37d6e785-aa47-480e-a0c8-6115811e789b" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "0cd7b854-728b-4e59-972b-ec6c5fce2060" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "20", + "x-envoy-upstream-service-time" : "8", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f7009977-22b6-4b8d-946c-21e3ae4a4c0e", + "apim-request-id" : "d539bfdd-df19-4173-84e4-a224db6acc31", "retry-after" : "0", + "Content-Length" : "106", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:32:44Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:49Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5384,1.1583,1.4466,1.1583,1.4466,1.3534,0.5384,1.3534],\"text\":\"Contoso\",\"words\":[{\"boundingBox\":[0.5384,1.1583,1.4466,1.1583,1.4466,1.3534,0.5384,1.3534],\"text\":\"Contoso\",\"confidence\":1}]},{\"boundingBox\":[0.7994,1.5143,1.3836,1.5143,1.3836,1.6154,0.7994,1.6154],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7994,1.5143,1.3836,1.5143,1.3836,1.6154,0.7994,1.6154],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,5.8155,1.5114,5.8155,1.6155,4.4033,1.6155],\"text\":\"Invoice For: Microsoft\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2045,1.5114,5.8155,1.5114,5.8155,1.6151,5.2045,1.6151],\"text\":\"Microsoft\",\"confidence\":1}]},{\"boundingBox\":[0.8106,1.7033,2.1445,1.7033,2.1445,1.8342,0.8106,1.8342],\"text\":\"1 Redmond way Suite\",\"words\":[{\"boundingBox\":[0.8106,1.7080,0.8463,1.7080,0.8463,1.8053,0.8106,1.8053],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[0.9230,1.7047,1.5018,1.7047,1.5018,1.8068,0.9230,1.8068],\"text\":\"Redmond\",\"confidence\":1},{\"boundingBox\":[1.5506,1.7309,1.7949,1.7309,1.7949,1.8342,1.5506,1.8342],\"text\":\"way\",\"confidence\":1},{\"boundingBox\":[1.8415,1.7033,2.1445,1.7033,2.1445,1.8078,1.8415,1.8078],\"text\":\"Suite\",\"confidence\":1}]},{\"boundingBox\":[5.2036,1.7160,6.5436,1.7160,6.5436,1.8459,5.2036,1.8459],\"text\":\"1020 Enterprise Way\",\"words\":[{\"boundingBox\":[5.2036,1.7160,5.4935,1.7160,5.4935,1.8185,5.2036,1.8185],\"text\":\"1020\",\"confidence\":1},{\"boundingBox\":[5.5488,1.7164,6.2178,1.7164,6.2178,1.8441,5.5488,1.8441],\"text\":\"Enterprise\",\"confidence\":1},{\"boundingBox\":[6.2618,1.7164,6.5436,1.7164,6.5436,1.8459,6.2618,1.8459],\"text\":\"Way\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8960,2.0384,1.8960,2.0384,2.0171,0.8019,2.0171],\"text\":\"6000 Redmond, WA\",\"words\":[{\"boundingBox\":[0.8019,1.8960,1.0991,1.8960,1.0991,1.9994,0.8019,1.9994],\"text\":\"6000\",\"confidence\":1},{\"boundingBox\":[1.1537,1.8964,1.7689,1.8964,1.7689,2.0171,1.1537,2.0171],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.8196,1.8976,2.0384,1.8976,2.0384,1.9969,1.8196,1.9969],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[5.1960,1.9047,6.6526,1.9047,6.6526,2.0359,5.1960,2.0359],\"text\":\"Sunnayvale, CA 87659\",\"words\":[{\"boundingBox\":[5.1960,1.9047,5.9894,1.9047,5.9894,2.0359,5.1960,2.0359],\"text\":\"Sunnayvale,\",\"confidence\":1},{\"boundingBox\":[6.0427,1.9047,6.2354,1.9047,6.2354,2.0085,6.0427,2.0085],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[6.2801,1.9060,6.6526,1.9060,6.6526,2.0086,6.2801,2.0086],\"text\":\"87659\",\"confidence\":1}]},{\"boundingBox\":[0.8025,2.0876,1.1750,2.0876,1.1750,2.1911,0.8025,2.1911],\"text\":\"99243\",\"words\":[{\"boundingBox\":[0.8025,2.0876,1.1750,2.0876,1.1750,2.1911,0.8025,2.1911],\"text\":\"99243\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.4150,2.8733,2.4150,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.2890,2.8717,5.2890,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.2890,2.8717,5.2890,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.1410,2.8730,6.5875,2.8730,6.5875,2.9736,6.1410,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.1410,2.8730,6.4147,2.8730,6.4147,2.9736,6.1410,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.8730,6.5875,2.8730,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5397,3.4110,1.1457,3.4110,1.1457,3.5144,0.5397,3.5144],\"text\":\"34278587\",\"words\":[{\"boundingBox\":[0.5397,3.4110,1.1457,3.4110,1.1457,3.5144,0.5397,3.5144],\"text\":\"34278587\",\"confidence\":1}]},{\"boundingBox\":[1.9455,3.4100,2.5510,3.4100,2.5510,3.5144,1.9455,3.5144],\"text\":\"6/18/2017\",\"words\":[{\"boundingBox\":[1.9455,3.4100,2.5510,3.4100,2.5510,3.5144,1.9455,3.5144],\"text\":\"6/18/2017\",\"confidence\":1}]},{\"boundingBox\":[3.3460,3.4100,3.9514,3.4100,3.9514,3.5144,3.3460,3.5144],\"text\":\"6/24/2017\",\"words\":[{\"boundingBox\":[3.3460,3.4100,3.9514,3.4100,3.9514,3.5144,3.3460,3.5144],\"text\":\"6/24/2017\",\"confidence\":1}]},{\"boundingBox\":[5.3871,3.4047,6.0702,3.4047,6.0702,3.5321,5.3871,3.5321],\"text\":\"$56,651.49\",\"words\":[{\"boundingBox\":[5.3871,3.4047,6.0702,3.4047,6.0702,3.5321,5.3871,3.5321],\"text\":\"$56,651.49\",\"confidence\":1}]},{\"boundingBox\":[6.2285,3.4114,6.3919,3.4114,6.3919,3.5119,6.2285,3.5119],\"text\":\"PT\",\"words\":[{\"boundingBox\":[6.2285,3.4114,6.3919,3.4114,6.3919,3.5119,6.2285,3.5119],\"text\":\"PT\",\"confidence\":1}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\",\"#/readResults/0/lines/10/words/1\",\"#/readResults/0/lines/10/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/12/words/0\",\"#/readResults/0/lines/12/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"34278587\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.8590,0.5075,3.8590],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"6/18/2017\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.8590,1.9061,3.8590],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/24/2017\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.8590,3.3074,3.8590],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$56,651.49\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.8590,4.7074,3.8590],\"elements\":[\"#/readResults/0/lines/16/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"PT\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.8590,6.1051,3.8590],\"elements\":[\"#/readResults/0/lines/17/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:32:48 GMT", + "Body" : "{\"status\":\"running\",\"createdDateTime\":\"2020-09-16T00:54:23Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:23Z\"}", + "Date" : "Wed, 16 Sep 2020 00:54:28 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/b5be9944-12c2-46a4-8449-6f0774e8bd5e", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/8b1d3ef9-30fb-4afb-bded-0ded05da9a81", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "2fd783bb-1d85-4c96-af4e-579ef80657fd" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "a855a1c7-d636-43d4-bb51-b814279a6a92" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "19", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "b5ecc33d-d6d7-4fcb-92ec-b6b5260c9cc8", + "apim-request-id" : "a7083f39-8e37-4679-a62b-0c625cba8beb", "retry-after" : "0", + "Content-Length" : "8682", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:32:44Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:48Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5384,1.1583,1.4466,1.1583,1.4466,1.3534,0.5384,1.3534],\"text\":\"Contoso\",\"words\":[{\"boundingBox\":[0.5384,1.1583,1.4466,1.1583,1.4466,1.3534,0.5384,1.3534],\"text\":\"Contoso\",\"confidence\":1}]},{\"boundingBox\":[0.7994,1.5143,1.3836,1.5143,1.3836,1.6154,0.7994,1.6154],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7994,1.5143,1.3836,1.5143,1.3836,1.6154,0.7994,1.6154],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,5.8155,1.5114,5.8155,1.6155,4.4033,1.6155],\"text\":\"Invoice For: Microsoft\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2045,1.5114,5.8155,1.5114,5.8155,1.6151,5.2045,1.6151],\"text\":\"Microsoft\",\"confidence\":1}]},{\"boundingBox\":[0.8106,1.7033,2.1445,1.7033,2.1445,1.8342,0.8106,1.8342],\"text\":\"1 Redmond way Suite\",\"words\":[{\"boundingBox\":[0.8106,1.7080,0.8463,1.7080,0.8463,1.8053,0.8106,1.8053],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[0.9230,1.7047,1.5018,1.7047,1.5018,1.8068,0.9230,1.8068],\"text\":\"Redmond\",\"confidence\":1},{\"boundingBox\":[1.5506,1.7309,1.7949,1.7309,1.7949,1.8342,1.5506,1.8342],\"text\":\"way\",\"confidence\":1},{\"boundingBox\":[1.8415,1.7033,2.1445,1.7033,2.1445,1.8078,1.8415,1.8078],\"text\":\"Suite\",\"confidence\":1}]},{\"boundingBox\":[5.2036,1.7160,6.5436,1.7160,6.5436,1.8459,5.2036,1.8459],\"text\":\"1020 Enterprise Way\",\"words\":[{\"boundingBox\":[5.2036,1.7160,5.4935,1.7160,5.4935,1.8185,5.2036,1.8185],\"text\":\"1020\",\"confidence\":1},{\"boundingBox\":[5.5488,1.7164,6.2178,1.7164,6.2178,1.8441,5.5488,1.8441],\"text\":\"Enterprise\",\"confidence\":1},{\"boundingBox\":[6.2618,1.7164,6.5436,1.7164,6.5436,1.8459,6.2618,1.8459],\"text\":\"Way\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8960,2.0384,1.8960,2.0384,2.0171,0.8019,2.0171],\"text\":\"6000 Redmond, WA\",\"words\":[{\"boundingBox\":[0.8019,1.8960,1.0991,1.8960,1.0991,1.9994,0.8019,1.9994],\"text\":\"6000\",\"confidence\":1},{\"boundingBox\":[1.1537,1.8964,1.7689,1.8964,1.7689,2.0171,1.1537,2.0171],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[1.8196,1.8976,2.0384,1.8976,2.0384,1.9969,1.8196,1.9969],\"text\":\"WA\",\"confidence\":1}]},{\"boundingBox\":[5.1960,1.9047,6.6526,1.9047,6.6526,2.0359,5.1960,2.0359],\"text\":\"Sunnayvale, CA 87659\",\"words\":[{\"boundingBox\":[5.1960,1.9047,5.9894,1.9047,5.9894,2.0359,5.1960,2.0359],\"text\":\"Sunnayvale,\",\"confidence\":1},{\"boundingBox\":[6.0427,1.9047,6.2354,1.9047,6.2354,2.0085,6.0427,2.0085],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[6.2801,1.9060,6.6526,1.9060,6.6526,2.0086,6.2801,2.0086],\"text\":\"87659\",\"confidence\":1}]},{\"boundingBox\":[0.8025,2.0876,1.1750,2.0876,1.1750,2.1911,0.8025,2.1911],\"text\":\"99243\",\"words\":[{\"boundingBox\":[0.8025,2.0876,1.1750,2.0876,1.1750,2.1911,0.8025,2.1911],\"text\":\"99243\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.4150,2.8733,2.4150,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.2890,2.8717,5.2890,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.2890,2.8717,5.2890,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.1410,2.8730,6.5875,2.8730,6.5875,2.9736,6.1410,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.1410,2.8730,6.4147,2.8730,6.4147,2.9736,6.1410,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.8730,6.5875,2.8730,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5397,3.4110,1.1457,3.4110,1.1457,3.5144,0.5397,3.5144],\"text\":\"34278587\",\"words\":[{\"boundingBox\":[0.5397,3.4110,1.1457,3.4110,1.1457,3.5144,0.5397,3.5144],\"text\":\"34278587\",\"confidence\":1}]},{\"boundingBox\":[1.9455,3.4100,2.5510,3.4100,2.5510,3.5144,1.9455,3.5144],\"text\":\"6/18/2017\",\"words\":[{\"boundingBox\":[1.9455,3.4100,2.5510,3.4100,2.5510,3.5144,1.9455,3.5144],\"text\":\"6/18/2017\",\"confidence\":1}]},{\"boundingBox\":[3.3460,3.4100,3.9514,3.4100,3.9514,3.5144,3.3460,3.5144],\"text\":\"6/24/2017\",\"words\":[{\"boundingBox\":[3.3460,3.4100,3.9514,3.4100,3.9514,3.5144,3.3460,3.5144],\"text\":\"6/24/2017\",\"confidence\":1}]},{\"boundingBox\":[5.3871,3.4047,6.0702,3.4047,6.0702,3.5321,5.3871,3.5321],\"text\":\"$56,651.49\",\"words\":[{\"boundingBox\":[5.3871,3.4047,6.0702,3.4047,6.0702,3.5321,5.3871,3.5321],\"text\":\"$56,651.49\",\"confidence\":1}]},{\"boundingBox\":[6.2285,3.4114,6.3919,3.4114,6.3919,3.5119,6.2285,3.5119],\"text\":\"PT\",\"words\":[{\"boundingBox\":[6.2285,3.4114,6.3919,3.4114,6.3919,3.5119,6.2285,3.5119],\"text\":\"PT\",\"confidence\":1}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\",\"#/readResults/0/lines/10/words/1\",\"#/readResults/0/lines/10/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/12/words/0\",\"#/readResults/0/lines/12/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"34278587\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.8590,0.5075,3.8590],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"6/18/2017\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.8590,1.9061,3.8590],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/24/2017\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.8590,3.3074,3.8590],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$56,651.49\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.8590,4.7074,3.8590],\"elements\":[\"#/readResults/0/lines/16/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"PT\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.8590,6.1051,3.8590],\"elements\":[\"#/readResults/0/lines/17/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:32:48 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:23Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:29Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5375,1.1349,2.6064,1.1349,2.6064,1.3540,0.5375,1.3540],\"text\":\"Contoso Suites\",\"words\":[{\"boundingBox\":[0.5375,1.1402,1.6595,1.1402,1.6595,1.3540,0.5375,1.3540],\"text\":\"Contoso\",\"confidence\":1},{\"boundingBox\":[1.7580,1.1349,2.6064,1.1349,2.6064,1.3534,1.7580,1.3534],\"text\":\"Suites\",\"confidence\":1}]},{\"boundingBox\":[0.7984,1.5150,1.3826,1.5150,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7984,1.5150,1.3826,1.5150,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,6.5483,1.5114,6.5483,1.6407,4.4033,1.6407],\"text\":\"Invoice For: First Up Consultants\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2048,1.5130,5.4927,1.5130,5.4927,1.6151,5.2048,1.6151],\"text\":\"First\",\"confidence\":1},{\"boundingBox\":[5.5427,1.5130,5.7120,1.5130,5.7120,1.6407,5.5427,1.6407],\"text\":\"Up\",\"confidence\":1},{\"boundingBox\":[5.7621,1.5114,6.5483,1.5114,6.5483,1.6151,5.7621,1.6151],\"text\":\"Consultants\",\"confidence\":1}]},{\"boundingBox\":[0.8107,1.7037,1.7138,1.7037,1.7138,1.8075,0.8107,1.8075],\"text\":\"14564 Main St.\",\"words\":[{\"boundingBox\":[0.8107,1.7050,1.1733,1.7050,1.1733,1.8075,0.8107,1.8075],\"text\":\"14564\",\"confidence\":1},{\"boundingBox\":[1.2286,1.7054,1.5086,1.7054,1.5086,1.8075,1.2286,1.8075],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5629,1.7037,1.7138,1.7037,1.7138,1.8075,1.5629,1.8075],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[5.2043,1.7133,6.0220,1.7133,6.0220,1.8444,5.2043,1.8444],\"text\":\"1234 King St\",\"words\":[{\"boundingBox\":[5.2043,1.7145,5.4979,1.7145,5.4979,1.8170,5.2043,1.8170],\"text\":\"1234\",\"confidence\":1},{\"boundingBox\":[5.5499,1.7149,5.8380,1.7149,5.8380,1.8444,5.5499,1.8444],\"text\":\"King\",\"confidence\":1},{\"boundingBox\":[5.8903,1.7133,6.0220,1.7133,6.0220,1.8172,5.8903,1.8172],\"text\":\"St\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8954,2.0404,1.8954,2.0404,2.0266,0.8019,2.0266],\"text\":\"Saratoga, CA 94588\",\"words\":[{\"boundingBox\":[0.8019,1.8954,1.3832,1.8954,1.3832,2.0266,0.8019,2.0266],\"text\":\"Saratoga,\",\"confidence\":1},{\"boundingBox\":[1.4388,1.8954,1.6222,1.8954,1.6222,1.9992,1.4388,1.9992],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[1.6677,1.8967,2.0404,1.8967,2.0404,2.0001,1.6677,2.0001],\"text\":\"94588\",\"confidence\":1}]},{\"boundingBox\":[5.2018,1.9045,6.5568,1.9045,6.5568,2.0275,5.2018,2.0275],\"text\":\"Redmond, WA 97624\",\"words\":[{\"boundingBox\":[5.2018,1.9049,5.8581,1.9049,5.8581,2.0275,5.2018,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[5.9069,1.9049,6.1364,1.9049,6.1364,2.0055,5.9069,2.0055],\"text\":\"WA\",\"confidence\":1},{\"boundingBox\":[6.1799,1.9045,6.5568,1.9045,6.5568,2.0072,6.1799,2.0072],\"text\":\"97624\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.4150,2.8733,2.4150,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.2890,2.8717,5.2890,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.2890,2.8717,5.2890,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.1410,2.8730,6.5875,2.8730,6.5875,2.9736,6.1410,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.1410,2.8730,6.4147,2.8730,6.4147,2.9736,6.1410,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.8730,6.5875,2.8730,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5415,3.4110,1.0661,3.4110,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"words\":[{\"boundingBox\":[0.5415,3.4110,1.0661,3.4110,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"confidence\":1}]},{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"words\":[{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"confidence\":1}]},{\"boundingBox\":[3.3460,3.4097,3.9496,3.4097,3.9496,3.5144,3.3460,3.5144],\"text\":\"6/29/2016\",\"words\":[{\"boundingBox\":[3.3460,3.4097,3.9496,3.4097,3.9496,3.5144,3.3460,3.5144],\"text\":\"6/29/2016\",\"confidence\":1}]},{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"words\":[{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"confidence\":1}]},{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"words\":[{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"confidence\":1}]},{\"boundingBox\":[6.2429,9.6670,6.5489,9.6670,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"words\":[{\"boundingBox\":[6.2429,9.6670,6.5489,9.6670,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"confidence\":1}]},{\"boundingBox\":[6.8409,9.6656,7.0593,9.6656,7.0593,9.7681,6.8409,9.7681],\"text\":\"1 of\",\"words\":[{\"boundingBox\":[6.8409,9.6681,6.8837,9.6681,6.8837,9.7663,6.8409,9.7663],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[6.9512,9.6656,7.0593,9.6656,7.0593,9.7681,6.9512,9.7681],\"text\":\"of\",\"confidence\":1}]},{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"words\":[{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,10.2240,1.0416,10.2240,1.0416,10.9972,0,10.9972],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.6014,1.4993,10.6014,1.4993,10.9972,0,10.9972],\"confidence\":0.654,\"state\":\"unselected\"},{\"boundingBox\":[7.5289,10.3705,8.4970,10.3705,8.4970,11,7.5289,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/7/words/0\",\"#/readResults/0/lines/7/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\",\"#/readResults/0/lines/11/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.8590,0.5075,3.8590],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.8590,1.9061,3.8590],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.8590,3.3074,3.8590],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.8590,4.7074,3.8590],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.8590,6.1051,3.8590],\"elements\":[\"#/readResults/0/lines/16/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:34 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/8b1d3ef9-30fb-4afb-bded-0ded05da9a81", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4c52ee15-939e-42aa-b4e4-9d5d0d44fe18" + }, + "Response" : { + "x-envoy-upstream-service-time" : "24", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "861bbdc3-bf8d-496e-acd3-a59434ab9a65", + "retry-after" : "0", + "Content-Length" : "8682", + "StatusCode" : "200", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:23Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:29Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5375,1.1349,2.6064,1.1349,2.6064,1.3540,0.5375,1.3540],\"text\":\"Contoso Suites\",\"words\":[{\"boundingBox\":[0.5375,1.1402,1.6595,1.1402,1.6595,1.3540,0.5375,1.3540],\"text\":\"Contoso\",\"confidence\":1},{\"boundingBox\":[1.7580,1.1349,2.6064,1.1349,2.6064,1.3534,1.7580,1.3534],\"text\":\"Suites\",\"confidence\":1}]},{\"boundingBox\":[0.7984,1.5150,1.3826,1.5150,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7984,1.5150,1.3826,1.5150,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,6.5483,1.5114,6.5483,1.6407,4.4033,1.6407],\"text\":\"Invoice For: First Up Consultants\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2048,1.5130,5.4927,1.5130,5.4927,1.6151,5.2048,1.6151],\"text\":\"First\",\"confidence\":1},{\"boundingBox\":[5.5427,1.5130,5.7120,1.5130,5.7120,1.6407,5.5427,1.6407],\"text\":\"Up\",\"confidence\":1},{\"boundingBox\":[5.7621,1.5114,6.5483,1.5114,6.5483,1.6151,5.7621,1.6151],\"text\":\"Consultants\",\"confidence\":1}]},{\"boundingBox\":[0.8107,1.7037,1.7138,1.7037,1.7138,1.8075,0.8107,1.8075],\"text\":\"14564 Main St.\",\"words\":[{\"boundingBox\":[0.8107,1.7050,1.1733,1.7050,1.1733,1.8075,0.8107,1.8075],\"text\":\"14564\",\"confidence\":1},{\"boundingBox\":[1.2286,1.7054,1.5086,1.7054,1.5086,1.8075,1.2286,1.8075],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5629,1.7037,1.7138,1.7037,1.7138,1.8075,1.5629,1.8075],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[5.2043,1.7133,6.0220,1.7133,6.0220,1.8444,5.2043,1.8444],\"text\":\"1234 King St\",\"words\":[{\"boundingBox\":[5.2043,1.7145,5.4979,1.7145,5.4979,1.8170,5.2043,1.8170],\"text\":\"1234\",\"confidence\":1},{\"boundingBox\":[5.5499,1.7149,5.8380,1.7149,5.8380,1.8444,5.5499,1.8444],\"text\":\"King\",\"confidence\":1},{\"boundingBox\":[5.8903,1.7133,6.0220,1.7133,6.0220,1.8172,5.8903,1.8172],\"text\":\"St\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8954,2.0404,1.8954,2.0404,2.0266,0.8019,2.0266],\"text\":\"Saratoga, CA 94588\",\"words\":[{\"boundingBox\":[0.8019,1.8954,1.3832,1.8954,1.3832,2.0266,0.8019,2.0266],\"text\":\"Saratoga,\",\"confidence\":1},{\"boundingBox\":[1.4388,1.8954,1.6222,1.8954,1.6222,1.9992,1.4388,1.9992],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[1.6677,1.8967,2.0404,1.8967,2.0404,2.0001,1.6677,2.0001],\"text\":\"94588\",\"confidence\":1}]},{\"boundingBox\":[5.2018,1.9045,6.5568,1.9045,6.5568,2.0275,5.2018,2.0275],\"text\":\"Redmond, WA 97624\",\"words\":[{\"boundingBox\":[5.2018,1.9049,5.8581,1.9049,5.8581,2.0275,5.2018,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[5.9069,1.9049,6.1364,1.9049,6.1364,2.0055,5.9069,2.0055],\"text\":\"WA\",\"confidence\":1},{\"boundingBox\":[6.1799,1.9045,6.5568,1.9045,6.5568,2.0072,6.1799,2.0072],\"text\":\"97624\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.4150,2.8733,2.4150,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.2890,2.8717,5.2890,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.2890,2.8717,5.2890,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.1410,2.8730,6.5875,2.8730,6.5875,2.9736,6.1410,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.1410,2.8730,6.4147,2.8730,6.4147,2.9736,6.1410,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.8730,6.5875,2.8730,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5415,3.4110,1.0661,3.4110,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"words\":[{\"boundingBox\":[0.5415,3.4110,1.0661,3.4110,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"confidence\":1}]},{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"words\":[{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"confidence\":1}]},{\"boundingBox\":[3.3460,3.4097,3.9496,3.4097,3.9496,3.5144,3.3460,3.5144],\"text\":\"6/29/2016\",\"words\":[{\"boundingBox\":[3.3460,3.4097,3.9496,3.4097,3.9496,3.5144,3.3460,3.5144],\"text\":\"6/29/2016\",\"confidence\":1}]},{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"words\":[{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"confidence\":1}]},{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"words\":[{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"confidence\":1}]},{\"boundingBox\":[6.2429,9.6670,6.5489,9.6670,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"words\":[{\"boundingBox\":[6.2429,9.6670,6.5489,9.6670,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"confidence\":1}]},{\"boundingBox\":[6.8409,9.6656,7.0593,9.6656,7.0593,9.7681,6.8409,9.7681],\"text\":\"1 of\",\"words\":[{\"boundingBox\":[6.8409,9.6681,6.8837,9.6681,6.8837,9.7663,6.8409,9.7663],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[6.9512,9.6656,7.0593,9.6656,7.0593,9.7681,6.9512,9.7681],\"text\":\"of\",\"confidence\":1}]},{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"words\":[{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,10.2240,1.0416,10.2240,1.0416,10.9972,0,10.9972],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.6014,1.4993,10.6014,1.4993,10.9972,0,10.9972],\"confidence\":0.654,\"state\":\"unselected\"},{\"boundingBox\":[7.5289,10.3705,8.4970,10.3705,8.4970,11,7.5289,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/7/words/0\",\"#/readResults/0/lines/7/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\",\"#/readResults/0/lines/11/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.8590,0.5075,3.8590],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.8590,1.9061,3.8590],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.8590,3.3074,3.8590],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.8590,4.7074,3.8590],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.8590,6.1051,3.8590],\"elements\":[\"#/readResults/0/lines/16/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:34 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentInvalidSourceUrl.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentInvalidSourceUrl.json index fa6291b98751d..d0470526a596f 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentInvalidSourceUrl.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentInvalidSourceUrl.json @@ -1,22 +1,22 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "094cf38a-d527-4887-800d-b8077ac4da7b", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2f9ab795-7960-4f4e-a597-3ad40701eb94", "Content-Type" : "application/json" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "1037", + "x-envoy-upstream-service-time" : "845", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "1965608c-5f5e-404c-ae9b-8b42fd069c0b", + "apim-request-id" : "e62c2102-b4e4-4624-8704-e1c4333f0ebc", "retry-after" : "0", + "Content-Length" : "78", "StatusCode" : "400", "Body" : "{\"error\":{\"code\":\"InvalidImageURL\",\"message\":\"Image URL is badly formatted.\"}}", - "Date" : "Thu, 06 Aug 2020 22:38:00 GMT", + "Date" : "Wed, 16 Sep 2020 00:54:18 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithBlankPdf.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithBlankPdf.json index 8c27bd95146e8..b927eb662825e 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithBlankPdf.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithBlankPdf.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "6b120c79-590b-4791-972b-51d0d6927380", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "042b837f-0e6f-46ec-88f3-3dc40ef01a1c", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "25", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "c738b94c-61db-4ea3-bee5-05786d5f0279", + "apim-request-id" : "f9458736-f5db-45f9-bd06-083bad30f643", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/c738b94c-61db-4ea3-bee5-05786d5f0279", - "Date" : "Thu, 06 Aug 2020 22:31:26 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/f9458736-f5db-45f9-bd06-083bad30f643", + "Date" : "Wed, 16 Sep 2020 00:54:07 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/c738b94c-61db-4ea3-bee5-05786d5f0279", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/f9458736-f5db-45f9-bd06-083bad30f643", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e78c0c5b-d90b-4536-8860-9fa7585946ec" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "516e922d-bb7c-4401-8ba6-593381254161" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "24", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "61a118de-08f0-4309-ad80-4a8094681c50", + "apim-request-id" : "ae6aa6a9-7010-4544-8c9f-e2051562619f", "retry-after" : "0", + "Content-Length" : "277", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:31:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:31Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]}],\"pageResults\":[{\"page\":1,\"tables\":[]}]}}", - "Date" : "Thu, 06 Aug 2020 22:31:31 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:08Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:12Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]}],\"pageResults\":[{\"page\":1,\"tables\":[]}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:12 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/c738b94c-61db-4ea3-bee5-05786d5f0279", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/f9458736-f5db-45f9-bd06-083bad30f643", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "cb93733a-18e0-44a9-896b-d5443096b276" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4ab1834e-8aeb-454d-b525-2cb76001ab8b" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "195", + "x-envoy-upstream-service-time" : "16", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "06e84305-3e13-499e-823c-797bc2a0e25e", + "apim-request-id" : "ef914ff0-9a4e-4faf-bc66-9d18cb36f0ee", "retry-after" : "0", + "Content-Length" : "277", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:31:26Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:31Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]}],\"pageResults\":[{\"page\":1,\"tables\":[]}]}}", - "Date" : "Thu, 06 Aug 2020 22:31:31 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:08Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:12Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"lines\":[]}],\"pageResults\":[{\"page\":1,\"tables\":[]}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:13 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithContentTypeAutoDetection.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithContentTypeAutoDetection.json index f56b4028fe8ca..5b73e5dcfab62 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithContentTypeAutoDetection.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithContentTypeAutoDetection.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "ade794f8-f785-4af0-b66b-6e826a870468", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "0941fe35-5c1a-409a-80d7-e64a35ad27b0", "Content-Type" : "image/jpeg" }, "Response" : { - "x-envoy-upstream-service-time" : "162", + "x-envoy-upstream-service-time" : "155", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9ec37695-8759-40dd-b5ec-805eee789d3c", + "apim-request-id" : "8f8c9a2a-a7d6-4457-80e1-08d6f480dcae", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/9ec37695-8759-40dd-b5ec-805eee789d3c", - "Date" : "Thu, 06 Aug 2020 22:30:56 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/8f8c9a2a-a7d6-4457-80e1-08d6f480dcae", + "Date" : "Wed, 16 Sep 2020 00:52:23 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/9ec37695-8759-40dd-b5ec-805eee789d3c", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/8f8c9a2a-a7d6-4457-80e1-08d6f480dcae", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "26f2abbe-e88a-4e6b-b77a-2dd0f4126a77" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2b5273dc-b7ec-43ac-8475-8ba6cb8c547f" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "31", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "86db4c7f-4ee2-4665-abbf-20dee46ce766", + "apim-request-id" : "2bb257f6-7043-4b51-ab26-2e9b72faab9c", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:30:56Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:02Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:31:02 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:52:23Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:26Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:52:29 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/9ec37695-8759-40dd-b5ec-805eee789d3c", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/8f8c9a2a-a7d6-4457-80e1-08d6f480dcae", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "289714fc-9f60-486b-bf9b-d43b22c6a8f5" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e6c0f73f-9b18-4955-a9d9-ddf1d3492cad" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "32", + "x-envoy-upstream-service-time" : "17", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a17f962f-7ac2-4dbb-9402-4ffc443766ee", + "apim-request-id" : "ae779f49-292d-4d18-984e-31b66c31410c", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:30:56Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:59Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 22:31:02 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:52:23Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:26Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:52:29 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithNullData.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithNullData.json index 22fa85813ccfe..4d47382758c80 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithNullData.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeContentResultWithNullData.json @@ -1,10 +1,10 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a2f2e20f-7fa9-4d30-a7c5-fc9a7de3e7fb", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "527fbf56-cf4e-4436-a84b-94808978bea2", "Content-Type" : "image/jpeg" }, "Response" : null, @@ -14,10 +14,10 @@ } }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a2f2e20f-7fa9-4d30-a7c5-fc9a7de3e7fb", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "527fbf56-cf4e-4436-a84b-94808978bea2", "Content-Type" : "image/jpeg" }, "Response" : null, @@ -27,10 +27,10 @@ } }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a2f2e20f-7fa9-4d30-a7c5-fc9a7de3e7fb", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "527fbf56-cf4e-4436-a84b-94808978bea2", "Content-Type" : "image/jpeg" }, "Response" : null, @@ -40,10 +40,10 @@ } }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a2f2e20f-7fa9-4d30-a7c5-fc9a7de3e7fb", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "527fbf56-cf4e-4436-a84b-94808978bea2", "Content-Type" : "image/jpeg" }, "Response" : null, diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormDamagedPdf.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormDamagedPdf.json index 031a498bd3ff7..3f28713ef9893 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormDamagedPdf.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormDamagedPdf.json @@ -1,122 +1,142 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a0e92be8-755a-49ab-8d3e-23cb65618bbb", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "bba92523-5591-4e9b-b362-e65d28eca4ce", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "5172", + "x-envoy-upstream-service-time" : "152", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "3202740e-7b70-425a-8f0b-2905c46f426a", + "apim-request-id" : "b39001d8-5c58-46d2-817b-81b060ef9677", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:33:11 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b" + "Date" : "Wed, 16 Sep 2020 00:54:27 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/002dbc78-4b64-4d66-a5c0-f99f97cbb3a4" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/002dbc78-4b64-4d66-a5c0-f99f97cbb3a4?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "be4a56a2-3b24-4ffa-b8e5-556374eb02bb" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "be836b1e-741a-47da-aab3-8bc0887d305f" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9c2cbb71-48f7-4764-ac79-983c43c0cb14", + "apim-request-id" : "32388442-67a1-4577-83c0-f434f10a5fca", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:33:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:12Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:33:16 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"002dbc78-4b64-4d66-a5c0-f99f97cbb3a4\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:27Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:27Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:32 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/002dbc78-4b64-4d66-a5c0-f99f97cbb3a4?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5a20c506-aac5-4b52-b2a4-cec2a35dbcbd" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f0e858cf-4da5-4bee-a770-471d821a7ec7" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "25", + "x-envoy-upstream-service-time" : "43", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "4dfe3748-a362-4cc3-b2d9-ee10efec438f", + "apim-request-id" : "8d9a7da7-f20e-42e6-90b2-ebdda0bfd4b0", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:21Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:33:21 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"002dbc78-4b64-4d66-a5c0-f99f97cbb3a4\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:27Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:27Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:37 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/002dbc78-4b64-4d66-a5c0-f99f97cbb3a4?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "160f2564-7f9d-482a-adb3-0eba52d47070" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "d5b34b7b-2b8f-4dbf-8fbb-cd3be1805860" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "c370cf09-b93b-4587-871a-f0623d8a9a31", + "apim-request-id" : "4f719bc0-e4dc-434e-b323-d383870cd182", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:12Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:21Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:33:21 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"002dbc78-4b64-4d66-a5c0-f99f97cbb3a4\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:27Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:40Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:42 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/002dbc78-4b64-4d66-a5c0-f99f97cbb3a4?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "3f4e331d-b3fa-4f50-bad6-a8657f1727c1" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "24", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "81231e39-90fd-4320-9ace-cea1969f358d", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"002dbc78-4b64-4d66-a5c0-f99f97cbb3a4\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:27Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:40Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:43 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/002dbc78-4b64-4d66-a5c0-f99f97cbb3a4/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "cc6606e6-b193-4f15-bd8e-6d09dcb32baa", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e74e2f73-38c7-40df-b380-f0224e531eaf", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "71", + "x-envoy-upstream-service-time" : "83", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "afcd6ee2-5ffc-424e-9f40-4b4826738302", + "apim-request-id" : "2346d5a4-f588-41a8-babd-caeda683a4dd", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b/analyzeresults/7e44dcf2-44cc-4b21-a3f2-404ae8fb857c", - "Date" : "Thu, 06 Aug 2020 22:33:22 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/002dbc78-4b64-4d66-a5c0-f99f97cbb3a4/analyzeresults/9fd84906-5442-42a7-b807-641e1e353203", + "Date" : "Wed, 16 Sep 2020 00:54:43 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/2d4cc38c-d1ef-41ff-a7b1-f071e4aa974b/analyzeResults/7e44dcf2-44cc-4b21-a3f2-404ae8fb857c", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/002dbc78-4b64-4d66-a5c0-f99f97cbb3a4/analyzeResults/9fd84906-5442-42a7-b807-641e1e353203", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a5058c97-4383-4fe9-a5bc-77455c1e671c" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "df628248-c274-472c-a726-84af49413938" }, "Response" : { - "x-envoy-upstream-service-time" : "26", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ba6c2e9c-632f-4a95-8af5-a11835ad5b2b", + "apim-request-id" : "fb6cb6a8-8db7-4987-b8ae-08803850abca", "retry-after" : "0", "Content-Length" : "275", "StatusCode" : "200", "x-ms-cs-error-code" : "2005", - "Body" : "{\"status\": \"failed\", \"createdDateTime\": \"2020-08-06T22:33:22Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:33:24Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [], \"pageResults\": [], \"documentResults\": [], \"errors\": [{\"code\": \"2005\", \"message\": \"Unable to read file.\"}]}}", - "Date" : "Thu, 06 Aug 2020 22:33:28 GMT", + "Body" : "{\"status\": \"failed\", \"createdDateTime\": \"2020-09-16T00:54:43Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:54:44Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [], \"pageResults\": [], \"documentResults\": [], \"errors\": [{\"code\": \"2005\", \"message\": \"Unable to read file.\"}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:48 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormFromUrlWithEncodedBlankSpaceSourceUrl.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormFromUrlWithEncodedBlankSpaceSourceUrl.json index 936402a6e0c1f..6ec771ba75638 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormFromUrlWithEncodedBlankSpaceSourceUrl.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormFromUrlWithEncodedBlankSpaceSourceUrl.json @@ -1,22 +1,22 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/00000000-0000-0000-0000-000000000000/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/00000000-0000-0000-0000-000000000000/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "020b3a2c-ffe3-41fc-a658-06b0a83017c9", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "595b1dbe-dcbd-4c9d-a30a-4b6bbe844215", "Content-Type" : "application/json" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "11", + "x-envoy-upstream-service-time" : "17", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "6980f089-efd2-4f64-8abc-300c811e9741", + "apim-request-id" : "a1231ca2-2a61-414c-988d-0af4a2cca686", "retry-after" : "0", "StatusCode" : "400", "Body" : "{\"error\":{\"code\":\"1001\",\"message\":\"Specified model not found or not ready, Model Id: 00000000-0000-0000-0000-000000000000\"}}", - "Date" : "Thu, 06 Aug 2020 22:40:12 GMT", + "Date" : "Wed, 16 Sep 2020 00:51:43 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormInvalidSourceUrl.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormInvalidSourceUrl.json index 32b565c2fe020..3e8e704a57f7b 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormInvalidSourceUrl.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormInvalidSourceUrl.json @@ -1,70 +1,70 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "7751b622-9828-47d7-bd75-e2b0fc04257c", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7d13a83f-1489-4604-90e3-fe09b466367b", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "109", + "x-envoy-upstream-service-time" : "335", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f6df119d-1a08-4e2e-9e2b-749c3c1ad16e", + "apim-request-id" : "b054fa01-8371-461a-99bd-94afe349bc2e", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:31:03 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/4b8409fe-2e7e-4c5b-803a-c0bc45e011c4" + "Date" : "Wed, 16 Sep 2020 00:53:57 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1503ad43-5a17-46f3-aada-2a7185af85c5" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/4b8409fe-2e7e-4c5b-803a-c0bc45e011c4?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1503ad43-5a17-46f3-aada-2a7185af85c5?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "2dbe49c4-f1af-49e3-ba05-095dc7aeceb1" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "a9710451-6d7f-49d2-a822-f41defc6dc64" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "47", + "x-envoy-upstream-service-time" : "18", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "0223d648-54ec-416c-9047-2201a4ca443e", + "apim-request-id" : "3a4789bb-20c3-49ed-bca4-164eac5471e8", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"4b8409fe-2e7e-4c5b-803a-c0bc45e011c4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:02Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:31:08 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"1503ad43-5a17-46f3-aada-2a7185af85c5\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:58Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:00Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:03 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/4b8409fe-2e7e-4c5b-803a-c0bc45e011c4?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1503ad43-5a17-46f3-aada-2a7185af85c5?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8996c827-0674-48c0-ad5f-09743c7c6cf1" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "89328f45-2541-48f4-8f03-8699b71be3c5" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "48", + "x-envoy-upstream-service-time" : "27", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "72ac6950-24bd-4015-bca1-acd414b9b627", + "apim-request-id" : "e77edb22-8946-424e-8afb-d323718f9fb6", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"4b8409fe-2e7e-4c5b-803a-c0bc45e011c4\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:30:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:02Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:31:08 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"1503ad43-5a17-46f3-aada-2a7185af85c5\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:58Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:00Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:03 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/4b8409fe-2e7e-4c5b-803a-c0bc45e011c4/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1503ad43-5a17-46f3-aada-2a7185af85c5/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "1921d426-5808-4411-8963-74c4a691730b", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "98f54f70-f047-4210-afb7-6c624f1e2706", "Content-Type" : "application/json" }, "Response" : { @@ -72,11 +72,11 @@ "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "fa2892a5-6f51-43cb-92f0-992d73eef93a", + "apim-request-id" : "11205d43-99f0-4ee8-9df8-ceef85e1aa3c", "retry-after" : "0", "StatusCode" : "400", "Body" : "{\"error\":{\"code\":\"1003\",\"message\":\"Parameter 'Source' is not a valid Uri.\"}}", - "Date" : "Thu, 06 Aug 2020 22:31:09 GMT", + "Date" : "Wed, 16 Sep 2020 00:54:04 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormInvalidStatus.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormInvalidStatus.json index fbe82f596c5f5..a3bdeded1ff01 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormInvalidStatus.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormInvalidStatus.json @@ -1,162 +1,102 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "4e12c925-d312-4afe-9617-2b677e2502b9", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "25bb0135-5fce-45db-a6b0-4c2e1f72d159", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "5420", + "x-envoy-upstream-service-time" : "171", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "85789937-15e4-4b36-bcf9-0a61a59af02d", + "apim-request-id" : "3dac0486-f499-40f4-b900-7cf711e33f1e", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Tue, 18 Aug 2020 20:29:34 GMT", - "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/327d148f-0d6c-4048-bacb-9644fb6b8813" + "Date" : "Wed, 16 Sep 2020 00:54:48 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e6435333-4a97-45e0-8c16-9f9651e43f81" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/327d148f-0d6c-4048-bacb-9644fb6b8813?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/e6435333-4a97-45e0-8c16-9f9651e43f81?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5b672513-c68a-48f0-9f41-97261b2b52ef" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "bba0d414-cf89-48d3-9c2f-4e5113d5861e" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "79", + "x-envoy-upstream-service-time" : "18", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "82df3af9-1998-40c7-a73c-bb95914df86b", + "apim-request-id" : "ec750dd6-0acd-4fae-bf8b-e9238ef42351", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"327d148f-0d6c-4048-bacb-9644fb6b8813\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-18T20:29:35Z\",\"lastUpdatedDateTime\":\"2020-08-18T20:29:35Z\"}}", - "Date" : "Tue, 18 Aug 2020 20:29:39 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"e6435333-4a97-45e0-8c16-9f9651e43f81\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:51Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:54 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/327d148f-0d6c-4048-bacb-9644fb6b8813?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/e6435333-4a97-45e0-8c16-9f9651e43f81?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "b26545d8-3f39-4e7f-a3eb-b42a5d30e565" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "16dbcebf-3ff5-48ee-ab08-74b60044c8ce" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "26", + "x-envoy-upstream-service-time" : "37", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "02916bf1-c487-414b-b142-5188cea5c5b5", + "apim-request-id" : "609564b0-811b-4943-83d4-9878523a45f6", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"327d148f-0d6c-4048-bacb-9644fb6b8813\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-18T20:29:35Z\",\"lastUpdatedDateTime\":\"2020-08-18T20:29:35Z\"}}", - "Date" : "Tue, 18 Aug 2020 20:29:45 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/327d148f-0d6c-4048-bacb-9644fb6b8813?includeKeys=true", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "ff8b9110-8148-4362-95ec-4e464efffb98" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "115", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "e66a1314-a24e-4371-8993-0ebc63e2098c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"327d148f-0d6c-4048-bacb-9644fb6b8813\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-18T20:29:35Z\",\"lastUpdatedDateTime\":\"2020-08-18T20:29:47Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Tue, 18 Aug 2020 20:29:50 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/327d148f-0d6c-4048-bacb-9644fb6b8813?includeKeys=true", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "d20e2452-0bde-49a1-b361-9311171c07f2" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "27", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "ebd1dfbf-4274-45d0-a648-851f0a42685c", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"327d148f-0d6c-4048-bacb-9644fb6b8813\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-18T20:29:35Z\",\"lastUpdatedDateTime\":\"2020-08-18T20:29:47Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Tue, 18 Aug 2020 20:29:50 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"e6435333-4a97-45e0-8c16-9f9651e43f81\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:51Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:54 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/327d148f-0d6c-4048-bacb-9644fb6b8813/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/e6435333-4a97-45e0-8c16-9f9651e43f81/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "fd4f5c50-a460-4d86-9079-ed9add0cb2a2", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c609097c-d57e-43d4-97d6-82606c746c58", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "81", + "x-envoy-upstream-service-time" : "91", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f9e23be5-acf9-4968-b627-19c2b43a304d", + "apim-request-id" : "c52e4b76-c7f6-40b7-b5ce-2825cad3f2b3", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/327d148f-0d6c-4048-bacb-9644fb6b8813/analyzeresults/258a2843-e815-4f32-9e32-6343b85ce8d5", - "Date" : "Tue, 18 Aug 2020 20:29:51 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/327d148f-0d6c-4048-bacb-9644fb6b8813/analyzeResults/258a2843-e815-4f32-9e32-6343b85ce8d5", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "7add7112-04b9-49d0-b069-9abf1bdcec0e" - }, - "Response" : { - "x-envoy-upstream-service-time" : "63", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "96363b28-87b5-4dd5-b5cc-9cfbd7d7c54c", - "retry-after" : "0", - "Content-Length" : "109", - "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-18T20:29:51Z\",\"lastUpdatedDateTime\":\"2020-08-18T20:29:51Z\"}", - "Date" : "Tue, 18 Aug 2020 20:29:56 GMT", - "Content-Type" : "application/json; charset=utf-8" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e6435333-4a97-45e0-8c16-9f9651e43f81/analyzeresults/cf33b8f9-e27b-48c8-b5c6-6fa0033e374a", + "Date" : "Wed, 16 Sep 2020 00:54:55 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/327d148f-0d6c-4048-bacb-9644fb6b8813/analyzeResults/258a2843-e815-4f32-9e32-6343b85ce8d5", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/e6435333-4a97-45e0-8c16-9f9651e43f81/analyzeResults/cf33b8f9-e27b-48c8-b5c6-6fa0033e374a", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.0.0-beta.2 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "7f9baebb-151c-4a01-99d7-270e1e248d97" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "d7d92d8c-f7d1-4b2c-aaaa-c4c3f736b708" }, "Response" : { - "x-envoy-upstream-service-time" : "5052", + "x-envoy-upstream-service-time" : "36", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "dde63113-6ee2-48d5-94e3-5d6abba3fb51", + "apim-request-id" : "c6cf9e63-d8ae-42e6-9859-fe992d4f3958", "retry-after" : "0", "Content-Length" : "210", "StatusCode" : "200", "x-ms-cs-error-code" : "2001", - "Body" : "{\"status\":\"failed\",\"createdDateTime\":\"2020-08-18T20:29:51Z\",\"lastUpdatedDateTime\":\"2020-08-18T20:30:03Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"errors\":[{\"code\":\"2001\",\"message\":\"Image URL is badly formatted.\"}]}}", - "Date" : "Tue, 18 Aug 2020 20:30:06 GMT", + "Body" : "{\"status\":\"failed\",\"createdDateTime\":\"2020-09-16T00:54:55Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:56Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"errors\":[{\"code\":\"2001\",\"message\":\"Image URL is badly formatted.\"}]}}", + "Date" : "Wed, 16 Sep 2020 00:55:00 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledData.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledData.json index 0a0b66a03b8fa..6356e1a54bc7b 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledData.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledData.json @@ -1,141 +1,361 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "46686509-078a-421a-954f-16af55318dcf", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7517abcc-8983-48cf-92f3-b10cab9a65e2", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "155", + "x-envoy-upstream-service-time" : "395", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "85cfe6c8-f6b5-4289-9775-7cbf3c8921d0", + "apim-request-id" : "f0c221a8-96b4-47d0-ac17-d5ed6d613f93", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:34:56 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8dad0709-c82c-40b7-9321-5a2f210893ff" + "Date" : "Wed, 16 Sep 2020 00:54:46 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/8dad0709-c82c-40b7-9321-5a2f210893ff?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "156be3b4-4a57-4cad-986c-79122932fc21" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "29f3367e-8b29-4293-8428-068b7e29e3d3" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "33", + "x-envoy-upstream-service-time" : "17", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "8b7a8ec2-c738-40ed-9e48-063e70998553", + "apim-request-id" : "d7eef3bc-1631-4a8e-9204-0694f71e0bf3", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"8dad0709-c82c-40b7-9321-5a2f210893ff\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:56Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:58Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:35:01 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:52 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/8dad0709-c82c-40b7-9321-5a2f210893ff?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "cd245f8a-d245-41d9-a784-6279e72f3066" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "22c83d74-ea90-4560-897e-1e862da21e85" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "20", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "fbbe9450-0514-4fa1-bdad-1e0020d24a52", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:57 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "1e198435-961b-4c9d-989d-09fa06417910" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "22", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "3f055557-3b04-4b26-82d0-e751dbeaacae", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:01 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e08a99e0-b9b3-48ef-9c28-47eb8d3b6e86" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "19", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "a0115046-305e-4d8b-b5c2-2fb7c1a685b8", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:07 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7cd7c0ee-f01c-4de4-b461-67bb4d0bc761" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "20", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "f60f14a0-d0de-4dd6-8f08-9ab54eeeb56b", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:12 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "038eaa08-275c-4c07-9f7c-f26c058d8e47" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "30", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "842df444-4cc0-4a70-93e6-5dc0b6e47e7c", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:18 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e6edc7b3-0f06-4a3e-a26e-187466a1dec7" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "23", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "3f35d42a-8adf-4bd4-b308-9a86d75af12a", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:23 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "050004f8-bf1e-4d9d-905b-6a02b6545d42" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "26", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "b19097c0-5c6a-4025-8cc2-4966f6ce672b", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:28 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "79f4316f-0c90-4eed-87b4-7b531cb6c418" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "19", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "d5e0825e-9ecf-4b71-b0b6-5ad0b2825de0", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:34 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ca9f7235-7cea-497d-bfdf-7cb107e935a2" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "23", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "b9a17b12-8b19-4884-8a88-594f6f274fc8", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:39 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "a23848da-eac7-4869-8946-c87a40dc9f15" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "27", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "9fa155b8-cd3b-41fc-825a-7d82dc5c58b8", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:44 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "cb5f8ba7-aae4-4983-b2c0-2b704cdcfd23" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "21", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "9b6bb7d6-0d30-4b2c-a2cc-c4cb405d63ab", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:48Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:55:49 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "cead1b60-bed5-42fe-8bf1-9b5b57ae4e12" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "26", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "55596730-ba8e-4465-a649-8e13d4c18ca2", + "apim-request-id" : "0d0689b1-9a11-4e37-a627-45304dc85b39", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"8dad0709-c82c-40b7-9321-5a2f210893ff\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:56Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:58Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:35:01 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:46Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:48Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:55:49 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/8dad0709-c82c-40b7-9321-5a2f210893ff/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812/analyze?includeTextDetails=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "515de723-c8c0-4a54-9b48-80e9a612decc", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e06e8c7e-2903-4c96-b7ea-3a9eba72378e", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "66", + "x-envoy-upstream-service-time" : "79", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "1302d27c-6fa3-41aa-9cfd-e4f340862318", + "apim-request-id" : "1d9d4318-272a-41ec-9cb2-a386efa0ec9e", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/8dad0709-c82c-40b7-9321-5a2f210893ff/analyzeresults/a0fc774c-f27a-492a-a9f1-6fdadf20cb9c", - "Date" : "Thu, 06 Aug 2020 22:35:02 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812/analyzeresults/a8b79005-5a29-43a2-9783-8d16df33d612", + "Date" : "Wed, 16 Sep 2020 00:55:50 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/8dad0709-c82c-40b7-9321-5a2f210893ff/analyzeResults/a0fc774c-f27a-492a-a9f1-6fdadf20cb9c", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812/analyzeResults/a8b79005-5a29-43a2-9783-8d16df33d612", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "205c175b-6c86-490a-a715-bdf919befe1b" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "3c091e77-c188-400c-b8c1-3758ae8860f9" }, "Response" : { - "x-envoy-upstream-service-time" : "27", + "x-envoy-upstream-service-time" : "29", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "8c7fefd7-f9ec-468e-9cc5-da9e1d1f7b7a", + "apim-request-id" : "d854e895-c8ea-40d6-841c-69262466148c", "retry-after" : "0", "Content-Length" : "109", "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-06T22:35:03Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:06Z\"}", - "Date" : "Thu, 06 Aug 2020 22:35:07 GMT", + "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-09-16T00:55:51Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:55Z\"}", + "Date" : "Wed, 16 Sep 2020 00:55:56 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/8dad0709-c82c-40b7-9321-5a2f210893ff/analyzeResults/a0fc774c-f27a-492a-a9f1-6fdadf20cb9c", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812/analyzeResults/a8b79005-5a29-43a2-9783-8d16df33d612", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "db0842c8-023f-46cf-aede-a621638d10e6" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "10cbdda9-ec35-4f32-853e-f17f6608a76d" }, "Response" : { - "x-envoy-upstream-service-time" : "28", + "x-envoy-upstream-service-time" : "26", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "8e70a4db-3c6f-4662-aefb-bcbc99eff8f2", + "apim-request-id" : "5d228bab-d092-4ac0-be88-0d0397bf002a", "retry-after" : "0", - "Content-Length" : "10592", + "Content-Length" : "10461", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:35:03Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:09Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5375,1.1349,2.6064,1.1349,2.6064,1.354,0.5375,1.354],\"text\":\"Contoso Suites\",\"words\":[{\"boundingBox\":[0.5375,1.1402,1.6595,1.1402,1.6595,1.354,0.5375,1.354],\"text\":\"Contoso\",\"confidence\":1},{\"boundingBox\":[1.758,1.1349,2.6064,1.1349,2.6064,1.3534,1.758,1.3534],\"text\":\"Suites\",\"confidence\":1}]},{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,6.5483,1.5114,6.5483,1.6407,4.4033,1.6407],\"text\":\"Invoice For: First Up Consultants\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2048,1.513,5.4927,1.513,5.4927,1.6151,5.2048,1.6151],\"text\":\"First\",\"confidence\":1},{\"boundingBox\":[5.5427,1.513,5.712,1.513,5.712,1.6407,5.5427,1.6407],\"text\":\"Up\",\"confidence\":1},{\"boundingBox\":[5.7621,1.5114,6.5483,1.5114,6.5483,1.6151,5.7621,1.6151],\"text\":\"Consultants\",\"confidence\":1}]},{\"boundingBox\":[0.8107,1.7037,1.7138,1.7037,1.7138,1.8075,0.8107,1.8075],\"text\":\"14564 Main St.\",\"words\":[{\"boundingBox\":[0.8107,1.705,1.1733,1.705,1.1733,1.8075,0.8107,1.8075],\"text\":\"14564\",\"confidence\":1},{\"boundingBox\":[1.2286,1.7054,1.5086,1.7054,1.5086,1.8075,1.2286,1.8075],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5629,1.7037,1.7138,1.7037,1.7138,1.8075,1.5629,1.8075],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[5.2043,1.7133,6.022,1.7133,6.022,1.8444,5.2043,1.8444],\"text\":\"1234 King St\",\"words\":[{\"boundingBox\":[5.2043,1.7145,5.4979,1.7145,5.4979,1.817,5.2043,1.817],\"text\":\"1234\",\"confidence\":1},{\"boundingBox\":[5.5499,1.7149,5.838,1.7149,5.838,1.8444,5.5499,1.8444],\"text\":\"King\",\"confidence\":1},{\"boundingBox\":[5.8903,1.7133,6.022,1.7133,6.022,1.8172,5.8903,1.8172],\"text\":\"St\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8954,2.0404,1.8954,2.0404,2.0266,0.8019,2.0266],\"text\":\"Saratoga, CA 94588\",\"words\":[{\"boundingBox\":[0.8019,1.8954,1.3832,1.8954,1.3832,2.0266,0.8019,2.0266],\"text\":\"Saratoga,\",\"confidence\":1},{\"boundingBox\":[1.4388,1.8954,1.6222,1.8954,1.6222,1.9992,1.4388,1.9992],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[1.6677,1.8967,2.0404,1.8967,2.0404,2.0001,1.6677,2.0001],\"text\":\"94588\",\"confidence\":1}]},{\"boundingBox\":[5.2018,1.9045,6.5568,1.9045,6.5568,2.0275,5.2018,2.0275],\"text\":\"Redmond, WA 97624\",\"words\":[{\"boundingBox\":[5.2018,1.9049,5.8581,1.9049,5.8581,2.0275,5.2018,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[5.9069,1.9049,6.1364,1.9049,6.1364,2.0055,5.9069,2.0055],\"text\":\"WA\",\"confidence\":1},{\"boundingBox\":[6.1799,1.9045,6.5568,1.9045,6.5568,2.0072,6.1799,2.0072],\"text\":\"97624\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.415,2.8733,2.415,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.141,2.873,6.5875,2.873,6.5875,2.9736,6.141,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.141,2.873,6.4147,2.873,6.4147,2.9736,6.141,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.873,6.5875,2.873,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"words\":[{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"confidence\":1}]},{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"words\":[{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"confidence\":1}]},{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"words\":[{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"confidence\":1}]},{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"words\":[{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"confidence\":1}]},{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"words\":[{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"confidence\":1}]},{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"words\":[{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"confidence\":1}]},{\"boundingBox\":[6.8409,9.6656,7.0593,9.6656,7.0593,9.7681,6.8409,9.7681],\"text\":\"1 of\",\"words\":[{\"boundingBox\":[6.8409,9.6681,6.8837,9.6681,6.8837,9.7663,6.8409,9.7663],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[6.9512,9.6656,7.0593,9.6656,7.0593,9.7681,6.9512,9.7681],\"text\":\"of\",\"confidence\":1}]},{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"words\":[{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"confidence\":1}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/7/words/0\",\"#/readResults/0/lines/7/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\",\"#/readResults/0/lines/11/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859],\"elements\":[\"#/readResults/0/lines/16/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"DatedAs\":{\"type\":\"string\",\"valueString\":\"Invoice For:\",\"text\":\"Invoice For:\",\"page\":1,\"boundingBox\":[4.405,1.5150000000000001,5.1000000000000005,1.5150000000000001,5.1000000000000005,1.615,4.405,1.615],\"confidence\":0.121,\"elements\":[\"#/analyzeResult/readResults/0/lines/2/words/0\",\"#/analyzeResult/readResults/0/lines/2/words/1\"]},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"Page\",\"text\":\"Page\",\"page\":1,\"boundingBox\":[6.245,9.6650000000000009,6.55,9.6650000000000009,6.55,9.795,6.245,9.795],\"confidence\":0.162,\"elements\":[\"#/analyzeResult/readResults/0/lines/17/words/0\"]},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Invoice Date\",\"text\":\"Invoice Date\",\"page\":1,\"boundingBox\":[1.95,2.875,2.755,2.875,2.755,2.975,1.95,2.975],\"confidence\":0.209,\"elements\":[\"#/analyzeResult/readResults/0/lines/8/words/0\",\"#/analyzeResult/readResults/0/lines/8/words/1\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Invoice Number\",\"text\":\"Invoice Number\",\"page\":1,\"boundingBox\":[0.545,2.875,1.575,2.875,1.575,2.975,0.545,2.975],\"confidence\":0.222,\"elements\":[\"#/analyzeResult/readResults/0/lines/7/words/0\",\"#/analyzeResult/readResults/0/lines/7/words/1\"]},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"VAT ID\",\"text\":\"VAT ID\",\"page\":1,\"boundingBox\":[6.1400000000000006,2.875,6.59,2.875,6.59,2.975,6.1400000000000006,2.975],\"confidence\":0.11,\"elements\":[\"#/analyzeResult/readResults/0/lines/11/words/0\",\"#/analyzeResult/readResults/0/lines/11/words/1\"]},\"Signature\":{\"type\":\"string\",\"valueString\":\"1 of\",\"text\":\"1 of\",\"page\":1,\"boundingBox\":[6.84,9.6650000000000009,7.0600000000000005,9.6650000000000009,7.0600000000000005,9.77,6.84,9.77],\"confidence\":0.107,\"elements\":[\"#/analyzeResult/readResults/0/lines/18/words/0\",\"#/analyzeResult/readResults/0/lines/18/words/1\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"7689302 3/09/2015\",\"text\":\"7689302 3/09/2015\",\"page\":1,\"boundingBox\":[0.54,3.41,2.5500000000000003,3.41,2.5500000000000003,3.515,0.54,3.515],\"confidence\":0.125,\"elements\":[\"#/analyzeResult/readResults/0/lines/12/words/0\",\"#/analyzeResult/readResults/0/lines/13/words/0\"]},\"Email\":null,\"Merchant\":null,\"PhoneNumber\":null,\"Quantity\":null,\"Subtotal\":null,\"Tax\":null,\"Total\":null,\"Website\":null}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:35:12 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:55:51Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:58Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5375,1.1349,2.6064,1.1349,2.6064,1.354,0.5375,1.354],\"text\":\"Contoso Suites\",\"words\":[{\"boundingBox\":[0.5375,1.1402,1.6595,1.1402,1.6595,1.354,0.5375,1.354],\"text\":\"Contoso\",\"confidence\":1},{\"boundingBox\":[1.758,1.1349,2.6064,1.1349,2.6064,1.3534,1.758,1.3534],\"text\":\"Suites\",\"confidence\":1}]},{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,6.5483,1.5114,6.5483,1.6407,4.4033,1.6407],\"text\":\"Invoice For: First Up Consultants\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2048,1.513,5.4927,1.513,5.4927,1.6151,5.2048,1.6151],\"text\":\"First\",\"confidence\":1},{\"boundingBox\":[5.5427,1.513,5.712,1.513,5.712,1.6407,5.5427,1.6407],\"text\":\"Up\",\"confidence\":1},{\"boundingBox\":[5.7621,1.5114,6.5483,1.5114,6.5483,1.6151,5.7621,1.6151],\"text\":\"Consultants\",\"confidence\":1}]},{\"boundingBox\":[0.8107,1.7037,1.7138,1.7037,1.7138,1.8075,0.8107,1.8075],\"text\":\"14564 Main St.\",\"words\":[{\"boundingBox\":[0.8107,1.705,1.1733,1.705,1.1733,1.8075,0.8107,1.8075],\"text\":\"14564\",\"confidence\":1},{\"boundingBox\":[1.2286,1.7054,1.5086,1.7054,1.5086,1.8075,1.2286,1.8075],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5629,1.7037,1.7138,1.7037,1.7138,1.8075,1.5629,1.8075],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[5.2043,1.7133,6.022,1.7133,6.022,1.8444,5.2043,1.8444],\"text\":\"1234 King St\",\"words\":[{\"boundingBox\":[5.2043,1.7145,5.4979,1.7145,5.4979,1.817,5.2043,1.817],\"text\":\"1234\",\"confidence\":1},{\"boundingBox\":[5.5499,1.7149,5.838,1.7149,5.838,1.8444,5.5499,1.8444],\"text\":\"King\",\"confidence\":1},{\"boundingBox\":[5.8903,1.7133,6.022,1.7133,6.022,1.8172,5.8903,1.8172],\"text\":\"St\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8954,2.0404,1.8954,2.0404,2.0266,0.8019,2.0266],\"text\":\"Saratoga, CA 94588\",\"words\":[{\"boundingBox\":[0.8019,1.8954,1.3832,1.8954,1.3832,2.0266,0.8019,2.0266],\"text\":\"Saratoga,\",\"confidence\":1},{\"boundingBox\":[1.4388,1.8954,1.6222,1.8954,1.6222,1.9992,1.4388,1.9992],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[1.6677,1.8967,2.0404,1.8967,2.0404,2.0001,1.6677,2.0001],\"text\":\"94588\",\"confidence\":1}]},{\"boundingBox\":[5.2018,1.9045,6.5568,1.9045,6.5568,2.0275,5.2018,2.0275],\"text\":\"Redmond, WA 97624\",\"words\":[{\"boundingBox\":[5.2018,1.9049,5.8581,1.9049,5.8581,2.0275,5.2018,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[5.9069,1.9049,6.1364,1.9049,6.1364,2.0055,5.9069,2.0055],\"text\":\"WA\",\"confidence\":1},{\"boundingBox\":[6.1799,1.9045,6.5568,1.9045,6.5568,2.0072,6.1799,2.0072],\"text\":\"97624\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.415,2.8733,2.415,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.141,2.873,6.5875,2.873,6.5875,2.9736,6.141,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.141,2.873,6.4147,2.873,6.4147,2.9736,6.141,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.873,6.5875,2.873,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"words\":[{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"confidence\":1}]},{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"words\":[{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"confidence\":1}]},{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"words\":[{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"confidence\":1}]},{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"words\":[{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"confidence\":1}]},{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"words\":[{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"confidence\":1}]},{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"words\":[{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"confidence\":1}]},{\"boundingBox\":[6.8409,9.6656,7.0593,9.6656,7.0593,9.7681,6.8409,9.7681],\"text\":\"1 of\",\"words\":[{\"boundingBox\":[6.8409,9.6681,6.8837,9.6681,6.8837,9.7663,6.8409,9.7663],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[6.9512,9.6656,7.0593,9.6656,7.0593,9.7681,6.9512,9.7681],\"text\":\"of\",\"confidence\":1}]},{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"words\":[{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,10.224,1.0416,10.224,1.0416,10.9972,0,10.9972],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.6014,1.4993,10.6014,1.4993,10.9972,0,10.9972],\"confidence\":0.654,\"state\":\"unselected\"},{\"boundingBox\":[7.5289,10.3705,8.497,10.3705,8.497,11,7.5289,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/7/words/0\",\"#/readResults/0/lines/7/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\",\"#/readResults/0/lines/11/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859],\"elements\":[\"#/readResults/0/lines/16/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"pageRange\":[1,1],\"fields\":{\"Subtotal\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[7.41,9.67,7.45,9.67,7.45,9.765,7.41,9.765],\"confidence\":0.115,\"elements\":[\"#/readResults/0/lines/19/words/0\"]},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Invoice For: First Up Consultants\",\"text\":\"Invoice For: First Up Consultants\",\"page\":1,\"boundingBox\":[4.405,1.51,6.55,1.51,6.55,1.64,4.405,1.64],\"confidence\":0.113,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/2/words/3\",\"#/readResults/0/lines/2/words/4\"]},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"QR\",\"text\":\"QR\",\"page\":1,\"boundingBox\":[6.225,3.41,6.425,3.41,6.425,3.52,6.225,3.52],\"confidence\":0.245,\"elements\":[\"#/readResults/0/lines/16/words/0\"]},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"$22,123.24\",\"text\":\"$22,123.24\",\"page\":1,\"boundingBox\":[5.29,3.41,5.975,3.41,5.975,3.54,5.29,3.54],\"confidence\":0.249,\"elements\":[\"#/readResults/0/lines/15/words/0\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"Saratoga, CA 94588\",\"text\":\"Saratoga, CA 94588\",\"page\":1,\"boundingBox\":[0.8,1.895,2.04,1.895,2.04,2.025,0.8,2.025],\"confidence\":0.285,\"elements\":[\"#/readResults/0/lines/5/words/0\",\"#/readResults/0/lines/5/words/1\",\"#/readResults/0/lines/5/words/2\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Charges\",\"text\":\"Charges\",\"page\":1,\"boundingBox\":[4.745,2.87,5.29,2.87,5.29,3.005,4.745,3.005],\"confidence\":0.145,\"elements\":[\"#/readResults/0/lines/10/words/0\"]},\"DatedAs\":null,\"Email\":null,\"PhoneNumber\":null,\"PurchaseOrderNumber\":null,\"Quantity\":null,\"Signature\":null,\"Tax\":null,\"Total\":null,\"Website\":null},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:56:01 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/8dad0709-c82c-40b7-9321-5a2f210893ff/analyzeResults/a0fc774c-f27a-492a-a9f1-6fdadf20cb9c", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/cbf7fb98-fbd3-4550-b368-fc1d7fea2812/analyzeResults/a8b79005-5a29-43a2-9783-8d16df33d612", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "cf0b4be3-b863-4241-b795-409945cc61d9" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "d757878d-cff8-411a-b565-ac26cfcfc62d" }, "Response" : { - "x-envoy-upstream-service-time" : "5055", + "x-envoy-upstream-service-time" : "27", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "5e5aef8a-2262-418d-a3c5-769235e2b5b4", + "apim-request-id" : "94b0c746-aa65-4e9c-91b8-f4eb0bfb5f85", "retry-after" : "0", - "Content-Length" : "10592", + "Content-Length" : "10461", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:35:03Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:09Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5375,1.1349,2.6064,1.1349,2.6064,1.354,0.5375,1.354],\"text\":\"Contoso Suites\",\"words\":[{\"boundingBox\":[0.5375,1.1402,1.6595,1.1402,1.6595,1.354,0.5375,1.354],\"text\":\"Contoso\",\"confidence\":1},{\"boundingBox\":[1.758,1.1349,2.6064,1.1349,2.6064,1.3534,1.758,1.3534],\"text\":\"Suites\",\"confidence\":1}]},{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,6.5483,1.5114,6.5483,1.6407,4.4033,1.6407],\"text\":\"Invoice For: First Up Consultants\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2048,1.513,5.4927,1.513,5.4927,1.6151,5.2048,1.6151],\"text\":\"First\",\"confidence\":1},{\"boundingBox\":[5.5427,1.513,5.712,1.513,5.712,1.6407,5.5427,1.6407],\"text\":\"Up\",\"confidence\":1},{\"boundingBox\":[5.7621,1.5114,6.5483,1.5114,6.5483,1.6151,5.7621,1.6151],\"text\":\"Consultants\",\"confidence\":1}]},{\"boundingBox\":[0.8107,1.7037,1.7138,1.7037,1.7138,1.8075,0.8107,1.8075],\"text\":\"14564 Main St.\",\"words\":[{\"boundingBox\":[0.8107,1.705,1.1733,1.705,1.1733,1.8075,0.8107,1.8075],\"text\":\"14564\",\"confidence\":1},{\"boundingBox\":[1.2286,1.7054,1.5086,1.7054,1.5086,1.8075,1.2286,1.8075],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5629,1.7037,1.7138,1.7037,1.7138,1.8075,1.5629,1.8075],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[5.2043,1.7133,6.022,1.7133,6.022,1.8444,5.2043,1.8444],\"text\":\"1234 King St\",\"words\":[{\"boundingBox\":[5.2043,1.7145,5.4979,1.7145,5.4979,1.817,5.2043,1.817],\"text\":\"1234\",\"confidence\":1},{\"boundingBox\":[5.5499,1.7149,5.838,1.7149,5.838,1.8444,5.5499,1.8444],\"text\":\"King\",\"confidence\":1},{\"boundingBox\":[5.8903,1.7133,6.022,1.7133,6.022,1.8172,5.8903,1.8172],\"text\":\"St\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8954,2.0404,1.8954,2.0404,2.0266,0.8019,2.0266],\"text\":\"Saratoga, CA 94588\",\"words\":[{\"boundingBox\":[0.8019,1.8954,1.3832,1.8954,1.3832,2.0266,0.8019,2.0266],\"text\":\"Saratoga,\",\"confidence\":1},{\"boundingBox\":[1.4388,1.8954,1.6222,1.8954,1.6222,1.9992,1.4388,1.9992],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[1.6677,1.8967,2.0404,1.8967,2.0404,2.0001,1.6677,2.0001],\"text\":\"94588\",\"confidence\":1}]},{\"boundingBox\":[5.2018,1.9045,6.5568,1.9045,6.5568,2.0275,5.2018,2.0275],\"text\":\"Redmond, WA 97624\",\"words\":[{\"boundingBox\":[5.2018,1.9049,5.8581,1.9049,5.8581,2.0275,5.2018,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[5.9069,1.9049,6.1364,1.9049,6.1364,2.0055,5.9069,2.0055],\"text\":\"WA\",\"confidence\":1},{\"boundingBox\":[6.1799,1.9045,6.5568,1.9045,6.5568,2.0072,6.1799,2.0072],\"text\":\"97624\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.415,2.8733,2.415,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.141,2.873,6.5875,2.873,6.5875,2.9736,6.141,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.141,2.873,6.4147,2.873,6.4147,2.9736,6.141,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.873,6.5875,2.873,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"words\":[{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"confidence\":1}]},{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"words\":[{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"confidence\":1}]},{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"words\":[{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"confidence\":1}]},{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"words\":[{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"confidence\":1}]},{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"words\":[{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"confidence\":1}]},{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"words\":[{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"confidence\":1}]},{\"boundingBox\":[6.8409,9.6656,7.0593,9.6656,7.0593,9.7681,6.8409,9.7681],\"text\":\"1 of\",\"words\":[{\"boundingBox\":[6.8409,9.6681,6.8837,9.6681,6.8837,9.7663,6.8409,9.7663],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[6.9512,9.6656,7.0593,9.6656,7.0593,9.7681,6.9512,9.7681],\"text\":\"of\",\"confidence\":1}]},{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"words\":[{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"confidence\":1}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/7/words/0\",\"#/readResults/0/lines/7/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\",\"#/readResults/0/lines/11/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859],\"elements\":[\"#/readResults/0/lines/16/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"DatedAs\":{\"type\":\"string\",\"valueString\":\"Invoice For:\",\"text\":\"Invoice For:\",\"page\":1,\"boundingBox\":[4.405,1.5150000000000001,5.1000000000000005,1.5150000000000001,5.1000000000000005,1.615,4.405,1.615],\"confidence\":0.121,\"elements\":[\"#/analyzeResult/readResults/0/lines/2/words/0\",\"#/analyzeResult/readResults/0/lines/2/words/1\"]},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"Page\",\"text\":\"Page\",\"page\":1,\"boundingBox\":[6.245,9.6650000000000009,6.55,9.6650000000000009,6.55,9.795,6.245,9.795],\"confidence\":0.162,\"elements\":[\"#/analyzeResult/readResults/0/lines/17/words/0\"]},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Invoice Date\",\"text\":\"Invoice Date\",\"page\":1,\"boundingBox\":[1.95,2.875,2.755,2.875,2.755,2.975,1.95,2.975],\"confidence\":0.209,\"elements\":[\"#/analyzeResult/readResults/0/lines/8/words/0\",\"#/analyzeResult/readResults/0/lines/8/words/1\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Invoice Number\",\"text\":\"Invoice Number\",\"page\":1,\"boundingBox\":[0.545,2.875,1.575,2.875,1.575,2.975,0.545,2.975],\"confidence\":0.222,\"elements\":[\"#/analyzeResult/readResults/0/lines/7/words/0\",\"#/analyzeResult/readResults/0/lines/7/words/1\"]},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"VAT ID\",\"text\":\"VAT ID\",\"page\":1,\"boundingBox\":[6.1400000000000006,2.875,6.59,2.875,6.59,2.975,6.1400000000000006,2.975],\"confidence\":0.11,\"elements\":[\"#/analyzeResult/readResults/0/lines/11/words/0\",\"#/analyzeResult/readResults/0/lines/11/words/1\"]},\"Signature\":{\"type\":\"string\",\"valueString\":\"1 of\",\"text\":\"1 of\",\"page\":1,\"boundingBox\":[6.84,9.6650000000000009,7.0600000000000005,9.6650000000000009,7.0600000000000005,9.77,6.84,9.77],\"confidence\":0.107,\"elements\":[\"#/analyzeResult/readResults/0/lines/18/words/0\",\"#/analyzeResult/readResults/0/lines/18/words/1\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"7689302 3/09/2015\",\"text\":\"7689302 3/09/2015\",\"page\":1,\"boundingBox\":[0.54,3.41,2.5500000000000003,3.41,2.5500000000000003,3.515,0.54,3.515],\"confidence\":0.125,\"elements\":[\"#/analyzeResult/readResults/0/lines/12/words/0\",\"#/analyzeResult/readResults/0/lines/13/words/0\"]},\"Email\":null,\"Merchant\":null,\"PhoneNumber\":null,\"Quantity\":null,\"Subtotal\":null,\"Tax\":null,\"Total\":null,\"Website\":null}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:35:17 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:55:51Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:58Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5375,1.1349,2.6064,1.1349,2.6064,1.354,0.5375,1.354],\"text\":\"Contoso Suites\",\"words\":[{\"boundingBox\":[0.5375,1.1402,1.6595,1.1402,1.6595,1.354,0.5375,1.354],\"text\":\"Contoso\",\"confidence\":1},{\"boundingBox\":[1.758,1.1349,2.6064,1.1349,2.6064,1.3534,1.758,1.3534],\"text\":\"Suites\",\"confidence\":1}]},{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,6.5483,1.5114,6.5483,1.6407,4.4033,1.6407],\"text\":\"Invoice For: First Up Consultants\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2048,1.513,5.4927,1.513,5.4927,1.6151,5.2048,1.6151],\"text\":\"First\",\"confidence\":1},{\"boundingBox\":[5.5427,1.513,5.712,1.513,5.712,1.6407,5.5427,1.6407],\"text\":\"Up\",\"confidence\":1},{\"boundingBox\":[5.7621,1.5114,6.5483,1.5114,6.5483,1.6151,5.7621,1.6151],\"text\":\"Consultants\",\"confidence\":1}]},{\"boundingBox\":[0.8107,1.7037,1.7138,1.7037,1.7138,1.8075,0.8107,1.8075],\"text\":\"14564 Main St.\",\"words\":[{\"boundingBox\":[0.8107,1.705,1.1733,1.705,1.1733,1.8075,0.8107,1.8075],\"text\":\"14564\",\"confidence\":1},{\"boundingBox\":[1.2286,1.7054,1.5086,1.7054,1.5086,1.8075,1.2286,1.8075],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5629,1.7037,1.7138,1.7037,1.7138,1.8075,1.5629,1.8075],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[5.2043,1.7133,6.022,1.7133,6.022,1.8444,5.2043,1.8444],\"text\":\"1234 King St\",\"words\":[{\"boundingBox\":[5.2043,1.7145,5.4979,1.7145,5.4979,1.817,5.2043,1.817],\"text\":\"1234\",\"confidence\":1},{\"boundingBox\":[5.5499,1.7149,5.838,1.7149,5.838,1.8444,5.5499,1.8444],\"text\":\"King\",\"confidence\":1},{\"boundingBox\":[5.8903,1.7133,6.022,1.7133,6.022,1.8172,5.8903,1.8172],\"text\":\"St\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8954,2.0404,1.8954,2.0404,2.0266,0.8019,2.0266],\"text\":\"Saratoga, CA 94588\",\"words\":[{\"boundingBox\":[0.8019,1.8954,1.3832,1.8954,1.3832,2.0266,0.8019,2.0266],\"text\":\"Saratoga,\",\"confidence\":1},{\"boundingBox\":[1.4388,1.8954,1.6222,1.8954,1.6222,1.9992,1.4388,1.9992],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[1.6677,1.8967,2.0404,1.8967,2.0404,2.0001,1.6677,2.0001],\"text\":\"94588\",\"confidence\":1}]},{\"boundingBox\":[5.2018,1.9045,6.5568,1.9045,6.5568,2.0275,5.2018,2.0275],\"text\":\"Redmond, WA 97624\",\"words\":[{\"boundingBox\":[5.2018,1.9049,5.8581,1.9049,5.8581,2.0275,5.2018,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[5.9069,1.9049,6.1364,1.9049,6.1364,2.0055,5.9069,2.0055],\"text\":\"WA\",\"confidence\":1},{\"boundingBox\":[6.1799,1.9045,6.5568,1.9045,6.5568,2.0072,6.1799,2.0072],\"text\":\"97624\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.415,2.8733,2.415,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.141,2.873,6.5875,2.873,6.5875,2.9736,6.141,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.141,2.873,6.4147,2.873,6.4147,2.9736,6.141,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.873,6.5875,2.873,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"words\":[{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"confidence\":1}]},{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"words\":[{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"confidence\":1}]},{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"words\":[{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"confidence\":1}]},{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"words\":[{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"confidence\":1}]},{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"words\":[{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"confidence\":1}]},{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"words\":[{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"confidence\":1}]},{\"boundingBox\":[6.8409,9.6656,7.0593,9.6656,7.0593,9.7681,6.8409,9.7681],\"text\":\"1 of\",\"words\":[{\"boundingBox\":[6.8409,9.6681,6.8837,9.6681,6.8837,9.7663,6.8409,9.7663],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[6.9512,9.6656,7.0593,9.6656,7.0593,9.7681,6.9512,9.7681],\"text\":\"of\",\"confidence\":1}]},{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"words\":[{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,10.224,1.0416,10.224,1.0416,10.9972,0,10.9972],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.6014,1.4993,10.6014,1.4993,10.9972,0,10.9972],\"confidence\":0.654,\"state\":\"unselected\"},{\"boundingBox\":[7.5289,10.3705,8.497,10.3705,8.497,11,7.5289,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/7/words/0\",\"#/readResults/0/lines/7/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\",\"#/readResults/0/lines/11/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859],\"elements\":[\"#/readResults/0/lines/16/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"modelId\":\"cbf7fb98-fbd3-4550-b368-fc1d7fea2812\",\"pageRange\":[1,1],\"fields\":{\"Subtotal\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[7.41,9.67,7.45,9.67,7.45,9.765,7.41,9.765],\"confidence\":0.115,\"elements\":[\"#/readResults/0/lines/19/words/0\"]},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Invoice For: First Up Consultants\",\"text\":\"Invoice For: First Up Consultants\",\"page\":1,\"boundingBox\":[4.405,1.51,6.55,1.51,6.55,1.64,4.405,1.64],\"confidence\":0.113,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/2/words/3\",\"#/readResults/0/lines/2/words/4\"]},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"QR\",\"text\":\"QR\",\"page\":1,\"boundingBox\":[6.225,3.41,6.425,3.41,6.425,3.52,6.225,3.52],\"confidence\":0.245,\"elements\":[\"#/readResults/0/lines/16/words/0\"]},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"$22,123.24\",\"text\":\"$22,123.24\",\"page\":1,\"boundingBox\":[5.29,3.41,5.975,3.41,5.975,3.54,5.29,3.54],\"confidence\":0.249,\"elements\":[\"#/readResults/0/lines/15/words/0\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"Saratoga, CA 94588\",\"text\":\"Saratoga, CA 94588\",\"page\":1,\"boundingBox\":[0.8,1.895,2.04,1.895,2.04,2.025,0.8,2.025],\"confidence\":0.285,\"elements\":[\"#/readResults/0/lines/5/words/0\",\"#/readResults/0/lines/5/words/1\",\"#/readResults/0/lines/5/words/2\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Charges\",\"text\":\"Charges\",\"page\":1,\"boundingBox\":[4.745,2.87,5.29,2.87,5.29,3.005,4.745,3.005],\"confidence\":0.145,\"elements\":[\"#/readResults/0/lines/10/words/0\"]},\"DatedAs\":null,\"Email\":null,\"PhoneNumber\":null,\"PurchaseOrderNumber\":null,\"Quantity\":null,\"Signature\":null,\"Tax\":null,\"Total\":null,\"Website\":null},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:56:03 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataExcludeFieldElements.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataExcludeFieldElements.json index 1a0d9765c3ba0..624789c28a87b 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataExcludeFieldElements.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataExcludeFieldElements.json @@ -1,161 +1,141 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "9de399e0-d7c3-461b-9c8f-e6812784342f", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "da6d8731-99a5-4ce6-b279-5ce8ba86b8f8", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "264", + "x-envoy-upstream-service-time" : "134", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "8e7e0a51-a290-4b39-89a9-317e90800640", + "apim-request-id" : "8aa7b97f-d0a9-4bba-ab85-f7f57edc36b9", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:40:45 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9fa459ae-a200-4529-9170-be82699885d7" + "Date" : "Wed, 16 Sep 2020 00:51:06 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4d4c5514-4056-4df1-a597-dd056c90cc0f" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9fa459ae-a200-4529-9170-be82699885d7?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/4d4c5514-4056-4df1-a597-dd056c90cc0f?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "3bbe1bdf-0b5a-4be4-b7d5-617c6a09cc39" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "d238af47-a716-4a3e-9564-5b679f043d93" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "56", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "06264a36-4faf-4488-8ffb-20bd7b172a08", + "apim-request-id" : "acadaaba-4876-442e-b0aa-00a80a05a879", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"9fa459ae-a200-4529-9170-be82699885d7\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:40:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:45Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:40:50 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"4d4c5514-4056-4df1-a597-dd056c90cc0f\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:07Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:09Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:12 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9fa459ae-a200-4529-9170-be82699885d7?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/4d4c5514-4056-4df1-a597-dd056c90cc0f?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "b34c94ca-18ed-47ed-af67-2a8fa4612c1a" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "8171fd36-4d8a-44ce-a96d-d5cb7a88c192" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "25", + "x-envoy-upstream-service-time" : "55", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "2b03efd8-a7fb-4e0d-bc1e-aebe62376eef", + "apim-request-id" : "20b2c6a8-f274-47b9-9e0c-dcebf0b5d39f", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"9fa459ae-a200-4529-9170-be82699885d7\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:40:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:45Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:40:55 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"4d4c5514-4056-4df1-a597-dd056c90cc0f\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:07Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:09Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:12 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9fa459ae-a200-4529-9170-be82699885d7?includeKeys=true", + "Method" : "POST", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/4d4c5514-4056-4df1-a597-dd056c90cc0f/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "9babe709-f02b-4447-90a5-9b2256009f1a" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "37d9d02e-d156-4142-bfe7-59b257a93679", + "Content-Type" : "application/pdf" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "26", + "x-envoy-upstream-service-time" : "199", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a0451daa-05f9-4219-86f7-2192121e5067", + "apim-request-id" : "279c5a29-f1b7-4999-ac0b-43b8a8af7e62", "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"9fa459ae-a200-4529-9170-be82699885d7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:40:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:58Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:41:00 GMT", - "Content-Type" : "application/json; charset=utf-8" + "Content-Length" : "0", + "StatusCode" : "202", + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4d4c5514-4056-4df1-a597-dd056c90cc0f/analyzeresults/1a92e318-06c0-4b56-bd42-7d9056e65347", + "Date" : "Wed, 16 Sep 2020 00:51:13 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9fa459ae-a200-4529-9170-be82699885d7?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/4d4c5514-4056-4df1-a597-dd056c90cc0f/analyzeResults/1a92e318-06c0-4b56-bd42-7d9056e65347", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5618992b-3afc-4774-bf90-6fb8d2fbfdfa" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "11b89a65-c2a1-4900-b32c-f57589ce82b4" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "31", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "abe220f2-5f9e-45c1-9733-1735e30a1351", + "apim-request-id" : "97deed13-f37c-4906-89b0-7b316db6d4bb", "retry-after" : "0", + "Content-Length" : "109", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"9fa459ae-a200-4529-9170-be82699885d7\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:40:45Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:58Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:41:01 GMT", + "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-09-16T00:51:13Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:17Z\"}", + "Date" : "Wed, 16 Sep 2020 00:51:18 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null - }, { - "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9fa459ae-a200-4529-9170-be82699885d7/analyze?includeTextDetails=false", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "4c25ccb7-a384-412d-83d4-f3217ba4e53f", - "Content-Type" : "application/pdf" - }, - "Response" : { - "x-envoy-upstream-service-time" : "255", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "0d3b0bda-1c7e-4901-9082-01d1b6fafb31", - "retry-after" : "0", - "Content-Length" : "0", - "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9fa459ae-a200-4529-9170-be82699885d7/analyzeresults/552824cd-8b88-47d2-843e-8426d414a0de", - "Date" : "Thu, 06 Aug 2020 22:41:02 GMT" - }, - "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9fa459ae-a200-4529-9170-be82699885d7/analyzeResults/552824cd-8b88-47d2-843e-8426d414a0de", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/4d4c5514-4056-4df1-a597-dd056c90cc0f/analyzeResults/1a92e318-06c0-4b56-bd42-7d9056e65347", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "09748eea-fbc0-4c0b-8d2e-04db17c1ba58" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7222fb64-e211-48e5-b070-f6755ab7a3e2" }, "Response" : { - "x-envoy-upstream-service-time" : "5078", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "749f9478-521a-402f-b1bb-ab36276108c9", + "apim-request-id" : "e57bb819-01eb-4191-94d0-9bcc356d3774", "retry-after" : "0", - "Content-Length" : "3110", + "Content-Length" : "3211", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:41:02Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:41:10Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Invoice Date\",\"text\":\"Invoice Date\",\"page\":1,\"boundingBox\":[1.95,2.875,2.755,2.875,2.755,2.975,1.95,2.975],\"confidence\":0.209},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Invoice Number\",\"text\":\"Invoice Number\",\"page\":1,\"boundingBox\":[0.545,2.875,1.575,2.875,1.575,2.975,0.545,2.975],\"confidence\":0.222},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"Page\",\"text\":\"Page\",\"page\":1,\"boundingBox\":[6.245,9.6650000000000009,6.55,9.6650000000000009,6.55,9.795,6.245,9.795],\"confidence\":0.162},\"Signature\":{\"type\":\"string\",\"valueString\":\"1 of\",\"text\":\"1 of\",\"page\":1,\"boundingBox\":[6.84,9.6650000000000009,7.0600000000000005,9.6650000000000009,7.0600000000000005,9.77,6.84,9.77],\"confidence\":0.107},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"7689302 3/09/2015\",\"text\":\"7689302 3/09/2015\",\"page\":1,\"boundingBox\":[0.54,3.41,2.5500000000000003,3.41,2.5500000000000003,3.515,0.54,3.515],\"confidence\":0.125},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"VAT ID\",\"text\":\"VAT ID\",\"page\":1,\"boundingBox\":[6.1400000000000006,2.875,6.59,2.875,6.59,2.975,6.1400000000000006,2.975],\"confidence\":0.11},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"Invoice For:\",\"text\":\"Invoice For:\",\"page\":1,\"boundingBox\":[4.405,1.5150000000000001,5.1000000000000005,1.5150000000000001,5.1000000000000005,1.615,4.405,1.615],\"confidence\":0.121},\"Email\":null,\"Merchant\":null,\"PhoneNumber\":null,\"Quantity\":null,\"Subtotal\":null,\"Tax\":null,\"Total\":null,\"Website\":null}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:41:11 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:13Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:21Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"selectionMarks\":[{\"boundingBox\":[0,10.224,1.0416,10.224,1.0416,10.9972,0,10.9972],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.6014,1.4993,10.6014,1.4993,10.9972,0,10.9972],\"confidence\":0.654,\"state\":\"unselected\"},{\"boundingBox\":[7.5289,10.3705,8.497,10.3705,8.497,11,7.5289,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859]}]}]}],\"documentResults\":[{\"docType\":\"custom:4d4c5514-4056-4df1-a597-dd056c90cc0f\",\"modelId\":\"4d4c5514-4056-4df1-a597-dd056c90cc0f\",\"pageRange\":[1,1],\"fields\":{\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"Saratoga, CA 94588\",\"text\":\"Saratoga, CA 94588\",\"page\":1,\"boundingBox\":[0.8,1.895,2.04,1.895,2.04,2.025,0.8,2.025],\"confidence\":0.285},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Charges\",\"text\":\"Charges\",\"page\":1,\"boundingBox\":[4.745,2.87,5.29,2.87,5.29,3.005,4.745,3.005],\"confidence\":0.145},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Invoice For: First Up Consultants\",\"text\":\"Invoice For: First Up Consultants\",\"page\":1,\"boundingBox\":[4.405,1.51,6.55,1.51,6.55,1.64,4.405,1.64],\"confidence\":0.113},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"QR\",\"text\":\"QR\",\"page\":1,\"boundingBox\":[6.225,3.41,6.425,3.41,6.425,3.52,6.225,3.52],\"confidence\":0.245},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"$22,123.24\",\"text\":\"$22,123.24\",\"page\":1,\"boundingBox\":[5.29,3.41,5.975,3.41,5.975,3.54,5.29,3.54],\"confidence\":0.249},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[7.41,9.67,7.45,9.67,7.45,9.765,7.41,9.765],\"confidence\":0.115},\"DatedAs\":null,\"Email\":null,\"PhoneNumber\":null,\"PurchaseOrderNumber\":null,\"Quantity\":null,\"Signature\":null,\"Tax\":null,\"Total\":null,\"Website\":null},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:24 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9fa459ae-a200-4529-9170-be82699885d7/analyzeResults/552824cd-8b88-47d2-843e-8426d414a0de", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/4d4c5514-4056-4df1-a597-dd056c90cc0f/analyzeResults/1a92e318-06c0-4b56-bd42-7d9056e65347", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "0d9df853-d4f0-4a53-b159-475a0ccd94ad" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4989e3ef-7a1b-43c4-b748-0528bce07385" }, "Response" : { - "x-envoy-upstream-service-time" : "26", + "x-envoy-upstream-service-time" : "184", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "e04c0e78-7635-4cf0-8f52-6d0624778b1c", + "apim-request-id" : "584d882f-d149-4e26-b412-8c5add283927", "retry-after" : "0", - "Content-Length" : "3110", + "Content-Length" : "3211", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:41:02Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:41:10Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Invoice Date\",\"text\":\"Invoice Date\",\"page\":1,\"boundingBox\":[1.95,2.875,2.755,2.875,2.755,2.975,1.95,2.975],\"confidence\":0.209},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Invoice Number\",\"text\":\"Invoice Number\",\"page\":1,\"boundingBox\":[0.545,2.875,1.575,2.875,1.575,2.975,0.545,2.975],\"confidence\":0.222},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"Page\",\"text\":\"Page\",\"page\":1,\"boundingBox\":[6.245,9.6650000000000009,6.55,9.6650000000000009,6.55,9.795,6.245,9.795],\"confidence\":0.162},\"Signature\":{\"type\":\"string\",\"valueString\":\"1 of\",\"text\":\"1 of\",\"page\":1,\"boundingBox\":[6.84,9.6650000000000009,7.0600000000000005,9.6650000000000009,7.0600000000000005,9.77,6.84,9.77],\"confidence\":0.107},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"7689302 3/09/2015\",\"text\":\"7689302 3/09/2015\",\"page\":1,\"boundingBox\":[0.54,3.41,2.5500000000000003,3.41,2.5500000000000003,3.515,0.54,3.515],\"confidence\":0.125},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"VAT ID\",\"text\":\"VAT ID\",\"page\":1,\"boundingBox\":[6.1400000000000006,2.875,6.59,2.875,6.59,2.975,6.1400000000000006,2.975],\"confidence\":0.11},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"Invoice For:\",\"text\":\"Invoice For:\",\"page\":1,\"boundingBox\":[4.405,1.5150000000000001,5.1000000000000005,1.5150000000000001,5.1000000000000005,1.615,4.405,1.615],\"confidence\":0.121},\"Email\":null,\"Merchant\":null,\"PhoneNumber\":null,\"Quantity\":null,\"Subtotal\":null,\"Tax\":null,\"Total\":null,\"Website\":null}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:41:11 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:13Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:21Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"selectionMarks\":[{\"boundingBox\":[0,10.224,1.0416,10.224,1.0416,10.9972,0,10.9972],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.6014,1.4993,10.6014,1.4993,10.9972,0,10.9972],\"confidence\":0.654,\"state\":\"unselected\"},{\"boundingBox\":[7.5289,10.3705,8.497,10.3705,8.497,11,7.5289,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859]}]}]}],\"documentResults\":[{\"docType\":\"custom:4d4c5514-4056-4df1-a597-dd056c90cc0f\",\"modelId\":\"4d4c5514-4056-4df1-a597-dd056c90cc0f\",\"pageRange\":[1,1],\"fields\":{\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"Saratoga, CA 94588\",\"text\":\"Saratoga, CA 94588\",\"page\":1,\"boundingBox\":[0.8,1.895,2.04,1.895,2.04,2.025,0.8,2.025],\"confidence\":0.285},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Charges\",\"text\":\"Charges\",\"page\":1,\"boundingBox\":[4.745,2.87,5.29,2.87,5.29,3.005,4.745,3.005],\"confidence\":0.145},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Invoice For: First Up Consultants\",\"text\":\"Invoice For: First Up Consultants\",\"page\":1,\"boundingBox\":[4.405,1.51,6.55,1.51,6.55,1.64,4.405,1.64],\"confidence\":0.113},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"QR\",\"text\":\"QR\",\"page\":1,\"boundingBox\":[6.225,3.41,6.425,3.41,6.425,3.52,6.225,3.52],\"confidence\":0.245},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"$22,123.24\",\"text\":\"$22,123.24\",\"page\":1,\"boundingBox\":[5.29,3.41,5.975,3.41,5.975,3.54,5.29,3.54],\"confidence\":0.249},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[7.41,9.67,7.45,9.67,7.45,9.765,7.41,9.765],\"confidence\":0.115},\"DatedAs\":null,\"Email\":null,\"PhoneNumber\":null,\"PurchaseOrderNumber\":null,\"Quantity\":null,\"Signature\":null,\"Tax\":null,\"Total\":null,\"Website\":null},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:23 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithBlankPdfContentType.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithBlankPdfContentType.json index dd320ac0da189..20e4f1a60333f 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithBlankPdfContentType.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithBlankPdfContentType.json @@ -1,181 +1,141 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "aa35fea7-de0a-40c4-ab84-e8bc7f210286", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "185d3a7d-58cd-401c-80b4-2f16646e57fd", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "233", + "x-envoy-upstream-service-time" : "139", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "680604b2-c9c9-46a0-969d-38efd0b42e8c", + "apim-request-id" : "657e0a5a-30da-405c-9611-913e20f4c787", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:40:12 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f31d7419-c868-4082-b0ff-27b6678e6828" + "Date" : "Wed, 16 Sep 2020 00:51:25 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/8b8fac00-8765-42ed-92c4-01c076db33fa" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/f31d7419-c868-4082-b0ff-27b6678e6828?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8b8fac00-8765-42ed-92c4-01c076db33fa?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "1a1139fd-cb01-4813-bac5-19c37e263e65" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "20", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "bf1b0ea5-584e-475a-afa8-37702a5edf5b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"f31d7419-c868-4082-b0ff-27b6678e6828\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:40:13Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:13Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:40:17 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/f31d7419-c868-4082-b0ff-27b6678e6828?includeKeys=true", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "37c99d3e-1ca7-48e0-9130-396c746394d7" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "b94d7b51-4d70-47b9-85e2-25b464f5c157", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"f31d7419-c868-4082-b0ff-27b6678e6828\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:40:13Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:13Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:40:23 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/f31d7419-c868-4082-b0ff-27b6678e6828?includeKeys=true", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "dbcd70a7-8739-4f70-8f32-c7a2be54d325" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7faa6b62-c58f-4d19-afa2-e6c730ac359c" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "198948ab-5b17-48a5-bee9-b9a3146c609f", + "apim-request-id" : "12e1fc35-e2ef-4e8b-9a0b-44a222e7f0bd", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"f31d7419-c868-4082-b0ff-27b6678e6828\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:40:13Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:25Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:40:28 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"8b8fac00-8765-42ed-92c4-01c076db33fa\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:25Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:27Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:31 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/f31d7419-c868-4082-b0ff-27b6678e6828?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8b8fac00-8765-42ed-92c4-01c076db33fa?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "d661b0ec-6cc6-4c36-b800-b499fba17e97" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7e804bc8-4fcf-4d9a-97a3-685f750fd20e" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "29", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "4665a510-9df3-43c6-b510-f53f6631ee52", + "apim-request-id" : "ac66fba5-de27-43c5-8036-30090874e1db", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"f31d7419-c868-4082-b0ff-27b6678e6828\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:40:13Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:25Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:40:28 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"8b8fac00-8765-42ed-92c4-01c076db33fa\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:25Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:27Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:31 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/f31d7419-c868-4082-b0ff-27b6678e6828/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8b8fac00-8765-42ed-92c4-01c076db33fa/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a36969bb-ad1b-4c38-89ad-797860c77730", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "9faf66bf-0175-4fa7-8897-31f04b0965fa", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "5133", + "x-envoy-upstream-service-time" : "69", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "c25e4359-4516-4d5e-af49-c02ec2cbcca0", + "apim-request-id" : "afbe63db-ab38-4155-a6d3-29bb4359d073", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/f31d7419-c868-4082-b0ff-27b6678e6828/analyzeresults/4f5f6741-6066-42f6-9e4d-b399f041ea21", - "Date" : "Thu, 06 Aug 2020 22:40:34 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/8b8fac00-8765-42ed-92c4-01c076db33fa/analyzeresults/2ac92e83-4b2d-4373-a27a-eeacc621937d", + "Date" : "Wed, 16 Sep 2020 00:51:33 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/f31d7419-c868-4082-b0ff-27b6678e6828/analyzeResults/4f5f6741-6066-42f6-9e4d-b399f041ea21", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8b8fac00-8765-42ed-92c4-01c076db33fa/analyzeResults/2ac92e83-4b2d-4373-a27a-eeacc621937d", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a1d768ad-9c55-407e-aa67-873daf371151" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "883923d1-3f85-4d57-a6b0-7e7d00c72aff" }, "Response" : { - "x-envoy-upstream-service-time" : "28", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "df935cf4-74dd-4163-9f3c-e60ec19988df", + "apim-request-id" : "dc9277e1-d550-4e29-a838-d258d9d8b37c", "retry-after" : "0", "Content-Length" : "109", "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-06T22:40:29Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:34Z\"}", - "Date" : "Thu, 06 Aug 2020 22:40:39 GMT", + "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-09-16T00:51:33Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:36Z\"}", + "Date" : "Wed, 16 Sep 2020 00:51:37 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/f31d7419-c868-4082-b0ff-27b6678e6828/analyzeResults/4f5f6741-6066-42f6-9e4d-b399f041ea21", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8b8fac00-8765-42ed-92c4-01c076db33fa/analyzeResults/2ac92e83-4b2d-4373-a27a-eeacc621937d", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "0094f8fa-02f7-4cc8-9417-6d37f7b1b4ce" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "a98d13bb-77c6-4f64-9888-25ab4267a591" }, "Response" : { - "x-envoy-upstream-service-time" : "31", + "x-envoy-upstream-service-time" : "17", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ef8690fc-a334-4ddf-b9a1-86e6b71c9e00", + "apim-request-id" : "9a2eef45-08a4-4dc1-833d-1d244d5f56ad", "retry-after" : "0", - "Content-Length" : "632", + "Content-Length" : "721", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:40:29Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:42Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"}],\"pageResults\":[{\"page\":1,\"tables\":[]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"CompanyAddress\":null,\"CompanyName\":null,\"CompanyPhoneNumber\":null,\"DatedAs\":null,\"Email\":null,\"Merchant\":null,\"PhoneNumber\":null,\"PurchaseOrderNumber\":null,\"Quantity\":null,\"Signature\":null,\"Subtotal\":null,\"Tax\":null,\"Total\":null,\"VendorName\":null,\"Website\":null}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:40:44 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:33Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:40Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"}],\"pageResults\":[{\"page\":1,\"tables\":[]}],\"documentResults\":[{\"docType\":\"custom:8b8fac00-8765-42ed-92c4-01c076db33fa\",\"modelId\":\"8b8fac00-8765-42ed-92c4-01c076db33fa\",\"pageRange\":[1,1],\"fields\":{\"CompanyAddress\":null,\"CompanyName\":null,\"CompanyPhoneNumber\":null,\"DatedAs\":null,\"Email\":null,\"Merchant\":null,\"PhoneNumber\":null,\"PurchaseOrderNumber\":null,\"Quantity\":null,\"Signature\":null,\"Subtotal\":null,\"Tax\":null,\"Total\":null,\"VendorName\":null,\"Website\":null},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:43 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/f31d7419-c868-4082-b0ff-27b6678e6828/analyzeResults/4f5f6741-6066-42f6-9e4d-b399f041ea21", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8b8fac00-8765-42ed-92c4-01c076db33fa/analyzeResults/2ac92e83-4b2d-4373-a27a-eeacc621937d", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "279985cf-675c-4b1e-ba74-8d6e9f5d64e2" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b2cc7652-6bf1-48cb-8fa8-2ff7fb2de3d5" }, "Response" : { - "x-envoy-upstream-service-time" : "55", + "x-envoy-upstream-service-time" : "30", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "4d85d807-0af0-45a8-bb3c-b083ac7cb9ae", + "apim-request-id" : "bb3acf15-69c4-4f73-a864-7b8132ccfae0", "retry-after" : "0", - "Content-Length" : "632", + "Content-Length" : "721", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:40:29Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:40:42Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"}],\"pageResults\":[{\"page\":1,\"tables\":[]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"CompanyAddress\":null,\"CompanyName\":null,\"CompanyPhoneNumber\":null,\"DatedAs\":null,\"Email\":null,\"Merchant\":null,\"PhoneNumber\":null,\"PurchaseOrderNumber\":null,\"Quantity\":null,\"Signature\":null,\"Subtotal\":null,\"Tax\":null,\"Total\":null,\"VendorName\":null,\"Website\":null}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:40:44 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:33Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:40Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"}],\"pageResults\":[{\"page\":1,\"tables\":[]}],\"documentResults\":[{\"docType\":\"custom:8b8fac00-8765-42ed-92c4-01c076db33fa\",\"modelId\":\"8b8fac00-8765-42ed-92c4-01c076db33fa\",\"pageRange\":[1,1],\"fields\":{\"CompanyAddress\":null,\"CompanyName\":null,\"CompanyPhoneNumber\":null,\"DatedAs\":null,\"Email\":null,\"Merchant\":null,\"PhoneNumber\":null,\"PurchaseOrderNumber\":null,\"Quantity\":null,\"Signature\":null,\"Subtotal\":null,\"Tax\":null,\"Total\":null,\"VendorName\":null,\"Website\":null},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:43 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithContentTypeAutoDetection.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithContentTypeAutoDetection.json index 8f2eca9dd5189..63ea2f57e43df 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithContentTypeAutoDetection.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithContentTypeAutoDetection.json @@ -1,141 +1,141 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "d843022b-1d8f-479d-9f08-b601acb4bcfa", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f575cd7b-c5a2-4a52-b1d3-9a2eb3ca24dc", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "6096", + "x-envoy-upstream-service-time" : "1004", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "7c178c5b-0201-4f5d-b84b-00e163b64332", + "apim-request-id" : "e507882c-0584-4ad2-98ed-5f8a62cec8e5", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:37:41 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/19223706-8d04-4fec-bd1b-90716e00013d" + "Date" : "Wed, 16 Sep 2020 00:54:19 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f790b53c-7d8e-4960-8871-54787ceb41d5" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/19223706-8d04-4fec-bd1b-90716e00013d?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/f790b53c-7d8e-4960-8871-54787ceb41d5?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "276b1fe7-fcdf-46c3-a410-aa99364d1d6b" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "1b08910e-d8a1-47dc-afc1-15ab8d6ff31b" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "29", + "x-envoy-upstream-service-time" : "16", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "32c7200d-f08e-44e3-8763-a697dce3815f", + "apim-request-id" : "d536612c-5ef1-461a-8fae-5e221fc476a7", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"19223706-8d04-4fec-bd1b-90716e00013d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:43Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:37:46 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"f790b53c-7d8e-4960-8871-54787ceb41d5\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:20Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:22Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:25 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/19223706-8d04-4fec-bd1b-90716e00013d?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/f790b53c-7d8e-4960-8871-54787ceb41d5?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "0316b142-9864-43e1-bdce-896710960a27" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e802560a-cc10-4c0b-9376-271d7afeb3d3" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "90", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "e0750756-e55e-4552-a2bb-13c933688b0b", + "apim-request-id" : "316e5ff3-9a4b-48be-8de9-1677b414604f", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"19223706-8d04-4fec-bd1b-90716e00013d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:35Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:43Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:37:47 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"f790b53c-7d8e-4960-8871-54787ceb41d5\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:20Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:22Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:24 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/19223706-8d04-4fec-bd1b-90716e00013d/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/f790b53c-7d8e-4960-8871-54787ceb41d5/analyze?includeTextDetails=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "ebc14574-70a5-43ab-902d-14a2e829fe2f", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7cc28e23-3528-4573-bdc5-576f9fd83b43", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "86", + "x-envoy-upstream-service-time" : "70", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f997f623-1218-4809-bbe3-2cd288ab0079", + "apim-request-id" : "5739c37a-24d9-4c3e-b7c0-b26326a2d9b5", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/19223706-8d04-4fec-bd1b-90716e00013d/analyzeresults/2d6b04a7-c75c-4d38-b02b-fea74faeb21a", - "Date" : "Thu, 06 Aug 2020 22:37:48 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f790b53c-7d8e-4960-8871-54787ceb41d5/analyzeresults/cef65230-8c16-4646-965d-96b73d64d9ea", + "Date" : "Wed, 16 Sep 2020 00:54:27 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/19223706-8d04-4fec-bd1b-90716e00013d/analyzeResults/2d6b04a7-c75c-4d38-b02b-fea74faeb21a", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/f790b53c-7d8e-4960-8871-54787ceb41d5/analyzeResults/cef65230-8c16-4646-965d-96b73d64d9ea", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "09a37135-1988-4eb1-bd44-0091c1df46b8" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "68e8a32b-11ca-4148-8398-b0e475e85f7f" }, "Response" : { - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "34", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "24547c8a-81ec-4fb0-b7a3-3c4bd4c7d4c5", + "apim-request-id" : "3d8c17ed-bb4f-48c6-862b-de602b9ab0f2", "retry-after" : "0", "Content-Length" : "109", "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-06T22:37:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:45Z\"}", - "Date" : "Thu, 06 Aug 2020 22:37:53 GMT", + "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-09-16T00:54:28Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:31Z\"}", + "Date" : "Wed, 16 Sep 2020 00:54:32 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/19223706-8d04-4fec-bd1b-90716e00013d/analyzeResults/2d6b04a7-c75c-4d38-b02b-fea74faeb21a", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/f790b53c-7d8e-4960-8871-54787ceb41d5/analyzeResults/cef65230-8c16-4646-965d-96b73d64d9ea", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "9fa7c198-6749-4e54-8f39-4860fc13f029" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b34ba621-ce1e-4814-91d8-0067afedf37f" }, "Response" : { - "x-envoy-upstream-service-time" : "26", + "x-envoy-upstream-service-time" : "31", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "5905458c-72b2-4a28-939e-e59ff2e6744e", + "apim-request-id" : "d136bb55-1531-447f-bb8d-6c50a6ffa46d", "retry-after" : "0", - "Content-Length" : "10592", + "Content-Length" : "10461", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:37:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:56Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5375,1.1349,2.6064,1.1349,2.6064,1.354,0.5375,1.354],\"text\":\"Contoso Suites\",\"words\":[{\"boundingBox\":[0.5375,1.1402,1.6595,1.1402,1.6595,1.354,0.5375,1.354],\"text\":\"Contoso\",\"confidence\":1},{\"boundingBox\":[1.758,1.1349,2.6064,1.1349,2.6064,1.3534,1.758,1.3534],\"text\":\"Suites\",\"confidence\":1}]},{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,6.5483,1.5114,6.5483,1.6407,4.4033,1.6407],\"text\":\"Invoice For: First Up Consultants\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2048,1.513,5.4927,1.513,5.4927,1.6151,5.2048,1.6151],\"text\":\"First\",\"confidence\":1},{\"boundingBox\":[5.5427,1.513,5.712,1.513,5.712,1.6407,5.5427,1.6407],\"text\":\"Up\",\"confidence\":1},{\"boundingBox\":[5.7621,1.5114,6.5483,1.5114,6.5483,1.6151,5.7621,1.6151],\"text\":\"Consultants\",\"confidence\":1}]},{\"boundingBox\":[0.8107,1.7037,1.7138,1.7037,1.7138,1.8075,0.8107,1.8075],\"text\":\"14564 Main St.\",\"words\":[{\"boundingBox\":[0.8107,1.705,1.1733,1.705,1.1733,1.8075,0.8107,1.8075],\"text\":\"14564\",\"confidence\":1},{\"boundingBox\":[1.2286,1.7054,1.5086,1.7054,1.5086,1.8075,1.2286,1.8075],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5629,1.7037,1.7138,1.7037,1.7138,1.8075,1.5629,1.8075],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[5.2043,1.7133,6.022,1.7133,6.022,1.8444,5.2043,1.8444],\"text\":\"1234 King St\",\"words\":[{\"boundingBox\":[5.2043,1.7145,5.4979,1.7145,5.4979,1.817,5.2043,1.817],\"text\":\"1234\",\"confidence\":1},{\"boundingBox\":[5.5499,1.7149,5.838,1.7149,5.838,1.8444,5.5499,1.8444],\"text\":\"King\",\"confidence\":1},{\"boundingBox\":[5.8903,1.7133,6.022,1.7133,6.022,1.8172,5.8903,1.8172],\"text\":\"St\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8954,2.0404,1.8954,2.0404,2.0266,0.8019,2.0266],\"text\":\"Saratoga, CA 94588\",\"words\":[{\"boundingBox\":[0.8019,1.8954,1.3832,1.8954,1.3832,2.0266,0.8019,2.0266],\"text\":\"Saratoga,\",\"confidence\":1},{\"boundingBox\":[1.4388,1.8954,1.6222,1.8954,1.6222,1.9992,1.4388,1.9992],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[1.6677,1.8967,2.0404,1.8967,2.0404,2.0001,1.6677,2.0001],\"text\":\"94588\",\"confidence\":1}]},{\"boundingBox\":[5.2018,1.9045,6.5568,1.9045,6.5568,2.0275,5.2018,2.0275],\"text\":\"Redmond, WA 97624\",\"words\":[{\"boundingBox\":[5.2018,1.9049,5.8581,1.9049,5.8581,2.0275,5.2018,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[5.9069,1.9049,6.1364,1.9049,6.1364,2.0055,5.9069,2.0055],\"text\":\"WA\",\"confidence\":1},{\"boundingBox\":[6.1799,1.9045,6.5568,1.9045,6.5568,2.0072,6.1799,2.0072],\"text\":\"97624\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.415,2.8733,2.415,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.141,2.873,6.5875,2.873,6.5875,2.9736,6.141,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.141,2.873,6.4147,2.873,6.4147,2.9736,6.141,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.873,6.5875,2.873,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"words\":[{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"confidence\":1}]},{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"words\":[{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"confidence\":1}]},{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"words\":[{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"confidence\":1}]},{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"words\":[{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"confidence\":1}]},{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"words\":[{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"confidence\":1}]},{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"words\":[{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"confidence\":1}]},{\"boundingBox\":[6.8409,9.6656,7.0593,9.6656,7.0593,9.7681,6.8409,9.7681],\"text\":\"1 of\",\"words\":[{\"boundingBox\":[6.8409,9.6681,6.8837,9.6681,6.8837,9.7663,6.8409,9.7663],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[6.9512,9.6656,7.0593,9.6656,7.0593,9.7681,6.9512,9.7681],\"text\":\"of\",\"confidence\":1}]},{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"words\":[{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"confidence\":1}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/7/words/0\",\"#/readResults/0/lines/7/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\",\"#/readResults/0/lines/11/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859],\"elements\":[\"#/readResults/0/lines/16/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"Page\",\"text\":\"Page\",\"page\":1,\"boundingBox\":[6.245,9.6650000000000009,6.55,9.6650000000000009,6.55,9.795,6.245,9.795],\"confidence\":0.162,\"elements\":[\"#/analyzeResult/readResults/0/lines/17/words/0\"]},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Invoice Date\",\"text\":\"Invoice Date\",\"page\":1,\"boundingBox\":[1.95,2.875,2.755,2.875,2.755,2.975,1.95,2.975],\"confidence\":0.209,\"elements\":[\"#/analyzeResult/readResults/0/lines/8/words/0\",\"#/analyzeResult/readResults/0/lines/8/words/1\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"7689302 3/09/2015\",\"text\":\"7689302 3/09/2015\",\"page\":1,\"boundingBox\":[0.54,3.41,2.5500000000000003,3.41,2.5500000000000003,3.515,0.54,3.515],\"confidence\":0.125,\"elements\":[\"#/analyzeResult/readResults/0/lines/12/words/0\",\"#/analyzeResult/readResults/0/lines/13/words/0\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Invoice Number\",\"text\":\"Invoice Number\",\"page\":1,\"boundingBox\":[0.545,2.875,1.575,2.875,1.575,2.975,0.545,2.975],\"confidence\":0.222,\"elements\":[\"#/analyzeResult/readResults/0/lines/7/words/0\",\"#/analyzeResult/readResults/0/lines/7/words/1\"]},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"Invoice For:\",\"text\":\"Invoice For:\",\"page\":1,\"boundingBox\":[4.405,1.5150000000000001,5.1000000000000005,1.5150000000000001,5.1000000000000005,1.615,4.405,1.615],\"confidence\":0.121,\"elements\":[\"#/analyzeResult/readResults/0/lines/2/words/0\",\"#/analyzeResult/readResults/0/lines/2/words/1\"]},\"Signature\":{\"type\":\"string\",\"valueString\":\"1 of\",\"text\":\"1 of\",\"page\":1,\"boundingBox\":[6.84,9.6650000000000009,7.0600000000000005,9.6650000000000009,7.0600000000000005,9.77,6.84,9.77],\"confidence\":0.107,\"elements\":[\"#/analyzeResult/readResults/0/lines/18/words/0\",\"#/analyzeResult/readResults/0/lines/18/words/1\"]},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"VAT ID\",\"text\":\"VAT ID\",\"page\":1,\"boundingBox\":[6.1400000000000006,2.875,6.59,2.875,6.59,2.975,6.1400000000000006,2.975],\"confidence\":0.11,\"elements\":[\"#/analyzeResult/readResults/0/lines/11/words/0\",\"#/analyzeResult/readResults/0/lines/11/words/1\"]},\"Email\":null,\"Merchant\":null,\"PhoneNumber\":null,\"Quantity\":null,\"Subtotal\":null,\"Tax\":null,\"Total\":null,\"Website\":null}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:37:57 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:28Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:34Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5375,1.1349,2.6064,1.1349,2.6064,1.354,0.5375,1.354],\"text\":\"Contoso Suites\",\"words\":[{\"boundingBox\":[0.5375,1.1402,1.6595,1.1402,1.6595,1.354,0.5375,1.354],\"text\":\"Contoso\",\"confidence\":1},{\"boundingBox\":[1.758,1.1349,2.6064,1.1349,2.6064,1.3534,1.758,1.3534],\"text\":\"Suites\",\"confidence\":1}]},{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,6.5483,1.5114,6.5483,1.6407,4.4033,1.6407],\"text\":\"Invoice For: First Up Consultants\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2048,1.513,5.4927,1.513,5.4927,1.6151,5.2048,1.6151],\"text\":\"First\",\"confidence\":1},{\"boundingBox\":[5.5427,1.513,5.712,1.513,5.712,1.6407,5.5427,1.6407],\"text\":\"Up\",\"confidence\":1},{\"boundingBox\":[5.7621,1.5114,6.5483,1.5114,6.5483,1.6151,5.7621,1.6151],\"text\":\"Consultants\",\"confidence\":1}]},{\"boundingBox\":[0.8107,1.7037,1.7138,1.7037,1.7138,1.8075,0.8107,1.8075],\"text\":\"14564 Main St.\",\"words\":[{\"boundingBox\":[0.8107,1.705,1.1733,1.705,1.1733,1.8075,0.8107,1.8075],\"text\":\"14564\",\"confidence\":1},{\"boundingBox\":[1.2286,1.7054,1.5086,1.7054,1.5086,1.8075,1.2286,1.8075],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5629,1.7037,1.7138,1.7037,1.7138,1.8075,1.5629,1.8075],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[5.2043,1.7133,6.022,1.7133,6.022,1.8444,5.2043,1.8444],\"text\":\"1234 King St\",\"words\":[{\"boundingBox\":[5.2043,1.7145,5.4979,1.7145,5.4979,1.817,5.2043,1.817],\"text\":\"1234\",\"confidence\":1},{\"boundingBox\":[5.5499,1.7149,5.838,1.7149,5.838,1.8444,5.5499,1.8444],\"text\":\"King\",\"confidence\":1},{\"boundingBox\":[5.8903,1.7133,6.022,1.7133,6.022,1.8172,5.8903,1.8172],\"text\":\"St\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8954,2.0404,1.8954,2.0404,2.0266,0.8019,2.0266],\"text\":\"Saratoga, CA 94588\",\"words\":[{\"boundingBox\":[0.8019,1.8954,1.3832,1.8954,1.3832,2.0266,0.8019,2.0266],\"text\":\"Saratoga,\",\"confidence\":1},{\"boundingBox\":[1.4388,1.8954,1.6222,1.8954,1.6222,1.9992,1.4388,1.9992],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[1.6677,1.8967,2.0404,1.8967,2.0404,2.0001,1.6677,2.0001],\"text\":\"94588\",\"confidence\":1}]},{\"boundingBox\":[5.2018,1.9045,6.5568,1.9045,6.5568,2.0275,5.2018,2.0275],\"text\":\"Redmond, WA 97624\",\"words\":[{\"boundingBox\":[5.2018,1.9049,5.8581,1.9049,5.8581,2.0275,5.2018,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[5.9069,1.9049,6.1364,1.9049,6.1364,2.0055,5.9069,2.0055],\"text\":\"WA\",\"confidence\":1},{\"boundingBox\":[6.1799,1.9045,6.5568,1.9045,6.5568,2.0072,6.1799,2.0072],\"text\":\"97624\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.415,2.8733,2.415,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.141,2.873,6.5875,2.873,6.5875,2.9736,6.141,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.141,2.873,6.4147,2.873,6.4147,2.9736,6.141,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.873,6.5875,2.873,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"words\":[{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"confidence\":1}]},{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"words\":[{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"confidence\":1}]},{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"words\":[{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"confidence\":1}]},{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"words\":[{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"confidence\":1}]},{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"words\":[{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"confidence\":1}]},{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"words\":[{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"confidence\":1}]},{\"boundingBox\":[6.8409,9.6656,7.0593,9.6656,7.0593,9.7681,6.8409,9.7681],\"text\":\"1 of\",\"words\":[{\"boundingBox\":[6.8409,9.6681,6.8837,9.6681,6.8837,9.7663,6.8409,9.7663],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[6.9512,9.6656,7.0593,9.6656,7.0593,9.7681,6.9512,9.7681],\"text\":\"of\",\"confidence\":1}]},{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"words\":[{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,10.224,1.0416,10.224,1.0416,10.9972,0,10.9972],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.6014,1.4993,10.6014,1.4993,10.9972,0,10.9972],\"confidence\":0.654,\"state\":\"unselected\"},{\"boundingBox\":[7.5289,10.3705,8.497,10.3705,8.497,11,7.5289,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/7/words/0\",\"#/readResults/0/lines/7/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\",\"#/readResults/0/lines/11/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859],\"elements\":[\"#/readResults/0/lines/16/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:f790b53c-7d8e-4960-8871-54787ceb41d5\",\"modelId\":\"f790b53c-7d8e-4960-8871-54787ceb41d5\",\"pageRange\":[1,1],\"fields\":{\"CompanyName\":{\"type\":\"string\",\"valueString\":\"QR\",\"text\":\"QR\",\"page\":1,\"boundingBox\":[6.225,3.41,6.425,3.41,6.425,3.52,6.225,3.52],\"confidence\":0.245,\"elements\":[\"#/readResults/0/lines/16/words/0\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"Saratoga, CA 94588\",\"text\":\"Saratoga, CA 94588\",\"page\":1,\"boundingBox\":[0.8,1.895,2.04,1.895,2.04,2.025,0.8,2.025],\"confidence\":0.285,\"elements\":[\"#/readResults/0/lines/5/words/0\",\"#/readResults/0/lines/5/words/1\",\"#/readResults/0/lines/5/words/2\"]},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"$22,123.24\",\"text\":\"$22,123.24\",\"page\":1,\"boundingBox\":[5.29,3.41,5.975,3.41,5.975,3.54,5.29,3.54],\"confidence\":0.249,\"elements\":[\"#/readResults/0/lines/15/words/0\"]},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Invoice For: First Up Consultants\",\"text\":\"Invoice For: First Up Consultants\",\"page\":1,\"boundingBox\":[4.405,1.51,6.55,1.51,6.55,1.64,4.405,1.64],\"confidence\":0.113,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/2/words/3\",\"#/readResults/0/lines/2/words/4\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Charges\",\"text\":\"Charges\",\"page\":1,\"boundingBox\":[4.745,2.87,5.29,2.87,5.29,3.005,4.745,3.005],\"confidence\":0.145,\"elements\":[\"#/readResults/0/lines/10/words/0\"]},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[7.41,9.67,7.45,9.67,7.45,9.765,7.41,9.765],\"confidence\":0.115,\"elements\":[\"#/readResults/0/lines/19/words/0\"]},\"DatedAs\":null,\"Email\":null,\"PhoneNumber\":null,\"PurchaseOrderNumber\":null,\"Quantity\":null,\"Signature\":null,\"Tax\":null,\"Total\":null,\"Website\":null},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:38 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/19223706-8d04-4fec-bd1b-90716e00013d/analyzeResults/2d6b04a7-c75c-4d38-b02b-fea74faeb21a", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/f790b53c-7d8e-4960-8871-54787ceb41d5/analyzeResults/cef65230-8c16-4646-965d-96b73d64d9ea", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "fdbd968c-1e8b-4876-a1bb-efd45e1a9229" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "07338c37-60b8-4096-aeaf-5cb6c2549bdc" }, "Response" : { - "x-envoy-upstream-service-time" : "35", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "fa58c700-ef80-44d6-9369-27d5540dcdde", + "apim-request-id" : "454db96c-adfc-4a91-a08b-57d596949f5e", "retry-after" : "0", - "Content-Length" : "10592", + "Content-Length" : "10461", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:37:48Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:56Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5375,1.1349,2.6064,1.1349,2.6064,1.354,0.5375,1.354],\"text\":\"Contoso Suites\",\"words\":[{\"boundingBox\":[0.5375,1.1402,1.6595,1.1402,1.6595,1.354,0.5375,1.354],\"text\":\"Contoso\",\"confidence\":1},{\"boundingBox\":[1.758,1.1349,2.6064,1.1349,2.6064,1.3534,1.758,1.3534],\"text\":\"Suites\",\"confidence\":1}]},{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,6.5483,1.5114,6.5483,1.6407,4.4033,1.6407],\"text\":\"Invoice For: First Up Consultants\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2048,1.513,5.4927,1.513,5.4927,1.6151,5.2048,1.6151],\"text\":\"First\",\"confidence\":1},{\"boundingBox\":[5.5427,1.513,5.712,1.513,5.712,1.6407,5.5427,1.6407],\"text\":\"Up\",\"confidence\":1},{\"boundingBox\":[5.7621,1.5114,6.5483,1.5114,6.5483,1.6151,5.7621,1.6151],\"text\":\"Consultants\",\"confidence\":1}]},{\"boundingBox\":[0.8107,1.7037,1.7138,1.7037,1.7138,1.8075,0.8107,1.8075],\"text\":\"14564 Main St.\",\"words\":[{\"boundingBox\":[0.8107,1.705,1.1733,1.705,1.1733,1.8075,0.8107,1.8075],\"text\":\"14564\",\"confidence\":1},{\"boundingBox\":[1.2286,1.7054,1.5086,1.7054,1.5086,1.8075,1.2286,1.8075],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5629,1.7037,1.7138,1.7037,1.7138,1.8075,1.5629,1.8075],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[5.2043,1.7133,6.022,1.7133,6.022,1.8444,5.2043,1.8444],\"text\":\"1234 King St\",\"words\":[{\"boundingBox\":[5.2043,1.7145,5.4979,1.7145,5.4979,1.817,5.2043,1.817],\"text\":\"1234\",\"confidence\":1},{\"boundingBox\":[5.5499,1.7149,5.838,1.7149,5.838,1.8444,5.5499,1.8444],\"text\":\"King\",\"confidence\":1},{\"boundingBox\":[5.8903,1.7133,6.022,1.7133,6.022,1.8172,5.8903,1.8172],\"text\":\"St\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8954,2.0404,1.8954,2.0404,2.0266,0.8019,2.0266],\"text\":\"Saratoga, CA 94588\",\"words\":[{\"boundingBox\":[0.8019,1.8954,1.3832,1.8954,1.3832,2.0266,0.8019,2.0266],\"text\":\"Saratoga,\",\"confidence\":1},{\"boundingBox\":[1.4388,1.8954,1.6222,1.8954,1.6222,1.9992,1.4388,1.9992],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[1.6677,1.8967,2.0404,1.8967,2.0404,2.0001,1.6677,2.0001],\"text\":\"94588\",\"confidence\":1}]},{\"boundingBox\":[5.2018,1.9045,6.5568,1.9045,6.5568,2.0275,5.2018,2.0275],\"text\":\"Redmond, WA 97624\",\"words\":[{\"boundingBox\":[5.2018,1.9049,5.8581,1.9049,5.8581,2.0275,5.2018,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[5.9069,1.9049,6.1364,1.9049,6.1364,2.0055,5.9069,2.0055],\"text\":\"WA\",\"confidence\":1},{\"boundingBox\":[6.1799,1.9045,6.5568,1.9045,6.5568,2.0072,6.1799,2.0072],\"text\":\"97624\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.415,2.8733,2.415,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.141,2.873,6.5875,2.873,6.5875,2.9736,6.141,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.141,2.873,6.4147,2.873,6.4147,2.9736,6.141,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.873,6.5875,2.873,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"words\":[{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"confidence\":1}]},{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"words\":[{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"confidence\":1}]},{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"words\":[{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"confidence\":1}]},{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"words\":[{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"confidence\":1}]},{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"words\":[{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"confidence\":1}]},{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"words\":[{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"confidence\":1}]},{\"boundingBox\":[6.8409,9.6656,7.0593,9.6656,7.0593,9.7681,6.8409,9.7681],\"text\":\"1 of\",\"words\":[{\"boundingBox\":[6.8409,9.6681,6.8837,9.6681,6.8837,9.7663,6.8409,9.7663],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[6.9512,9.6656,7.0593,9.6656,7.0593,9.7681,6.9512,9.7681],\"text\":\"of\",\"confidence\":1}]},{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"words\":[{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"confidence\":1}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/7/words/0\",\"#/readResults/0/lines/7/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\",\"#/readResults/0/lines/11/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859],\"elements\":[\"#/readResults/0/lines/16/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"Page\",\"text\":\"Page\",\"page\":1,\"boundingBox\":[6.245,9.6650000000000009,6.55,9.6650000000000009,6.55,9.795,6.245,9.795],\"confidence\":0.162,\"elements\":[\"#/analyzeResult/readResults/0/lines/17/words/0\"]},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Invoice Date\",\"text\":\"Invoice Date\",\"page\":1,\"boundingBox\":[1.95,2.875,2.755,2.875,2.755,2.975,1.95,2.975],\"confidence\":0.209,\"elements\":[\"#/analyzeResult/readResults/0/lines/8/words/0\",\"#/analyzeResult/readResults/0/lines/8/words/1\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"7689302 3/09/2015\",\"text\":\"7689302 3/09/2015\",\"page\":1,\"boundingBox\":[0.54,3.41,2.5500000000000003,3.41,2.5500000000000003,3.515,0.54,3.515],\"confidence\":0.125,\"elements\":[\"#/analyzeResult/readResults/0/lines/12/words/0\",\"#/analyzeResult/readResults/0/lines/13/words/0\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Invoice Number\",\"text\":\"Invoice Number\",\"page\":1,\"boundingBox\":[0.545,2.875,1.575,2.875,1.575,2.975,0.545,2.975],\"confidence\":0.222,\"elements\":[\"#/analyzeResult/readResults/0/lines/7/words/0\",\"#/analyzeResult/readResults/0/lines/7/words/1\"]},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"Invoice For:\",\"text\":\"Invoice For:\",\"page\":1,\"boundingBox\":[4.405,1.5150000000000001,5.1000000000000005,1.5150000000000001,5.1000000000000005,1.615,4.405,1.615],\"confidence\":0.121,\"elements\":[\"#/analyzeResult/readResults/0/lines/2/words/0\",\"#/analyzeResult/readResults/0/lines/2/words/1\"]},\"Signature\":{\"type\":\"string\",\"valueString\":\"1 of\",\"text\":\"1 of\",\"page\":1,\"boundingBox\":[6.84,9.6650000000000009,7.0600000000000005,9.6650000000000009,7.0600000000000005,9.77,6.84,9.77],\"confidence\":0.107,\"elements\":[\"#/analyzeResult/readResults/0/lines/18/words/0\",\"#/analyzeResult/readResults/0/lines/18/words/1\"]},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"VAT ID\",\"text\":\"VAT ID\",\"page\":1,\"boundingBox\":[6.1400000000000006,2.875,6.59,2.875,6.59,2.975,6.1400000000000006,2.975],\"confidence\":0.11,\"elements\":[\"#/analyzeResult/readResults/0/lines/11/words/0\",\"#/analyzeResult/readResults/0/lines/11/words/1\"]},\"Email\":null,\"Merchant\":null,\"PhoneNumber\":null,\"Quantity\":null,\"Subtotal\":null,\"Tax\":null,\"Total\":null,\"Website\":null}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:37:57 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:28Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:34Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"lines\":[{\"boundingBox\":[0.5375,1.1349,2.6064,1.1349,2.6064,1.354,0.5375,1.354],\"text\":\"Contoso Suites\",\"words\":[{\"boundingBox\":[0.5375,1.1402,1.6595,1.1402,1.6595,1.354,0.5375,1.354],\"text\":\"Contoso\",\"confidence\":1},{\"boundingBox\":[1.758,1.1349,2.6064,1.1349,2.6064,1.3534,1.758,1.3534],\"text\":\"Suites\",\"confidence\":1}]},{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"words\":[{\"boundingBox\":[0.7984,1.515,1.3826,1.515,1.3826,1.6161,0.7984,1.6161],\"text\":\"Address:\",\"confidence\":1}]},{\"boundingBox\":[4.4033,1.5114,6.5483,1.5114,6.5483,1.6407,4.4033,1.6407],\"text\":\"Invoice For: First Up Consultants\",\"words\":[{\"boundingBox\":[4.4033,1.5143,4.8234,1.5143,4.8234,1.6155,4.4033,1.6155],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[4.8793,1.5143,5.1013,1.5143,5.1013,1.6154,4.8793,1.6154],\"text\":\"For:\",\"confidence\":1},{\"boundingBox\":[5.2048,1.513,5.4927,1.513,5.4927,1.6151,5.2048,1.6151],\"text\":\"First\",\"confidence\":1},{\"boundingBox\":[5.5427,1.513,5.712,1.513,5.712,1.6407,5.5427,1.6407],\"text\":\"Up\",\"confidence\":1},{\"boundingBox\":[5.7621,1.5114,6.5483,1.5114,6.5483,1.6151,5.7621,1.6151],\"text\":\"Consultants\",\"confidence\":1}]},{\"boundingBox\":[0.8107,1.7037,1.7138,1.7037,1.7138,1.8075,0.8107,1.8075],\"text\":\"14564 Main St.\",\"words\":[{\"boundingBox\":[0.8107,1.705,1.1733,1.705,1.1733,1.8075,0.8107,1.8075],\"text\":\"14564\",\"confidence\":1},{\"boundingBox\":[1.2286,1.7054,1.5086,1.7054,1.5086,1.8075,1.2286,1.8075],\"text\":\"Main\",\"confidence\":1},{\"boundingBox\":[1.5629,1.7037,1.7138,1.7037,1.7138,1.8075,1.5629,1.8075],\"text\":\"St.\",\"confidence\":1}]},{\"boundingBox\":[5.2043,1.7133,6.022,1.7133,6.022,1.8444,5.2043,1.8444],\"text\":\"1234 King St\",\"words\":[{\"boundingBox\":[5.2043,1.7145,5.4979,1.7145,5.4979,1.817,5.2043,1.817],\"text\":\"1234\",\"confidence\":1},{\"boundingBox\":[5.5499,1.7149,5.838,1.7149,5.838,1.8444,5.5499,1.8444],\"text\":\"King\",\"confidence\":1},{\"boundingBox\":[5.8903,1.7133,6.022,1.7133,6.022,1.8172,5.8903,1.8172],\"text\":\"St\",\"confidence\":1}]},{\"boundingBox\":[0.8019,1.8954,2.0404,1.8954,2.0404,2.0266,0.8019,2.0266],\"text\":\"Saratoga, CA 94588\",\"words\":[{\"boundingBox\":[0.8019,1.8954,1.3832,1.8954,1.3832,2.0266,0.8019,2.0266],\"text\":\"Saratoga,\",\"confidence\":1},{\"boundingBox\":[1.4388,1.8954,1.6222,1.8954,1.6222,1.9992,1.4388,1.9992],\"text\":\"CA\",\"confidence\":1},{\"boundingBox\":[1.6677,1.8967,2.0404,1.8967,2.0404,2.0001,1.6677,2.0001],\"text\":\"94588\",\"confidence\":1}]},{\"boundingBox\":[5.2018,1.9045,6.5568,1.9045,6.5568,2.0275,5.2018,2.0275],\"text\":\"Redmond, WA 97624\",\"words\":[{\"boundingBox\":[5.2018,1.9049,5.8581,1.9049,5.8581,2.0275,5.2018,2.0275],\"text\":\"Redmond,\",\"confidence\":1},{\"boundingBox\":[5.9069,1.9049,6.1364,1.9049,6.1364,2.0055,5.9069,2.0055],\"text\":\"WA\",\"confidence\":1},{\"boundingBox\":[6.1799,1.9045,6.5568,1.9045,6.5568,2.0072,6.1799,2.0072],\"text\":\"97624\",\"confidence\":1}]},{\"boundingBox\":[0.5439,2.8733,1.5729,2.8733,1.5729,2.9754,0.5439,2.9754],\"text\":\"Invoice Number\",\"words\":[{\"boundingBox\":[0.5439,2.8733,1.0098,2.8733,1.0098,2.9754,0.5439,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[1.0611,2.8743,1.5729,2.8743,1.5729,2.9754,1.0611,2.9754],\"text\":\"Number\",\"confidence\":1}]},{\"boundingBox\":[1.9491,2.8733,2.7527,2.8733,2.7527,2.9754,1.9491,2.9754],\"text\":\"Invoice Date\",\"words\":[{\"boundingBox\":[1.9491,2.8733,2.415,2.8733,2.415,2.9754,1.9491,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[2.4673,2.8743,2.7527,2.8743,2.7527,2.9754,2.4673,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[3.3495,2.8733,4.4547,2.8733,4.4547,2.9754,3.3495,2.9754],\"text\":\"Invoice Due Date\",\"words\":[{\"boundingBox\":[3.3495,2.8733,3.8155,2.8733,3.8155,2.9754,3.3495,2.9754],\"text\":\"Invoice\",\"confidence\":1},{\"boundingBox\":[3.8677,2.8743,4.1149,2.8743,4.1149,2.9754,3.8677,2.9754],\"text\":\"Due\",\"confidence\":1},{\"boundingBox\":[4.1678,2.8743,4.4547,2.8743,4.4547,2.9754,4.1678,2.9754],\"text\":\"Date\",\"confidence\":1}]},{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"words\":[{\"boundingBox\":[4.7468,2.8717,5.289,2.8717,5.289,3.0035,4.7468,3.0035],\"text\":\"Charges\",\"confidence\":1}]},{\"boundingBox\":[6.141,2.873,6.5875,2.873,6.5875,2.9736,6.141,2.9736],\"text\":\"VAT ID\",\"words\":[{\"boundingBox\":[6.141,2.873,6.4147,2.873,6.4147,2.9736,6.141,2.9736],\"text\":\"VAT\",\"confidence\":1},{\"boundingBox\":[6.4655,2.873,6.5875,2.873,6.5875,2.9736,6.4655,2.9736],\"text\":\"ID\",\"confidence\":1}]},{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"words\":[{\"boundingBox\":[0.5415,3.411,1.0661,3.411,1.0661,3.5136,0.5415,3.5136],\"text\":\"7689302\",\"confidence\":1}]},{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"words\":[{\"boundingBox\":[1.9461,3.4097,2.5501,3.4097,2.5501,3.5144,1.9461,3.5144],\"text\":\"3/09/2015\",\"confidence\":1}]},{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"words\":[{\"boundingBox\":[3.346,3.4097,3.9496,3.4097,3.9496,3.5144,3.346,3.5144],\"text\":\"6/29/2016\",\"confidence\":1}]},{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"words\":[{\"boundingBox\":[5.2909,3.4114,5.9742,3.4114,5.9742,3.5381,5.2909,3.5381],\"text\":\"$22,123.24\",\"confidence\":1}]},{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"words\":[{\"boundingBox\":[6.2238,3.4096,6.4236,3.4096,6.4236,3.5196,6.2238,3.5196],\"text\":\"QR\",\"confidence\":1}]},{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"words\":[{\"boundingBox\":[6.2429,9.667,6.5489,9.667,6.5489,9.7966,6.2429,9.7966],\"text\":\"Page\",\"confidence\":1}]},{\"boundingBox\":[6.8409,9.6656,7.0593,9.6656,7.0593,9.7681,6.8409,9.7681],\"text\":\"1 of\",\"words\":[{\"boundingBox\":[6.8409,9.6681,6.8837,9.6681,6.8837,9.7663,6.8409,9.7663],\"text\":\"1\",\"confidence\":1},{\"boundingBox\":[6.9512,9.6656,7.0593,9.6656,7.0593,9.7681,6.9512,9.7681],\"text\":\"of\",\"confidence\":1}]},{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"words\":[{\"boundingBox\":[7.4076,9.6681,7.4503,9.6681,7.4503,9.7663,7.4076,9.7663],\"text\":\"1\",\"confidence\":1}]}],\"selectionMarks\":[{\"boundingBox\":[0,10.224,1.0416,10.224,1.0416,10.9972,0,10.9972],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.6014,1.4993,10.6014,1.4993,10.9972,0,10.9972],\"confidence\":0.654,\"state\":\"unselected\"},{\"boundingBox\":[7.5289,10.3705,8.497,10.3705,8.497,11,7.5289,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":2,\"columns\":6,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Invoice Number\",\"boundingBox\":[0.5075,2.8088,1.9061,2.8088,1.9061,3.3219,0.5075,3.3219],\"elements\":[\"#/readResults/0/lines/7/words/0\",\"#/readResults/0/lines/7/words/1\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Invoice Date\",\"boundingBox\":[1.9061,2.8088,3.3074,2.8088,3.3074,3.3219,1.9061,3.3219],\"elements\":[\"#/readResults/0/lines/8/words/0\",\"#/readResults/0/lines/8/words/1\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Invoice Due Date\",\"boundingBox\":[3.3074,2.8088,4.7074,2.8088,4.7074,3.3219,3.3074,3.3219],\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Charges\",\"boundingBox\":[4.7074,2.8088,5.386,2.8088,5.386,3.3219,4.7074,3.3219],\"elements\":[\"#/readResults/0/lines/10/words/0\"]},{\"rowIndex\":0,\"columnIndex\":5,\"text\":\"VAT ID\",\"boundingBox\":[6.1051,2.8088,7.5038,2.8088,7.5038,3.3219,6.1051,3.3219],\"elements\":[\"#/readResults/0/lines/11/words/0\",\"#/readResults/0/lines/11/words/1\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"7689302\",\"boundingBox\":[0.5075,3.3219,1.9061,3.3219,1.9061,3.859,0.5075,3.859],\"elements\":[\"#/readResults/0/lines/12/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"3/09/2015\",\"boundingBox\":[1.9061,3.3219,3.3074,3.3219,3.3074,3.859,1.9061,3.859],\"elements\":[\"#/readResults/0/lines/13/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"6/29/2016\",\"boundingBox\":[3.3074,3.3219,4.7074,3.3219,4.7074,3.859,3.3074,3.859],\"elements\":[\"#/readResults/0/lines/14/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"columnSpan\":2,\"text\":\"$22,123.24\",\"boundingBox\":[4.7074,3.3219,6.1051,3.3219,6.1051,3.859,4.7074,3.859],\"elements\":[\"#/readResults/0/lines/15/words/0\"]},{\"rowIndex\":1,\"columnIndex\":5,\"text\":\"QR\",\"boundingBox\":[6.1051,3.3219,7.5038,3.3219,7.5038,3.859,6.1051,3.859],\"elements\":[\"#/readResults/0/lines/16/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:f790b53c-7d8e-4960-8871-54787ceb41d5\",\"modelId\":\"f790b53c-7d8e-4960-8871-54787ceb41d5\",\"pageRange\":[1,1],\"fields\":{\"CompanyName\":{\"type\":\"string\",\"valueString\":\"QR\",\"text\":\"QR\",\"page\":1,\"boundingBox\":[6.225,3.41,6.425,3.41,6.425,3.52,6.225,3.52],\"confidence\":0.245,\"elements\":[\"#/readResults/0/lines/16/words/0\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"Saratoga, CA 94588\",\"text\":\"Saratoga, CA 94588\",\"page\":1,\"boundingBox\":[0.8,1.895,2.04,1.895,2.04,2.025,0.8,2.025],\"confidence\":0.285,\"elements\":[\"#/readResults/0/lines/5/words/0\",\"#/readResults/0/lines/5/words/1\",\"#/readResults/0/lines/5/words/2\"]},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"$22,123.24\",\"text\":\"$22,123.24\",\"page\":1,\"boundingBox\":[5.29,3.41,5.975,3.41,5.975,3.54,5.29,3.54],\"confidence\":0.249,\"elements\":[\"#/readResults/0/lines/15/words/0\"]},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Invoice For: First Up Consultants\",\"text\":\"Invoice For: First Up Consultants\",\"page\":1,\"boundingBox\":[4.405,1.51,6.55,1.51,6.55,1.64,4.405,1.64],\"confidence\":0.113,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/2/words/3\",\"#/readResults/0/lines/2/words/4\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Charges\",\"text\":\"Charges\",\"page\":1,\"boundingBox\":[4.745,2.87,5.29,2.87,5.29,3.005,4.745,3.005],\"confidence\":0.145,\"elements\":[\"#/readResults/0/lines/10/words/0\"]},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[7.41,9.67,7.45,9.67,7.45,9.765,7.41,9.765],\"confidence\":0.115,\"elements\":[\"#/readResults/0/lines/19/words/0\"]},\"DatedAs\":null,\"Email\":null,\"PhoneNumber\":null,\"PurchaseOrderNumber\":null,\"Quantity\":null,\"Signature\":null,\"Tax\":null,\"Total\":null,\"Website\":null},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:38 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithJpgContentType.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithJpgContentType.json index 578fcc85ec411..4c6758377b09c 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithJpgContentType.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithJpgContentType.json @@ -1,141 +1,121 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "b7adcc87-b9a8-44e5-a899-97d287fa39d9", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "d815aade-d150-48de-80fe-72b46c3925da", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "53", + "x-envoy-upstream-service-time" : "826", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "e38eac63-3685-4dd1-86ac-ea2f53d60d3f", + "apim-request-id" : "ffa34d64-f3d1-46d9-8714-ffc6d3e23d04", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:32:19 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e6c27888-bd27-4dac-9798-ca3e2f35e098" + "Date" : "Wed, 16 Sep 2020 00:54:21 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a7c99dba-f1c9-42b9-9604-d51d7e952d30" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/e6c27888-bd27-4dac-9798-ca3e2f35e098?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a7c99dba-f1c9-42b9-9604-d51d7e952d30?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5e00a94e-9174-44b6-83a3-61189b8f932c" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "285fcb73-ad3e-4879-b49d-ec0bbcfdc080" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "29", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "d65e9419-632a-4421-8712-a3bc01e6ebfd", + "apim-request-id" : "c14158fe-c001-4952-bc17-ab9bdc504fc0", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"e6c27888-bd27-4dac-9798-ca3e2f35e098\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:22Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:32:24 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"a7c99dba-f1c9-42b9-9604-d51d7e952d30\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:22Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:24Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:27 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/e6c27888-bd27-4dac-9798-ca3e2f35e098?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a7c99dba-f1c9-42b9-9604-d51d7e952d30?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8dd5c836-347d-406e-961b-9d3b3054e2a0" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "5569034c-e5ee-4c98-850d-e9b5a94c5a25" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "40", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "26b985f1-eadb-4894-bc2c-3993b242b5a1", + "apim-request-id" : "db9befd0-34a5-4c2f-998a-00eead904084", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"e6c27888-bd27-4dac-9798-ca3e2f35e098\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:19Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:22Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:32:24 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"a7c99dba-f1c9-42b9-9604-d51d7e952d30\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:22Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:24Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:27 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/e6c27888-bd27-4dac-9798-ca3e2f35e098/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a7c99dba-f1c9-42b9-9604-d51d7e952d30/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "4a2634da-aa45-411e-b044-c649f74d921b", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "291699dc-1b2d-46a9-a79e-6077ffc3b82c", "Content-Type" : "image/jpeg" }, "Response" : { - "x-envoy-upstream-service-time" : "121", + "x-envoy-upstream-service-time" : "83", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ef1c3855-6e3d-4ec2-bb38-95642f80b7be", + "apim-request-id" : "7a58defd-9359-4880-88dc-6e53dd815ce9", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/e6c27888-bd27-4dac-9798-ca3e2f35e098/analyzeresults/d85e1bf7-6b6e-4438-86b0-27583daa018e", - "Date" : "Thu, 06 Aug 2020 22:32:27 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a7c99dba-f1c9-42b9-9604-d51d7e952d30/analyzeresults/3556894c-8597-47f0-ab88-0522de9bd4c7", + "Date" : "Wed, 16 Sep 2020 00:54:28 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/e6c27888-bd27-4dac-9798-ca3e2f35e098/analyzeResults/d85e1bf7-6b6e-4438-86b0-27583daa018e", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a7c99dba-f1c9-42b9-9604-d51d7e952d30/analyzeResults/3556894c-8597-47f0-ab88-0522de9bd4c7", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "0d171213-a7dc-453a-982a-d7f6b3ba3812" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c9e68f83-b165-4018-aa4c-50ba09965fdf" }, "Response" : { - "x-envoy-upstream-service-time" : "5053", + "x-envoy-upstream-service-time" : "24", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "54b29e40-0dcb-4943-86d0-43448bff9b58", + "apim-request-id" : "d9ef40ac-1d2a-4409-90ec-3a2ffdec1574", "retry-after" : "0", - "Content-Length" : "109", + "Content-Length" : "6054", "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-06T22:32:27Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:33Z\"}", - "Date" : "Thu, 06 Aug 2020 22:32:36 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:28Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:32Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260]}]}]}],\"documentResults\":[{\"docType\":\"custom:a7c99dba-f1c9-42b9-9604-d51d7e952d30\",\"modelId\":\"a7c99dba-f1c9-42b9-9604-d51d7e952d30\",\"pageRange\":[1,1],\"fields\":{\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1165.0,420.0,1317.0,420.0,1317.0,449.0,1165.0,449.0],\"confidence\":0.99},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[164.0,479.0,478.0,479.0,478.0,503.0,164.0,503.0],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1458.0,1615.0,1529.0,1615.0,1529.0,1643.0,1458.0,1643.0],\"confidence\":0.994},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[375.0,646.0,629.0,646.0,629.0,679.0,375.0,679.0],\"confidence\":0.95},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[364.0,351.0,528.0,351.0,528.0,378.0,364.0,378.0],\"confidence\":0.89},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[489.0,1670.0,765.0,1670.0,765.0,1708.0,489.0,1708.0],\"confidence\":0.998},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[273.0,685.0,565.0,685.0,565.0,751.0,273.0,751.0],\"confidence\":1.0},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[708.0,722.0,885.0,722.0,885.0,749.0,708.0,749.0],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[620.0,205.0,1075.0,205.0,1075.0,266.0,620.0,266.0],\"confidence\":0.97},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[349.0,609.0,521.0,609.0,521.0,639.0,349.0,639.0],\"confidence\":0.93},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1277.0,461.0,1376.0,461.0,1376.0,489.0,1277.0,489.0],\"confidence\":0.94},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[273.0,393.0,531.0,393.0,531.0,418.0,273.0,418.0],\"confidence\":0.95},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1427.0,1669.0,1529.0,1669.0,1529.0,1698.0,1427.0,1698.0],\"confidence\":0.991},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1094.0,892.0,1094.0,892.0,1119.0,861.0,1119.0],\"confidence\":0.962},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1426.0,1572.0,1531.0,1572.0,1531.0,1599.0,1426.0,1599.0],\"confidence\":0.984}},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:33 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/e6c27888-bd27-4dac-9798-ca3e2f35e098/analyzeResults/d85e1bf7-6b6e-4438-86b0-27583daa018e", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a7c99dba-f1c9-42b9-9604-d51d7e952d30/analyzeResults/3556894c-8597-47f0-ab88-0522de9bd4c7", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8519d3f5-e366-4347-89de-f9657d4ff3a8" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2f9f4cba-4333-4eed-9b93-372573655601" }, "Response" : { - "x-envoy-upstream-service-time" : "27", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a45a236d-4954-43ba-96ea-46e0849005ee", + "apim-request-id" : "b14637b4-e5de-4e0e-938b-eac67d518827", "retry-after" : "0", - "Content-Length" : "5839", + "Content-Length" : "6054", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:32:27Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:41Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\"}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[621.0,202.0,1075.0,202.0,1075.0,266.0,621.0,266.0],\"confidence\":1.0},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1168.0,420.0,1317.0,420.0,1317.0,450.0,1168.0,450.0],\"confidence\":1.0},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[367.0,351.0,529.0,351.0,529.0,378.0,367.0,378.0],\"confidence\":1.0},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[713.0,722.0,884.0,722.0,884.0,750.0,713.0,750.0],\"confidence\":1.0},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[378.0,646.0,629.0,646.0,629.0,682.0,378.0,682.0],\"confidence\":1.0},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[351.0,609.0,518.0,609.0,518.0,641.0,351.0,641.0],\"confidence\":1.0},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1429.0,1570.0,1530.0,1570.0,1530.0,1599.0,1429.0,1599.0],\"confidence\":1.0},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1282.0,461.0,1377.0,461.0,1377.0,489.0,1282.0,489.0],\"confidence\":1.0},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[482.0,1670.0,764.0,1670.0,764.0,1709.0,482.0,1709.0],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1461.0,1614.0,1530.0,1614.0,1530.0,1642.0,1461.0,1642.0],\"confidence\":1.0},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1089.0,895.0,1089.0,895.0,1120.0,861.0,1120.0],\"confidence\":1.0},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[166.0,480.0,475.0,480.0,475.0,503.0,166.0,503.0],\"confidence\":1.0},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[277.0,685.0,568.0,685.0,568.0,754.0,277.0,754.0],\"confidence\":1.0},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1429.0,1669.0,1530.0,1669.0,1530.0,1697.0,1429.0,1697.0],\"confidence\":1.0},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[274.0,393.0,529.0,393.0,529.0,419.0,274.0,419.0],\"confidence\":1.0}}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:32:42 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/e6c27888-bd27-4dac-9798-ca3e2f35e098/analyzeResults/d85e1bf7-6b6e-4438-86b0-27583daa018e", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "7b820467-7b2d-401c-8a39-d2ec3a3a3e9e" - }, - "Response" : { - "x-envoy-upstream-service-time" : "95", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "723ef3e5-ca46-45f7-86da-8175a07138df", - "retry-after" : "0", - "Content-Length" : "5839", - "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:32:27Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:41Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\"}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[621.0,202.0,1075.0,202.0,1075.0,266.0,621.0,266.0],\"confidence\":1.0},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1168.0,420.0,1317.0,420.0,1317.0,450.0,1168.0,450.0],\"confidence\":1.0},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[367.0,351.0,529.0,351.0,529.0,378.0,367.0,378.0],\"confidence\":1.0},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[713.0,722.0,884.0,722.0,884.0,750.0,713.0,750.0],\"confidence\":1.0},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[378.0,646.0,629.0,646.0,629.0,682.0,378.0,682.0],\"confidence\":1.0},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[351.0,609.0,518.0,609.0,518.0,641.0,351.0,641.0],\"confidence\":1.0},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1429.0,1570.0,1530.0,1570.0,1530.0,1599.0,1429.0,1599.0],\"confidence\":1.0},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1282.0,461.0,1377.0,461.0,1377.0,489.0,1282.0,489.0],\"confidence\":1.0},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[482.0,1670.0,764.0,1670.0,764.0,1709.0,482.0,1709.0],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1461.0,1614.0,1530.0,1614.0,1530.0,1642.0,1461.0,1642.0],\"confidence\":1.0},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1089.0,895.0,1089.0,895.0,1120.0,861.0,1120.0],\"confidence\":1.0},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[166.0,480.0,475.0,480.0,475.0,503.0,166.0,503.0],\"confidence\":1.0},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[277.0,685.0,568.0,685.0,568.0,754.0,277.0,754.0],\"confidence\":1.0},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1429.0,1669.0,1530.0,1669.0,1530.0,1697.0,1429.0,1697.0],\"confidence\":1.0},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[274.0,393.0,529.0,393.0,529.0,419.0,274.0,419.0],\"confidence\":1.0}}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:32:42 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:28Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:32Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260]}]}]}],\"documentResults\":[{\"docType\":\"custom:a7c99dba-f1c9-42b9-9604-d51d7e952d30\",\"modelId\":\"a7c99dba-f1c9-42b9-9604-d51d7e952d30\",\"pageRange\":[1,1],\"fields\":{\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1165.0,420.0,1317.0,420.0,1317.0,449.0,1165.0,449.0],\"confidence\":0.99},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[164.0,479.0,478.0,479.0,478.0,503.0,164.0,503.0],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1458.0,1615.0,1529.0,1615.0,1529.0,1643.0,1458.0,1643.0],\"confidence\":0.994},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[375.0,646.0,629.0,646.0,629.0,679.0,375.0,679.0],\"confidence\":0.95},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[364.0,351.0,528.0,351.0,528.0,378.0,364.0,378.0],\"confidence\":0.89},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[489.0,1670.0,765.0,1670.0,765.0,1708.0,489.0,1708.0],\"confidence\":0.998},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[273.0,685.0,565.0,685.0,565.0,751.0,273.0,751.0],\"confidence\":1.0},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[708.0,722.0,885.0,722.0,885.0,749.0,708.0,749.0],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[620.0,205.0,1075.0,205.0,1075.0,266.0,620.0,266.0],\"confidence\":0.97},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[349.0,609.0,521.0,609.0,521.0,639.0,349.0,639.0],\"confidence\":0.93},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1277.0,461.0,1376.0,461.0,1376.0,489.0,1277.0,489.0],\"confidence\":0.94},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[273.0,393.0,531.0,393.0,531.0,418.0,273.0,418.0],\"confidence\":0.95},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1427.0,1669.0,1529.0,1669.0,1529.0,1698.0,1427.0,1698.0],\"confidence\":0.991},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1094.0,892.0,1094.0,892.0,1119.0,861.0,1119.0],\"confidence\":0.962},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1426.0,1572.0,1531.0,1572.0,1531.0,1599.0,1426.0,1599.0],\"confidence\":0.984}},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:34 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithNullFormData.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithNullFormData.json index 835b61351643f..1c889f04c3fca 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithNullFormData.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormLabeledDataWithNullFormData.json @@ -1,70 +1,70 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "d7aa5630-1b1a-4570-a9ef-b7c48cf12cbd", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ef53e2f6-fc0c-4957-9b99-31f792915012", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "5376", + "x-envoy-upstream-service-time" : "138", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "e0fa79e8-01d3-4cb1-93c0-496ac258fa5f", + "apim-request-id" : "62327cdc-9e4d-4ad4-bdbf-8ea3761e64f3", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:39:52 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1d1df36d-0caa-45ec-b53b-4f231fea8727" + "Date" : "Wed, 16 Sep 2020 00:51:51 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/db04b95c-a55e-4008-85f5-da31296a488e" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/1d1df36d-0caa-45ec-b53b-4f231fea8727?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/db04b95c-a55e-4008-85f5-da31296a488e?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "41e9dd11-299d-45e6-b0e4-ad80f2c299e9" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4c4977d9-7452-4378-b496-4314b02c2e90" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "b5dd98d0-111c-4b45-9a7e-adc143dda1f7", + "apim-request-id" : "50fad54c-e07d-4a29-98cf-f82a66ce8ad9", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"1d1df36d-0caa-45ec-b53b-4f231fea8727\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:51Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:39:58 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"db04b95c-a55e-4008-85f5-da31296a488e\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:51Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:53Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:56 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/1d1df36d-0caa-45ec-b53b-4f231fea8727?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/db04b95c-a55e-4008-85f5-da31296a488e?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "43e35dcc-7898-4acd-a229-dd9e37c3b018" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "1c930bfa-b237-4fc2-b902-12c6b4ab325d" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "24", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "6c75bfbe-8648-4959-8fda-ca2b2da5b851", + "apim-request-id" : "dff13df5-e0e1-4289-8c12-36c72e96f4ad", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"1d1df36d-0caa-45ec-b53b-4f231fea8727\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:51Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:39:58 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"db04b95c-a55e-4008-85f5-da31296a488e\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:51:51Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:53Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:51:57 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/1d1df36d-0caa-45ec-b53b-4f231fea8727/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/db04b95c-a55e-4008-85f5-da31296a488e/analyze?includeTextDetails=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "319597a8-f8c1-44db-a89c-4d8ffb1d9eb3", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "831e46cb-412c-4812-9be2-5dc5a0d9682f", "Content-Type" : "application/pdf" }, "Response" : null, @@ -74,10 +74,10 @@ } }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/1d1df36d-0caa-45ec-b53b-4f231fea8727/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/db04b95c-a55e-4008-85f5-da31296a488e/analyze?includeTextDetails=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "319597a8-f8c1-44db-a89c-4d8ffb1d9eb3", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "831e46cb-412c-4812-9be2-5dc5a0d9682f", "Content-Type" : "application/pdf" }, "Response" : null, @@ -87,10 +87,10 @@ } }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/1d1df36d-0caa-45ec-b53b-4f231fea8727/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/db04b95c-a55e-4008-85f5-da31296a488e/analyze?includeTextDetails=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "319597a8-f8c1-44db-a89c-4d8ffb1d9eb3", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "831e46cb-412c-4812-9be2-5dc5a0d9682f", "Content-Type" : "application/pdf" }, "Response" : null, @@ -100,10 +100,10 @@ } }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/1d1df36d-0caa-45ec-b53b-4f231fea8727/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/db04b95c-a55e-4008-85f5-da31296a488e/analyze?includeTextDetails=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "319597a8-f8c1-44db-a89c-4d8ffb1d9eb3", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "831e46cb-412c-4812-9be2-5dc5a0d9682f", "Content-Type" : "application/pdf" }, "Response" : null, diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormMultiPageLabeled.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormMultiPageLabeled.json index e325859b7b2ef..eb7c7b7a0f825 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormMultiPageLabeled.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormMultiPageLabeled.json @@ -1,201 +1,141 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5018e795-eeb3-418b-981e-c563ac1ec9b8", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "23f73897-44c8-47d8-b7b2-95c69ab7dc83", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "156", + "x-envoy-upstream-service-time" : "149", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "02817b53-5b9d-4e0c-9922-44d87a6d3c80", + "apim-request-id" : "e787408b-85bd-496e-96cc-0841129113de", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:33:43 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d9477b9e-e7be-4890-b271-4f2418fa5388" + "Date" : "Wed, 16 Sep 2020 00:54:35 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9df9e91f-ae67-41c4-add3-a4c005912926" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d9477b9e-e7be-4890-b271-4f2418fa5388?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9df9e91f-ae67-41c4-add3-a4c005912926?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "29e38ff5-87b3-4908-82f0-7396d8e33e2c" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "8088ccec-a80f-4d77-8222-ceaac26019b0" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "19", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9de8953a-e457-4c1b-b465-58e41ea347df", + "apim-request-id" : "b084996e-92da-4f77-94ad-ceed9bebd13d", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d9477b9e-e7be-4890-b271-4f2418fa5388\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:33:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:40Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:33:48 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"9df9e91f-ae67-41c4-add3-a4c005912926\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:36Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:37Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:40 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d9477b9e-e7be-4890-b271-4f2418fa5388?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9df9e91f-ae67-41c4-add3-a4c005912926?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "31a0f64e-1bf0-46b2-bfac-089259c72ea2" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "a7142c4d-5c85-4e95-afbf-4244774eda72" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "24", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "eb72dc26-affe-472f-8713-3ec595265ebf", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d9477b9e-e7be-4890-b271-4f2418fa5388\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:33:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:40Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:33:53 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d9477b9e-e7be-4890-b271-4f2418fa5388?includeKeys=true", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "002e4053-0a52-4516-9895-b9b6dcdca0fb" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "24", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "44342758-9b3b-4b78-ab37-c0b8693fa795", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d9477b9e-e7be-4890-b271-4f2418fa5388\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:56Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:33:58 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d9477b9e-e7be-4890-b271-4f2418fa5388?includeKeys=true", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "76644c14-5eaf-41fc-9dc0-5b4dd62df376" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "30", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "c864f705-a959-44a2-abbf-e63b01accf9f", + "apim-request-id" : "164fe4f6-b2f9-4c03-b54f-b9704f3cc5fa", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d9477b9e-e7be-4890-b271-4f2418fa5388\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:33:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:56Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:33:58 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"9df9e91f-ae67-41c4-add3-a4c005912926\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:36Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:37Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:41 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d9477b9e-e7be-4890-b271-4f2418fa5388/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9df9e91f-ae67-41c4-add3-a4c005912926/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "b2f465ec-11e4-4ff7-b423-920c8197bc49", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "3f56a6b7-6840-4388-95d2-607e350b7252", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "122", + "x-envoy-upstream-service-time" : "79", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "8af571fa-7130-49b7-a275-893d06651da6", + "apim-request-id" : "8eece23f-f7c2-48aa-adff-2497f169c87f", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d9477b9e-e7be-4890-b271-4f2418fa5388/analyzeresults/a4899402-4d5f-472e-b525-c530e556f9e0", - "Date" : "Thu, 06 Aug 2020 22:34:00 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d9477b9e-e7be-4890-b271-4f2418fa5388/analyzeResults/a4899402-4d5f-472e-b525-c530e556f9e0", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "0f2cfde3-2c0e-49cc-be21-872231458729" - }, - "Response" : { - "x-envoy-upstream-service-time" : "22", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "e9ac8d97-e80d-46ba-acd6-c95e8d6395c8", - "retry-after" : "0", - "Content-Length" : "109", - "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-06T22:34:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:04Z\"}", - "Date" : "Thu, 06 Aug 2020 22:34:05 GMT", - "Content-Type" : "application/json; charset=utf-8" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9df9e91f-ae67-41c4-add3-a4c005912926/analyzeresults/31bebab5-3614-4b47-8ce1-b3ca418f7e1f", + "Date" : "Wed, 16 Sep 2020 00:54:42 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d9477b9e-e7be-4890-b271-4f2418fa5388/analyzeResults/a4899402-4d5f-472e-b525-c530e556f9e0", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9df9e91f-ae67-41c4-add3-a4c005912926/analyzeResults/31bebab5-3614-4b47-8ce1-b3ca418f7e1f", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e122fcab-bf6e-4c4c-95ae-9187284cb532" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2029749d-4f8a-4d46-b6f0-6d722a649cec" }, "Response" : { - "x-envoy-upstream-service-time" : "34", + "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "feb9bf9e-793d-44e0-b04a-04e1a245c343", + "apim-request-id" : "4dbe1110-983f-40d9-8222-5775ca1b21b2", "retry-after" : "0", "Content-Length" : "109", "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-06T22:34:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:04Z\"}", - "Date" : "Thu, 06 Aug 2020 22:34:11 GMT", + "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-09-16T00:54:42Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:46Z\"}", + "Date" : "Wed, 16 Sep 2020 00:54:46 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d9477b9e-e7be-4890-b271-4f2418fa5388/analyzeResults/a4899402-4d5f-472e-b525-c530e556f9e0", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9df9e91f-ae67-41c4-add3-a4c005912926/analyzeResults/31bebab5-3614-4b47-8ce1-b3ca418f7e1f", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "c3bb67b9-c6ec-46ca-b4a8-9e866045189a" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "5a9f3391-54ac-442e-9497-80a2ca1a4078" }, "Response" : { - "x-envoy-upstream-service-time" : "24", + "x-envoy-upstream-service-time" : "26", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a60d2bc5-cfc1-40fd-b715-5bde5a2fca8a", + "apim-request-id" : "22c96f64-2300-4c50-93b5-b7d0e9d05cf4", "retry-after" : "0", - "Content-Length" : "9504", + "Content-Length" : "10168", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:34:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:12Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"},{\"page\":2,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,3],\"fields\":{\"Customer2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[6.0150000000000006,1.45,6.95,1.45,6.95,1.595,6.0150000000000006,1.595],\"confidence\":1.0},\"Tip\":{\"type\":\"string\",\"valueString\":\"100.00\",\"text\":\"100.00\",\"page\":1,\"boundingBox\":[5.8100000000000005,5.345,6.26,5.345,6.26,5.455,5.8100000000000005,5.455],\"confidence\":1.0},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"300.00\",\"text\":\"300.00\",\"page\":1,\"boundingBox\":[6.18,4.905,6.63,4.905,6.63,5.015,6.18,5.015],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"30.00\",\"text\":\"30.00\",\"page\":1,\"boundingBox\":[5.835,5.125,6.2,5.125,6.2,5.235,5.835,5.235],\"confidence\":1.0},\"CustomerAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane Redmond, WA\",\"text\":\"123 Hobbit Lane Redmond, WA\",\"page\":1,\"boundingBox\":[6.0150000000000006,1.67,7.1000000000000005,1.67,7.1000000000000005,2.0300000000000002,6.0150000000000006,2.0300000000000002],\"confidence\":1.0},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"567 Main St. Redmond, WA\",\"text\":\"567 Main St. Redmond, WA\",\"page\":1,\"boundingBox\":[0.885,1.845,1.855,1.845,1.855,2.2,0.885,2.2],\"confidence\":1.0},\"MerchantPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[0.885,2.29,1.81,2.29,1.81,2.395,0.885,2.395],\"confidence\":1.0},\"Merchant2\":{\"type\":\"string\",\"valueString\":\"Company\",\"text\":\"Company\",\"page\":1,\"boundingBox\":[0.885,1.125,1.62,1.125,1.62,1.28,0.885,1.28],\"confidence\":1.0},\"FirstItem\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.085,3.21,1.175,3.21,1.175,3.3200000000000003,1.085,3.3200000000000003],\"confidence\":1.0},\"Total2\":{\"type\":\"string\",\"valueString\":\"4300.00\",\"text\":\"4300.00\",\"page\":3,\"boundingBox\":[5.94,5.565,6.48,5.565,6.48,5.675,5.94,5.675],\"confidence\":1.0},\"FirstQuantity\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[3.2600000000000002,3.21,3.3200000000000003,3.21,3.3200000000000003,3.3200000000000003,3.2600000000000002,3.3200000000000003],\"confidence\":1.0},\"CustomerPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[6.01,2.12,6.9350000000000005,2.12,6.9350000000000005,2.225,6.01,2.225],\"confidence\":1.0},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[2.05,6.655,3.04,6.655,3.04,6.8,2.05,6.8],\"confidence\":1.0},\"Signature2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[2.07,6.655,3.09,6.655,3.09,6.8,2.07,6.8],\"confidence\":0.16},\"Total\":{\"type\":\"string\",\"valueString\":\"430.00\",\"text\":\"430.00\",\"page\":1,\"boundingBox\":[5.94,5.565,6.4,5.565,6.4,5.675,5.94,5.675],\"confidence\":1.0},\"FirstPrice\":{\"type\":\"string\",\"valueString\":\"10.99\",\"text\":\"10.99\",\"page\":1,\"boundingBox\":[5.425,3.21,5.78,3.21,5.78,3.3200000000000003,5.425,3.3200000000000003],\"confidence\":1.0},\"CustomerName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[6.0150000000000006,1.45,6.8950000000000005,1.45,6.8950000000000005,1.595,6.0150000000000006,1.595],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.67,1.125,1.7750000000000001,1.125,1.7750000000000001,1.245,1.67,1.245],\"confidence\":1.0}}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:34:15 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:42Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:49Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"selectionMarks\":[{\"boundingBox\":[0,9.8745,1.1035,9.8745,1.1035,10.9943,0,10.9943],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4952,1.9659,10.4952,1.9659,10.9978,0,10.9978],\"confidence\":0.8,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0263,1.0499,0.0263,1.0499,1.0117,0,1.0117],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5064,9.9415,8.4985,9.9415,8.4985,11,7.5064,11],\"confidence\":0.553,\"state\":\"unselected\"}]},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"selectionMarks\":[{\"boundingBox\":[0,9.877,1.1039,9.877,1.1039,10.9946,0,10.9946],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.498,1.9897,10.498,1.9897,10.9975,0,10.9975],\"confidence\":0.833,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0268,1.048,0.0268,1.048,1.0107,0,1.0107],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[6.8221,10.6394,8.4766,10.6394,8.4766,11,6.8221,11],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5061,9.9417,8.4988,9.9417,8.4988,11,7.5061,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]}],\"documentResults\":[{\"docType\":\"custom:9df9e91f-ae67-41c4-add3-a4c005912926\",\"modelId\":\"9df9e91f-ae67-41c4-add3-a4c005912926\",\"pageRange\":[1,3],\"fields\":{\"CustomerPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[6.01,2.12,6.935,2.12,6.935,2.225,6.01,2.225],\"confidence\":1.0},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[2.05,6.655,3.04,6.655,3.04,6.8,2.05,6.8],\"confidence\":0.952},\"FirstQuantity\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[3.26,3.21,3.32,3.21,3.32,3.32,3.26,3.32],\"confidence\":1.0},\"Signature2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[2.07,6.655,3.09,6.655,3.09,6.8,2.07,6.8],\"confidence\":0.676},\"CustomerAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane Redmond, WA\",\"text\":\"123 Hobbit Lane Redmond, WA\",\"page\":1,\"boundingBox\":[6.015,1.67,7.1,1.67,7.1,2.03,6.015,2.03],\"confidence\":1.0},\"FirstPrice\":{\"type\":\"string\",\"valueString\":\"10.99\",\"text\":\"10.99\",\"page\":1,\"boundingBox\":[5.425,3.21,5.78,3.21,5.78,3.32,5.425,3.32],\"confidence\":1.0},\"MerchantPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[0.885,2.29,1.81,2.29,1.81,2.395,0.885,2.395],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"30.00\",\"text\":\"30.00\",\"page\":1,\"boundingBox\":[5.835,5.125,6.2,5.125,6.2,5.235,5.835,5.235],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"B\",\"text\":\"B\",\"page\":3,\"boundingBox\":[1.685,1.125,1.765,1.125,1.765,1.245,1.685,1.245],\"confidence\":0.5},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"300.00\",\"text\":\"300.00\",\"page\":1,\"boundingBox\":[6.18,4.905,6.63,4.905,6.63,5.015,6.18,5.015],\"confidence\":1.0},\"Customer2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[6.015,1.45,6.95,1.45,6.95,1.595,6.015,1.595],\"confidence\":0.971},\"Total2\":{\"type\":\"string\",\"valueString\":\"4300.00\",\"text\":\"4300.00\",\"page\":3,\"boundingBox\":[5.94,5.565,6.48,5.565,6.48,5.675,5.94,5.675],\"confidence\":1.0},\"CustomerName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[6.015,1.45,6.895,1.45,6.895,1.595,6.015,1.595],\"confidence\":0.971},\"FirstItem\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.085,3.21,1.175,3.21,1.175,3.32,1.085,3.32],\"confidence\":1.0},\"Tip\":{\"type\":\"string\",\"valueString\":\"100.00\",\"text\":\"100.00\",\"page\":1,\"boundingBox\":[5.81,5.345,6.26,5.345,6.26,5.455,5.81,5.455],\"confidence\":1.0},\"Merchant2\":{\"type\":\"string\",\"valueString\":\"Company\",\"text\":\"Company\",\"page\":3,\"boundingBox\":[0.885,1.125,1.62,1.125,1.62,1.28,0.885,1.28],\"confidence\":1.0},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"567 Main St. Redmond, WA\",\"text\":\"567 Main St. Redmond, WA\",\"page\":1,\"boundingBox\":[0.885,1.845,1.855,1.845,1.855,2.2,0.885,2.2],\"confidence\":1.0},\"Total\":{\"type\":\"string\",\"valueString\":\"430.00\",\"text\":\"430.00\",\"page\":1,\"boundingBox\":[5.94,5.565,6.4,5.565,6.4,5.675,5.94,5.675],\"confidence\":1.0}},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:52 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d9477b9e-e7be-4890-b271-4f2418fa5388/analyzeResults/a4899402-4d5f-472e-b525-c530e556f9e0", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/9df9e91f-ae67-41c4-add3-a4c005912926/analyzeResults/31bebab5-3614-4b47-8ce1-b3ca418f7e1f", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "ec2b41e2-81eb-4724-8c8e-4b522ba7c907" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "86651bdf-0478-42ff-8fbb-bec9dab35e84" }, "Response" : { - "x-envoy-upstream-service-time" : "33", + "x-envoy-upstream-service-time" : "17", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "988992e5-506b-46a1-ae14-562ac33a6b5c", + "apim-request-id" : "579924c8-3d9e-4f13-8dd7-7ead0f6900d5", "retry-after" : "0", - "Content-Length" : "9504", + "Content-Length" : "10168", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:34:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:12Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"},{\"page\":2,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,3],\"fields\":{\"Customer2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[6.0150000000000006,1.45,6.95,1.45,6.95,1.595,6.0150000000000006,1.595],\"confidence\":1.0},\"Tip\":{\"type\":\"string\",\"valueString\":\"100.00\",\"text\":\"100.00\",\"page\":1,\"boundingBox\":[5.8100000000000005,5.345,6.26,5.345,6.26,5.455,5.8100000000000005,5.455],\"confidence\":1.0},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"300.00\",\"text\":\"300.00\",\"page\":1,\"boundingBox\":[6.18,4.905,6.63,4.905,6.63,5.015,6.18,5.015],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"30.00\",\"text\":\"30.00\",\"page\":1,\"boundingBox\":[5.835,5.125,6.2,5.125,6.2,5.235,5.835,5.235],\"confidence\":1.0},\"CustomerAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane Redmond, WA\",\"text\":\"123 Hobbit Lane Redmond, WA\",\"page\":1,\"boundingBox\":[6.0150000000000006,1.67,7.1000000000000005,1.67,7.1000000000000005,2.0300000000000002,6.0150000000000006,2.0300000000000002],\"confidence\":1.0},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"567 Main St. Redmond, WA\",\"text\":\"567 Main St. Redmond, WA\",\"page\":1,\"boundingBox\":[0.885,1.845,1.855,1.845,1.855,2.2,0.885,2.2],\"confidence\":1.0},\"MerchantPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[0.885,2.29,1.81,2.29,1.81,2.395,0.885,2.395],\"confidence\":1.0},\"Merchant2\":{\"type\":\"string\",\"valueString\":\"Company\",\"text\":\"Company\",\"page\":1,\"boundingBox\":[0.885,1.125,1.62,1.125,1.62,1.28,0.885,1.28],\"confidence\":1.0},\"FirstItem\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.085,3.21,1.175,3.21,1.175,3.3200000000000003,1.085,3.3200000000000003],\"confidence\":1.0},\"Total2\":{\"type\":\"string\",\"valueString\":\"4300.00\",\"text\":\"4300.00\",\"page\":3,\"boundingBox\":[5.94,5.565,6.48,5.565,6.48,5.675,5.94,5.675],\"confidence\":1.0},\"FirstQuantity\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[3.2600000000000002,3.21,3.3200000000000003,3.21,3.3200000000000003,3.3200000000000003,3.2600000000000002,3.3200000000000003],\"confidence\":1.0},\"CustomerPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[6.01,2.12,6.9350000000000005,2.12,6.9350000000000005,2.225,6.01,2.225],\"confidence\":1.0},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[2.05,6.655,3.04,6.655,3.04,6.8,2.05,6.8],\"confidence\":1.0},\"Signature2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[2.07,6.655,3.09,6.655,3.09,6.8,2.07,6.8],\"confidence\":0.16},\"Total\":{\"type\":\"string\",\"valueString\":\"430.00\",\"text\":\"430.00\",\"page\":1,\"boundingBox\":[5.94,5.565,6.4,5.565,6.4,5.675,5.94,5.675],\"confidence\":1.0},\"FirstPrice\":{\"type\":\"string\",\"valueString\":\"10.99\",\"text\":\"10.99\",\"page\":1,\"boundingBox\":[5.425,3.21,5.78,3.21,5.78,3.3200000000000003,5.425,3.3200000000000003],\"confidence\":1.0},\"CustomerName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[6.0150000000000006,1.45,6.8950000000000005,1.45,6.8950000000000005,1.595,6.0150000000000006,1.595],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.67,1.125,1.7750000000000001,1.125,1.7750000000000001,1.245,1.67,1.245],\"confidence\":1.0}}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:34:16 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:42Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:49Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"selectionMarks\":[{\"boundingBox\":[0,9.8745,1.1035,9.8745,1.1035,10.9943,0,10.9943],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4952,1.9659,10.4952,1.9659,10.9978,0,10.9978],\"confidence\":0.8,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0263,1.0499,0.0263,1.0499,1.0117,0,1.0117],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5064,9.9415,8.4985,9.9415,8.4985,11,7.5064,11],\"confidence\":0.553,\"state\":\"unselected\"}]},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"selectionMarks\":[{\"boundingBox\":[0,9.877,1.1039,9.877,1.1039,10.9946,0,10.9946],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.498,1.9897,10.498,1.9897,10.9975,0,10.9975],\"confidence\":0.833,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0268,1.048,0.0268,1.048,1.0107,0,1.0107],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[6.8221,10.6394,8.4766,10.6394,8.4766,11,6.8221,11],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5061,9.9417,8.4988,9.9417,8.4988,11,7.5061,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]}],\"documentResults\":[{\"docType\":\"custom:9df9e91f-ae67-41c4-add3-a4c005912926\",\"modelId\":\"9df9e91f-ae67-41c4-add3-a4c005912926\",\"pageRange\":[1,3],\"fields\":{\"CustomerPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[6.01,2.12,6.935,2.12,6.935,2.225,6.01,2.225],\"confidence\":1.0},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[2.05,6.655,3.04,6.655,3.04,6.8,2.05,6.8],\"confidence\":0.952},\"FirstQuantity\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[3.26,3.21,3.32,3.21,3.32,3.32,3.26,3.32],\"confidence\":1.0},\"Signature2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[2.07,6.655,3.09,6.655,3.09,6.8,2.07,6.8],\"confidence\":0.676},\"CustomerAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane Redmond, WA\",\"text\":\"123 Hobbit Lane Redmond, WA\",\"page\":1,\"boundingBox\":[6.015,1.67,7.1,1.67,7.1,2.03,6.015,2.03],\"confidence\":1.0},\"FirstPrice\":{\"type\":\"string\",\"valueString\":\"10.99\",\"text\":\"10.99\",\"page\":1,\"boundingBox\":[5.425,3.21,5.78,3.21,5.78,3.32,5.425,3.32],\"confidence\":1.0},\"MerchantPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[0.885,2.29,1.81,2.29,1.81,2.395,0.885,2.395],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"30.00\",\"text\":\"30.00\",\"page\":1,\"boundingBox\":[5.835,5.125,6.2,5.125,6.2,5.235,5.835,5.235],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"B\",\"text\":\"B\",\"page\":3,\"boundingBox\":[1.685,1.125,1.765,1.125,1.765,1.245,1.685,1.245],\"confidence\":0.5},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"300.00\",\"text\":\"300.00\",\"page\":1,\"boundingBox\":[6.18,4.905,6.63,4.905,6.63,5.015,6.18,5.015],\"confidence\":1.0},\"Customer2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[6.015,1.45,6.95,1.45,6.95,1.595,6.015,1.595],\"confidence\":0.971},\"Total2\":{\"type\":\"string\",\"valueString\":\"4300.00\",\"text\":\"4300.00\",\"page\":3,\"boundingBox\":[5.94,5.565,6.48,5.565,6.48,5.675,5.94,5.675],\"confidence\":1.0},\"CustomerName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[6.015,1.45,6.895,1.45,6.895,1.595,6.015,1.595],\"confidence\":0.971},\"FirstItem\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.085,3.21,1.175,3.21,1.175,3.32,1.085,3.32],\"confidence\":1.0},\"Tip\":{\"type\":\"string\",\"valueString\":\"100.00\",\"text\":\"100.00\",\"page\":1,\"boundingBox\":[5.81,5.345,6.26,5.345,6.26,5.455,5.81,5.455],\"confidence\":1.0},\"Merchant2\":{\"type\":\"string\",\"valueString\":\"Company\",\"text\":\"Company\",\"page\":3,\"boundingBox\":[0.885,1.125,1.62,1.125,1.62,1.28,0.885,1.28],\"confidence\":1.0},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"567 Main St. Redmond, WA\",\"text\":\"567 Main St. Redmond, WA\",\"page\":1,\"boundingBox\":[0.885,1.845,1.855,1.845,1.855,2.2,0.885,2.2],\"confidence\":1.0},\"Total\":{\"type\":\"string\",\"valueString\":\"430.00\",\"text\":\"430.00\",\"page\":1,\"boundingBox\":[5.94,5.565,6.4,5.565,6.4,5.675,5.94,5.675],\"confidence\":1.0}},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:52 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormMultiPageUnlabeled.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormMultiPageUnlabeled.json index 2c09acff47e6b..a798f2a57335d 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormMultiPageUnlabeled.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormMultiPageUnlabeled.json @@ -1,181 +1,241 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "02da5ac9-1804-464c-9da1-0627599c8310", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "da60a34f-24d3-4e34-a934-950431e40a21", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "141", + "x-envoy-upstream-service-time" : "149", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "59200ead-7df7-4b60-ba17-e43b168dfd10", + "apim-request-id" : "cbbc3b65-df22-49a3-9305-6b0bb24d8e2a", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:35:21 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800" + "Date" : "Wed, 16 Sep 2020 00:54:49 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "1b4686af-8c63-4719-9153-f777f0caa662" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4f10182b-28db-4c35-b358-8eb7ea29e47a" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "31", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "52370ded-da3a-4b43-9c94-141e4fde3349", + "apim-request-id" : "d6889a89-29a9-4892-a17e-ed918d6070ff", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:22Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:35:26 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"5e93494c-0168-4e9f-873e-2239af2cd58b\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:49Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:55 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8b1f340b-22ea-4b84-a12f-d4f0e705e9b9" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4d175605-ef68-445a-abce-1f1081fcc6d4" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "44", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "13af77dd-eebf-40d1-b5dd-0c33e1bf7c6a", + "apim-request-id" : "b72de6ae-274e-4f67-99e1-5b700dc9bc1e", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:22Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:35:31 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"5e93494c-0168-4e9f-873e-2239af2cd58b\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:49Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:59 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "c72358d6-ab28-4769-a1fb-9f40ec786e99" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "03ab5bb9-73bd-4dc0-a583-4b05acdeb031" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "29", + "x-envoy-upstream-service-time" : "24", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "615d1908-a1cb-4349-8812-3902bbe71023", + "apim-request-id" : "2a3d46a7-0685-4878-a05c-a7b77ca0b61b", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:35Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:35:37 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"5e93494c-0168-4e9f-873e-2239af2cd58b\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:49Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:05 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "1c2f4797-31e8-4b1c-a34f-851f1b35710f" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4ac0f8d2-9529-4288-aba7-8d3fe63d7497" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "47", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f01fdecb-e2aa-4c3f-8d33-9c9af8729bbd", + "apim-request-id" : "73e875e4-41c5-44a7-bf16-f04e645a95c8", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:35Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:35:37 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"5e93494c-0168-4e9f-873e-2239af2cd58b\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:49Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:10 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "9e21c461-bf4b-4041-a2a4-eab4fca05433" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "22", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "4e9df335-1f17-4ff4-ac50-45534b4aaa64", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"5e93494c-0168-4e9f-873e-2239af2cd58b\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:13Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:55:15 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "03681b13-f803-48ee-82c7-3c5db2805ec5" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "18", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "e66d75ed-98f2-4e07-928d-1ac48f6f540f", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"5e93494c-0168-4e9f-873e-2239af2cd58b\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:49Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:13Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:55:15 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "3be489c7-9a77-410f-b83f-d8663c1ab23d", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7748b22c-840c-4644-a774-5c71fecb62e6", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "5120", + "x-envoy-upstream-service-time" : "244", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "72ad73c4-a65d-4600-8232-e1eaff4009bc", + "apim-request-id" : "308804c8-9ab4-4fed-9b25-b75ec73646fd", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800/analyzeresults/2a83757f-aab0-4179-9a85-af8139cabb7e", - "Date" : "Thu, 06 Aug 2020 22:35:43 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b/analyzeresults/854fdb95-1cd8-4c52-9ce3-445b94a684da", + "Date" : "Wed, 16 Sep 2020 00:55:16 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800/analyzeResults/2a83757f-aab0-4179-9a85-af8139cabb7e", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b/analyzeResults/854fdb95-1cd8-4c52-9ce3-445b94a684da", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "28b01386-c45c-44fe-ad01-f725a43f2d70" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b891db8c-e0c3-4708-b526-b50473b3e2b3" }, "Response" : { - "x-envoy-upstream-service-time" : "19", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "eba69255-8315-4c95-b87c-8f2f2ad494f5", + "apim-request-id" : "72503bf2-c53f-4c0c-9587-4047a5fd874e", "retry-after" : "0", "Content-Length" : "134", "StatusCode" : "200", - "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-08-06T22:35:44Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:35:44Z\", \"analyzeResult\": null}", - "Date" : "Thu, 06 Aug 2020 22:35:48 GMT", + "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-09-16T00:55:17Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:55:17Z\", \"analyzeResult\": null}", + "Date" : "Wed, 16 Sep 2020 00:55:21 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800/analyzeResults/2a83757f-aab0-4179-9a85-af8139cabb7e", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b/analyzeResults/854fdb95-1cd8-4c52-9ce3-445b94a684da", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5546db5d-3cab-4502-aa2a-b0fb013880ba" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "14b2ccb1-b161-42d3-a9a2-0e59b8fd31da" }, "Response" : { - "x-envoy-upstream-service-time" : "31", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a4f174fb-6733-4449-be4a-a9f55315bcfe", + "apim-request-id" : "8aaeca08-3303-449f-92d1-3fdce78a4d08", "retry-after" : "0", - "Content-Length" : "17652", + "Content-Length" : "134", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:35:44Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:35:50Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 2, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 3, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Bilbo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [6.1722, 4.8861, 6.6361, 4.8861, 6.6361, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"30.00\", \"boundingBox\": [5.8292, 5.1069, 6.2069, 5.1069, 6.2069, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"100.00\", \"boundingBox\": [5.7986, 5.3264, 6.2639, 5.3264, 6.2639, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"430.00\", \"boundingBox\": [5.9389, 5.5472, 6.4028, 5.5472, 6.4028, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Bilbo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8333, 6.6431, 3.8333, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company A Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3875, 1.1014, 2.3875, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.3292, 3.1931, 3.3292, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.7875, 3.1931, 5.7875, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"2\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.3292, 3.4056, 3.3292, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"14.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.7861, 3.4056, 5.7861, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.3292, 3.6167, 3.3292, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"15.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.7861, 3.6167, 5.7861, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.3292, 3.8264, 3.3292, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.7861, 3.8264, 5.7861, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.3292, 4.0361, 3.3292, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.7875, 4.0361, 5.7875, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.3292, 4.2458, 3.3292, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.7861, 4.2458, 5.7861, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"8\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.3292, 4.4569, 3.3292, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"22.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.7875, 4.4569, 5.7875, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}, {\"page\": 2, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}, {\"page\": 3, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Frodo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"3000.00\", \"boundingBox\": [6.1722, 4.8861, 6.7208, 4.8861, 6.7208, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [5.8292, 5.1069, 6.2931, 5.1069, 6.2931, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"1000.00\", \"boundingBox\": [5.7986, 5.3264, 6.3472, 5.3264, 6.3472, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"4300.00\", \"boundingBox\": [5.9389, 5.5472, 6.4875, 5.5472, 6.4875, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Frodo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8833, 6.6431, 3.8833, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company B Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3833, 1.1014, 2.3833, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.4125, 3.1931, 3.4125, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.8708, 3.1931, 5.8708, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.4125, 3.4056, 3.4125, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"140.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.8694, 3.4056, 5.8694, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.4125, 3.6167, 3.4125, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"150.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.8694, 3.6167, 5.8694, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.4125, 3.8264, 3.4125, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.8694, 3.8264, 5.8694, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.4125, 4.0361, 3.4125, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.8708, 4.0361, 5.8708, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"60\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.4125, 4.2458, 3.4125, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.8694, 4.2458, 5.8694, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"80\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.4125, 4.4569, 3.4125, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"220.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.8708, 4.4569, 5.8708, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:35:53 GMT", + "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-09-16T00:55:17Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:55:17Z\", \"analyzeResult\": null}", + "Date" : "Wed, 16 Sep 2020 00:55:27 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800/analyzeResults/2a83757f-aab0-4179-9a85-af8139cabb7e", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b/analyzeResults/854fdb95-1cd8-4c52-9ce3-445b94a684da", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e4c27360-1116-4774-9f82-c8234cb3bc45" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "648e198d-293f-4fe1-a7dd-2b29d87024bc" }, "Response" : { "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ef1d95dc-f395-4c40-a425-6fd76f958635", + "apim-request-id" : "4180eaaf-aabe-4110-b582-1533bfe5d3b5", + "retry-after" : "0", + "Content-Length" : "17142", + "StatusCode" : "200", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:55:17Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:55:29Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 2, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 3, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0208, 1.0668, 7.0361, 1.0668, 7.0361, 1.2122, 6.0208, 1.2122], \"elements\": null}, \"value\": {\"text\": \"Bilbo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0167, 1.4532, 7.1, 1.4532, 7.1, 1.7854, 6.0167, 1.7854], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8792, 1.4826, 1.5653, 1.4826, 1.5653, 1.6156, 0.8792, 1.6156], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8847, 1.8467, 1.7125, 1.8467, 1.7125, 1.9556, 0.8847, 1.9556], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0167, 1.8923, 6.9792, 1.8923, 6.9792, 2.0233, 6.0167, 2.0233], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0111, 2.1188, 6.9375, 2.1188, 6.9375, 2.2253, 6.0111, 2.2253], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8917, 2.0628, 1.8542, 2.0628, 1.8542, 2.1918, 0.8917, 2.1918], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8847, 2.2885, 1.8111, 2.2885, 1.8111, 2.3955, 0.8847, 2.3955], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5083, 4.8983, 6.125, 4.8983, 6.125, 5.0132, 5.5083, 5.0132], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [6.1792, 4.9042, 6.6319, 4.9042, 6.6319, 5.0132, 6.1792, 5.0132], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1264, 5.7806, 5.1264, 5.7806, 5.2333, 5.5028, 5.2333], \"elements\": null}, \"value\": {\"text\": \"30.00\", \"boundingBox\": [5.8361, 5.1247, 6.2028, 5.1247, 6.2028, 5.2333, 5.8361, 5.2333], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3413, 5.7514, 5.3413, 5.7514, 5.4809, 5.5028, 5.4809], \"elements\": null}, \"value\": {\"text\": \"100.00\", \"boundingBox\": [5.8111, 5.3444, 6.2583, 5.3444, 6.2583, 5.4535, 5.8111, 5.4535], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5583, 5.8917, 5.5583, 5.8917, 5.6733, 5.5028, 5.6733], \"elements\": null}, \"value\": {\"text\": \"430.00\", \"boundingBox\": [5.9417, 5.5646, 6.3986, 5.5646, 6.3986, 5.6733, 5.9417, 5.6733], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0056, 6.658, 1.6986, 6.658, 1.6986, 6.7983, 1.0056, 6.7983], \"elements\": null}, \"value\": {\"text\": \"____Bilbo Baggins\", \"boundingBox\": [1.7472, 6.6564, 3.0389, 6.6564, 3.0389, 6.7983, 1.7472, 6.7983], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.0017, 1.3847, 3.0017, 1.3847, 3.109, 1.0944, 3.109], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2528, 2.9997, 3.8361, 2.9997, 3.8361, 3.1372, 3.2528, 3.1372], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4222, 2.9997, 5.7375, 2.9997, 5.7375, 3.109, 5.4222, 3.109], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0833, 3.2118, 1.1736, 3.2118, 1.1736, 3.3181, 1.0833, 3.3181], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2597, 3.2115, 3.3208, 3.2115, 3.3208, 3.3177, 3.2597, 3.3177], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.2108, 5.7792, 3.2108, 5.7792, 3.3191, 5.4236, 3.3191], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.4257, 1.1639, 3.4257, 1.1639, 3.5309, 1.0944, 3.5309], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"2\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2542, 3.424, 3.3194, 3.424, 3.3194, 3.5309, 3.2542, 3.5309], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"14.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.424, 5.7792, 3.424, 5.7792, 3.5323, 5.4236, 3.5323], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0875, 3.6344, 1.1639, 3.6344, 1.1639, 3.742, 1.0875, 3.742], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2486, 3.6351, 3.3236, 3.6351, 3.3236, 3.7413, 3.2486, 3.7413], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"15.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.634, 5.7792, 3.634, 5.7792, 3.7424, 5.4236, 3.7424], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.8455, 1.175, 3.8455, 1.175, 3.951, 1.0944, 3.951], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2597, 3.8451, 3.3208, 3.8451, 3.3208, 3.951, 3.2597, 3.951], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.8441, 5.7806, 3.8441, 5.7806, 3.9524, 5.4236, 3.9524], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0944, 4.0563, 1.1528, 4.0563, 1.1528, 4.1615, 1.0944, 4.1615], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2486, 4.0556, 3.3236, 4.0556, 3.3236, 4.1618, 3.2486, 4.1618], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4236, 4.0545, 5.7806, 4.0545, 5.7806, 4.1628, 5.4236, 4.1628], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0944, 4.266, 1.15, 4.266, 1.15, 4.3715, 1.0944, 4.3715], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2528, 4.2646, 3.3222, 4.2646, 3.3222, 4.3726, 3.2528, 4.3726], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4236, 4.2646, 5.7806, 4.2646, 5.7806, 4.3726, 5.4236, 4.3726], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0875, 4.4747, 1.1736, 4.4747, 1.1736, 4.5826, 1.0875, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"8\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2514, 4.4747, 3.3222, 4.4747, 3.3222, 4.5826, 3.2514, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"22.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4181, 4.4747, 5.7806, 4.4747, 5.7806, 4.5826, 5.4181, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}, {\"page\": 2, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}, {\"page\": 3, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0208, 1.0668, 7.0361, 1.0668, 7.0361, 1.2122, 6.0208, 1.2122], \"elements\": null}, \"value\": {\"text\": \"Frodo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0167, 1.4533, 7.1, 1.4533, 7.1, 1.7854, 6.0167, 1.7854], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8792, 1.4826, 1.5653, 1.4826, 1.5653, 1.6156, 0.8792, 1.6156], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8847, 1.8467, 1.7125, 1.8467, 1.7125, 1.9556, 0.8847, 1.9556], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0167, 1.8923, 6.9792, 1.8923, 6.9792, 2.0233, 6.0167, 2.0233], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0111, 2.1188, 6.9375, 2.1188, 6.9375, 2.2253, 6.0111, 2.2253], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8917, 2.0628, 1.8542, 2.0628, 1.8542, 2.1918, 0.8917, 2.1918], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8847, 2.2885, 1.8111, 2.2885, 1.8111, 2.3955, 0.8847, 2.3955], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5083, 4.8983, 6.125, 4.8983, 6.125, 5.0132, 5.5083, 5.0132], \"elements\": null}, \"value\": {\"text\": \"3000.00\", \"boundingBox\": [6.1792, 4.9042, 6.7167, 4.9042, 6.7167, 5.0132, 6.1792, 5.0132], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1264, 5.7806, 5.1264, 5.7806, 5.2333, 5.5028, 5.2333], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [5.8361, 5.1247, 6.2889, 5.1247, 6.2889, 5.2333, 5.8361, 5.2333], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3413, 5.7514, 5.3413, 5.7514, 5.4809, 5.5028, 5.4809], \"elements\": null}, \"value\": {\"text\": \"1000.00\", \"boundingBox\": [5.8111, 5.3444, 6.3417, 5.3444, 6.3417, 5.4535, 5.8111, 5.4535], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5583, 5.8917, 5.5583, 5.8917, 5.6733, 5.5028, 5.6733], \"elements\": null}, \"value\": {\"text\": \"4300.00\", \"boundingBox\": [5.9417, 5.5646, 6.4833, 5.5646, 6.4833, 5.6733, 5.9417, 5.6733], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0056, 6.658, 1.6986, 6.658, 1.6986, 6.7983, 1.0056, 6.7983], \"elements\": null}, \"value\": {\"text\": \"____Frodo Baggins\", \"boundingBox\": [1.7472, 6.6566, 3.0889, 6.6566, 3.0889, 6.7983, 1.7472, 6.7983], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.0017, 1.3847, 3.0017, 1.3847, 3.109, 1.0944, 3.109], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2528, 2.9997, 3.8361, 2.9997, 3.8361, 3.1372, 3.2528, 3.1372], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4222, 2.9997, 5.7375, 2.9997, 5.7375, 3.109, 5.4222, 3.109], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0833, 3.2118, 1.1736, 3.2118, 1.1736, 3.3181, 1.0833, 3.3181], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2597, 3.2108, 3.4069, 3.2108, 3.4069, 3.3191, 3.2597, 3.3191], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.2108, 5.8625, 3.2108, 5.8625, 3.3191, 5.4236, 3.3191], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.4257, 1.1639, 3.4257, 1.1639, 3.5309, 1.0944, 3.5309], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2542, 3.424, 3.4069, 3.424, 3.4069, 3.5323, 3.2542, 3.5323], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"140.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.424, 5.8625, 3.424, 5.8625, 3.5323, 5.4236, 3.5323], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0875, 3.6344, 1.1639, 3.6344, 1.1639, 3.742, 1.0875, 3.742], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2486, 3.634, 3.4069, 3.634, 3.4069, 3.7424, 3.2486, 3.7424], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"150.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.634, 5.8639, 3.634, 5.8639, 3.7424, 5.4236, 3.7424], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.8455, 1.175, 3.8455, 1.175, 3.951, 1.0944, 3.951], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2597, 3.8441, 3.4069, 3.8441, 3.4069, 3.9524, 3.2597, 3.9524], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.8441, 5.8639, 3.8441, 5.8639, 3.9524, 5.4236, 3.9524], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0944, 4.0563, 1.1528, 4.0563, 1.1528, 4.1615, 1.0944, 4.1615], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2486, 4.0545, 3.4069, 4.0545, 3.4069, 4.1628, 3.2486, 4.1628], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4236, 4.0545, 5.8639, 4.0545, 5.8639, 4.1628, 5.4236, 4.1628], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0944, 4.266, 1.15, 4.266, 1.15, 4.3715, 1.0944, 4.3715], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"60\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2528, 4.2646, 3.4069, 4.2646, 3.4069, 4.3726, 3.2528, 4.3726], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4236, 4.2646, 5.8639, 4.2646, 5.8639, 4.3726, 5.4236, 4.3726], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0875, 4.4747, 1.1736, 4.4747, 1.1736, 4.5826, 1.0875, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"80\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2514, 4.4747, 3.4069, 4.4747, 3.4069, 4.5826, 3.2514, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"220.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4181, 4.4747, 5.8639, 4.4747, 5.8639, 4.5826, 5.4181, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:55:33 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/5e93494c-0168-4e9f-873e-2239af2cd58b/analyzeResults/854fdb95-1cd8-4c52-9ce3-445b94a684da", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "465d3391-30c0-4369-9a50-d9169f2d554b" + }, + "Response" : { + "x-envoy-upstream-service-time" : "29", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "868a810d-1640-4429-964b-1ee9922b4b9a", "retry-after" : "0", - "Content-Length" : "17652", + "Content-Length" : "17142", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:35:44Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:35:50Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 2, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 3, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Bilbo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [6.1722, 4.8861, 6.6361, 4.8861, 6.6361, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"30.00\", \"boundingBox\": [5.8292, 5.1069, 6.2069, 5.1069, 6.2069, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"100.00\", \"boundingBox\": [5.7986, 5.3264, 6.2639, 5.3264, 6.2639, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"430.00\", \"boundingBox\": [5.9389, 5.5472, 6.4028, 5.5472, 6.4028, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Bilbo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8333, 6.6431, 3.8333, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company A Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3875, 1.1014, 2.3875, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.3292, 3.1931, 3.3292, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.7875, 3.1931, 5.7875, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"2\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.3292, 3.4056, 3.3292, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"14.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.7861, 3.4056, 5.7861, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.3292, 3.6167, 3.3292, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"15.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.7861, 3.6167, 5.7861, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.3292, 3.8264, 3.3292, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.7861, 3.8264, 5.7861, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.3292, 4.0361, 3.3292, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.7875, 4.0361, 5.7875, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.3292, 4.2458, 3.3292, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.7861, 4.2458, 5.7861, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"8\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.3292, 4.4569, 3.3292, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"22.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.7875, 4.4569, 5.7875, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}, {\"page\": 2, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}, {\"page\": 3, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Frodo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"3000.00\", \"boundingBox\": [6.1722, 4.8861, 6.7208, 4.8861, 6.7208, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [5.8292, 5.1069, 6.2931, 5.1069, 6.2931, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"1000.00\", \"boundingBox\": [5.7986, 5.3264, 6.3472, 5.3264, 6.3472, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"4300.00\", \"boundingBox\": [5.9389, 5.5472, 6.4875, 5.5472, 6.4875, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Frodo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8833, 6.6431, 3.8833, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company B Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3833, 1.1014, 2.3833, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.4125, 3.1931, 3.4125, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.8708, 3.1931, 5.8708, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.4125, 3.4056, 3.4125, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"140.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.8694, 3.4056, 5.8694, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.4125, 3.6167, 3.4125, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"150.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.8694, 3.6167, 5.8694, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.4125, 3.8264, 3.4125, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.8694, 3.8264, 5.8694, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.4125, 4.0361, 3.4125, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.8708, 4.0361, 5.8708, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"60\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.4125, 4.2458, 3.4125, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.8694, 4.2458, 5.8694, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"80\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.4125, 4.4569, 3.4125, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"220.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.8708, 4.4569, 5.8708, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:35:54 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:55:17Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:55:29Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 2, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 3, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0208, 1.0668, 7.0361, 1.0668, 7.0361, 1.2122, 6.0208, 1.2122], \"elements\": null}, \"value\": {\"text\": \"Bilbo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0167, 1.4532, 7.1, 1.4532, 7.1, 1.7854, 6.0167, 1.7854], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8792, 1.4826, 1.5653, 1.4826, 1.5653, 1.6156, 0.8792, 1.6156], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8847, 1.8467, 1.7125, 1.8467, 1.7125, 1.9556, 0.8847, 1.9556], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0167, 1.8923, 6.9792, 1.8923, 6.9792, 2.0233, 6.0167, 2.0233], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0111, 2.1188, 6.9375, 2.1188, 6.9375, 2.2253, 6.0111, 2.2253], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8917, 2.0628, 1.8542, 2.0628, 1.8542, 2.1918, 0.8917, 2.1918], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8847, 2.2885, 1.8111, 2.2885, 1.8111, 2.3955, 0.8847, 2.3955], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5083, 4.8983, 6.125, 4.8983, 6.125, 5.0132, 5.5083, 5.0132], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [6.1792, 4.9042, 6.6319, 4.9042, 6.6319, 5.0132, 6.1792, 5.0132], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1264, 5.7806, 5.1264, 5.7806, 5.2333, 5.5028, 5.2333], \"elements\": null}, \"value\": {\"text\": \"30.00\", \"boundingBox\": [5.8361, 5.1247, 6.2028, 5.1247, 6.2028, 5.2333, 5.8361, 5.2333], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3413, 5.7514, 5.3413, 5.7514, 5.4809, 5.5028, 5.4809], \"elements\": null}, \"value\": {\"text\": \"100.00\", \"boundingBox\": [5.8111, 5.3444, 6.2583, 5.3444, 6.2583, 5.4535, 5.8111, 5.4535], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5583, 5.8917, 5.5583, 5.8917, 5.6733, 5.5028, 5.6733], \"elements\": null}, \"value\": {\"text\": \"430.00\", \"boundingBox\": [5.9417, 5.5646, 6.3986, 5.5646, 6.3986, 5.6733, 5.9417, 5.6733], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0056, 6.658, 1.6986, 6.658, 1.6986, 6.7983, 1.0056, 6.7983], \"elements\": null}, \"value\": {\"text\": \"____Bilbo Baggins\", \"boundingBox\": [1.7472, 6.6564, 3.0389, 6.6564, 3.0389, 6.7983, 1.7472, 6.7983], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.0017, 1.3847, 3.0017, 1.3847, 3.109, 1.0944, 3.109], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2528, 2.9997, 3.8361, 2.9997, 3.8361, 3.1372, 3.2528, 3.1372], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4222, 2.9997, 5.7375, 2.9997, 5.7375, 3.109, 5.4222, 3.109], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0833, 3.2118, 1.1736, 3.2118, 1.1736, 3.3181, 1.0833, 3.3181], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2597, 3.2115, 3.3208, 3.2115, 3.3208, 3.3177, 3.2597, 3.3177], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.2108, 5.7792, 3.2108, 5.7792, 3.3191, 5.4236, 3.3191], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.4257, 1.1639, 3.4257, 1.1639, 3.5309, 1.0944, 3.5309], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"2\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2542, 3.424, 3.3194, 3.424, 3.3194, 3.5309, 3.2542, 3.5309], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"14.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.424, 5.7792, 3.424, 5.7792, 3.5323, 5.4236, 3.5323], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0875, 3.6344, 1.1639, 3.6344, 1.1639, 3.742, 1.0875, 3.742], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2486, 3.6351, 3.3236, 3.6351, 3.3236, 3.7413, 3.2486, 3.7413], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"15.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.634, 5.7792, 3.634, 5.7792, 3.7424, 5.4236, 3.7424], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.8455, 1.175, 3.8455, 1.175, 3.951, 1.0944, 3.951], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2597, 3.8451, 3.3208, 3.8451, 3.3208, 3.951, 3.2597, 3.951], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.8441, 5.7806, 3.8441, 5.7806, 3.9524, 5.4236, 3.9524], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0944, 4.0563, 1.1528, 4.0563, 1.1528, 4.1615, 1.0944, 4.1615], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2486, 4.0556, 3.3236, 4.0556, 3.3236, 4.1618, 3.2486, 4.1618], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4236, 4.0545, 5.7806, 4.0545, 5.7806, 4.1628, 5.4236, 4.1628], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0944, 4.266, 1.15, 4.266, 1.15, 4.3715, 1.0944, 4.3715], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2528, 4.2646, 3.3222, 4.2646, 3.3222, 4.3726, 3.2528, 4.3726], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4236, 4.2646, 5.7806, 4.2646, 5.7806, 4.3726, 5.4236, 4.3726], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0875, 4.4747, 1.1736, 4.4747, 1.1736, 4.5826, 1.0875, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"8\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2514, 4.4747, 3.3222, 4.4747, 3.3222, 4.5826, 3.2514, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"22.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4181, 4.4747, 5.7806, 4.4747, 5.7806, 4.5826, 5.4181, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}, {\"page\": 2, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}, {\"page\": 3, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0208, 1.0668, 7.0361, 1.0668, 7.0361, 1.2122, 6.0208, 1.2122], \"elements\": null}, \"value\": {\"text\": \"Frodo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0167, 1.4533, 7.1, 1.4533, 7.1, 1.7854, 6.0167, 1.7854], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8792, 1.4826, 1.5653, 1.4826, 1.5653, 1.6156, 0.8792, 1.6156], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8847, 1.8467, 1.7125, 1.8467, 1.7125, 1.9556, 0.8847, 1.9556], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0167, 1.8923, 6.9792, 1.8923, 6.9792, 2.0233, 6.0167, 2.0233], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0111, 2.1188, 6.9375, 2.1188, 6.9375, 2.2253, 6.0111, 2.2253], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8917, 2.0628, 1.8542, 2.0628, 1.8542, 2.1918, 0.8917, 2.1918], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8847, 2.2885, 1.8111, 2.2885, 1.8111, 2.3955, 0.8847, 2.3955], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5083, 4.8983, 6.125, 4.8983, 6.125, 5.0132, 5.5083, 5.0132], \"elements\": null}, \"value\": {\"text\": \"3000.00\", \"boundingBox\": [6.1792, 4.9042, 6.7167, 4.9042, 6.7167, 5.0132, 6.1792, 5.0132], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1264, 5.7806, 5.1264, 5.7806, 5.2333, 5.5028, 5.2333], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [5.8361, 5.1247, 6.2889, 5.1247, 6.2889, 5.2333, 5.8361, 5.2333], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3413, 5.7514, 5.3413, 5.7514, 5.4809, 5.5028, 5.4809], \"elements\": null}, \"value\": {\"text\": \"1000.00\", \"boundingBox\": [5.8111, 5.3444, 6.3417, 5.3444, 6.3417, 5.4535, 5.8111, 5.4535], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5583, 5.8917, 5.5583, 5.8917, 5.6733, 5.5028, 5.6733], \"elements\": null}, \"value\": {\"text\": \"4300.00\", \"boundingBox\": [5.9417, 5.5646, 6.4833, 5.5646, 6.4833, 5.6733, 5.9417, 5.6733], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0056, 6.658, 1.6986, 6.658, 1.6986, 6.7983, 1.0056, 6.7983], \"elements\": null}, \"value\": {\"text\": \"____Frodo Baggins\", \"boundingBox\": [1.7472, 6.6566, 3.0889, 6.6566, 3.0889, 6.7983, 1.7472, 6.7983], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.0017, 1.3847, 3.0017, 1.3847, 3.109, 1.0944, 3.109], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2528, 2.9997, 3.8361, 2.9997, 3.8361, 3.1372, 3.2528, 3.1372], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4222, 2.9997, 5.7375, 2.9997, 5.7375, 3.109, 5.4222, 3.109], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0833, 3.2118, 1.1736, 3.2118, 1.1736, 3.3181, 1.0833, 3.3181], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2597, 3.2108, 3.4069, 3.2108, 3.4069, 3.3191, 3.2597, 3.3191], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.2108, 5.8625, 3.2108, 5.8625, 3.3191, 5.4236, 3.3191], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.4257, 1.1639, 3.4257, 1.1639, 3.5309, 1.0944, 3.5309], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2542, 3.424, 3.4069, 3.424, 3.4069, 3.5323, 3.2542, 3.5323], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"140.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.424, 5.8625, 3.424, 5.8625, 3.5323, 5.4236, 3.5323], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0875, 3.6344, 1.1639, 3.6344, 1.1639, 3.742, 1.0875, 3.742], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2486, 3.634, 3.4069, 3.634, 3.4069, 3.7424, 3.2486, 3.7424], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"150.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.634, 5.8639, 3.634, 5.8639, 3.7424, 5.4236, 3.7424], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0944, 3.8455, 1.175, 3.8455, 1.175, 3.951, 1.0944, 3.951], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2597, 3.8441, 3.4069, 3.8441, 3.4069, 3.9524, 3.2597, 3.9524], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4236, 3.8441, 5.8639, 3.8441, 5.8639, 3.9524, 5.4236, 3.9524], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0944, 4.0563, 1.1528, 4.0563, 1.1528, 4.1615, 1.0944, 4.1615], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2486, 4.0545, 3.4069, 4.0545, 3.4069, 4.1628, 3.2486, 4.1628], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4236, 4.0545, 5.8639, 4.0545, 5.8639, 4.1628, 5.4236, 4.1628], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0944, 4.266, 1.15, 4.266, 1.15, 4.3715, 1.0944, 4.3715], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"60\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2528, 4.2646, 3.4069, 4.2646, 3.4069, 4.3726, 3.2528, 4.3726], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4236, 4.2646, 5.8639, 4.2646, 5.8639, 4.3726, 5.4236, 4.3726], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0875, 4.4747, 1.1736, 4.4747, 1.1736, 4.5826, 1.0875, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"80\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2514, 4.4747, 3.4069, 4.4747, 3.4069, 4.5826, 3.2514, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"220.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4181, 4.4747, 5.8639, 4.4747, 5.8639, 4.5826, 5.4181, 4.5826], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:55:32 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledData.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledData.json index f64b0de4148a9..e267b365c51d5 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledData.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledData.json @@ -1,141 +1,201 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "f058f748-9042-4013-9404-26cf5b156c6d", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2eaa16f6-eb0a-4609-9f07-70cf1d3f9d45", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "138", + "x-envoy-upstream-service-time" : "155", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "7de457c0-578d-411e-b90d-fcc14efc5c53", + "apim-request-id" : "581647f6-b518-45a1-8b5c-7f4dba852bd5", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:31:47 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68996d3b-d450-45af-923f-fd37339f8009" + "Date" : "Wed, 16 Sep 2020 00:54:15 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1c011fc4-fa11-4374-a04b-89dc29b09490" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/68996d3b-d450-45af-923f-fd37339f8009?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1c011fc4-fa11-4374-a04b-89dc29b09490?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "89cf0846-93dc-4cc1-9b67-8f3cd3df5668" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4f0c9f03-2af1-436d-a500-fe75b1b7dd35" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "821", + "x-envoy-upstream-service-time" : "18", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "1219d249-1ddb-4e73-bdda-bd3690a055dc", + "apim-request-id" : "ff1cbf07-b871-4b4d-a4ee-20ad74b33934", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"68996d3b-d450-45af-923f-fd37339f8009\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:31:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:47Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:31:52 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"1c011fc4-fa11-4374-a04b-89dc29b09490\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:15Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:15Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:20 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/68996d3b-d450-45af-923f-fd37339f8009?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1c011fc4-fa11-4374-a04b-89dc29b09490?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8152568d-db6a-45fd-ab3e-bbf3e2ebbdac" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7443be16-30de-4e87-b67b-2b6786d48ab1" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "101", + "x-envoy-upstream-service-time" : "25", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "3f50bdd7-81e0-496c-a3a9-4a39d8372efb", + "apim-request-id" : "6b4e591d-4319-4f4b-81cb-981bafae39b2", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"68996d3b-d450-45af-923f-fd37339f8009\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:55Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:31:58 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"1c011fc4-fa11-4374-a04b-89dc29b09490\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:15Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:15Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:26 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/68996d3b-d450-45af-923f-fd37339f8009?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1c011fc4-fa11-4374-a04b-89dc29b09490?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8f88a9e7-83b9-439e-87f0-05d77b415d7e" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "01496ca5-54f8-4cf6-9064-ada8a7fa14a2" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "58", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "2e5a7dcf-aa91-41b0-9e0f-ee237a2b2780", + "apim-request-id" : "c57d1440-ec1c-4749-b570-69a61761798e", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"68996d3b-d450-45af-923f-fd37339f8009\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:47Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:55Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:31:58 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"1c011fc4-fa11-4374-a04b-89dc29b09490\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:15Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:29Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:30 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1c011fc4-fa11-4374-a04b-89dc29b09490?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "95d90160-b7dd-4b15-8032-c03180c33da0" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "19", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "965ad5d2-8de2-49a6-bddc-6c1394dc967d", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"1c011fc4-fa11-4374-a04b-89dc29b09490\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:15Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:29Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:30 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/68996d3b-d450-45af-923f-fd37339f8009/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1c011fc4-fa11-4374-a04b-89dc29b09490/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "65581a42-1e0d-4a0c-8080-cbb250bb13b3", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "3ce2822b-5d60-410b-a7e5-0a74a72b4d1a", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "71", + "x-envoy-upstream-service-time" : "76", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "bf7071a3-ef0d-4649-882e-32995466e13e", + "apim-request-id" : "be658ab2-ab69-4b0d-911b-2aa90c934392", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/68996d3b-d450-45af-923f-fd37339f8009/analyzeresults/4bba1ca8-005f-4a39-bc75-999c7d6bc53a", - "Date" : "Thu, 06 Aug 2020 22:31:59 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1c011fc4-fa11-4374-a04b-89dc29b09490/analyzeresults/5fc8f908-f54b-40dc-8137-261c79c0ecba", + "Date" : "Wed, 16 Sep 2020 00:54:32 GMT" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1c011fc4-fa11-4374-a04b-89dc29b09490/analyzeResults/5fc8f908-f54b-40dc-8137-261c79c0ecba", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "65f12c80-aebd-43a6-a26d-e3e7a9d730da" + }, + "Response" : { + "x-envoy-upstream-service-time" : "20", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "0e97b29b-5748-4897-bc51-2af62b790df0", + "retry-after" : "0", + "Content-Length" : "134", + "StatusCode" : "200", + "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-09-16T00:54:32Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:54:32Z\", \"analyzeResult\": null}", + "Date" : "Wed, 16 Sep 2020 00:54:37 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1c011fc4-fa11-4374-a04b-89dc29b09490/analyzeResults/5fc8f908-f54b-40dc-8137-261c79c0ecba", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "a909a09d-9875-46d8-88c6-1bb61e704f4f" + }, + "Response" : { + "x-envoy-upstream-service-time" : "18", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "e24cf275-709d-4816-b104-e8ccaf8fbb33", + "retry-after" : "0", + "Content-Length" : "134", + "StatusCode" : "200", + "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-09-16T00:54:32Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:54:32Z\", \"analyzeResult\": null}", + "Date" : "Wed, 16 Sep 2020 00:54:42 GMT", + "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/68996d3b-d450-45af-923f-fd37339f8009/analyzeResults/4bba1ca8-005f-4a39-bc75-999c7d6bc53a", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1c011fc4-fa11-4374-a04b-89dc29b09490/analyzeResults/5fc8f908-f54b-40dc-8137-261c79c0ecba", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "f259bd81-505b-4edf-8303-317d2068c7fd" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c05c1ef6-ca1a-492e-806e-dd20d3377abf" }, "Response" : { - "x-envoy-upstream-service-time" : "27", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "fc690f65-5c0c-4605-8dc4-2c750965dd14", + "apim-request-id" : "5d7bc2a1-5c0b-477c-ab2c-0dd9997c7e73", "retry-after" : "0", - "Content-Length" : "5737", + "Content-Length" : "4844", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:31:59Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:32:04Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.7958, 1.5139, 1.3958, 1.5139, 1.3958, 1.6431, 0.7958, 1.6431], \"elements\": null}, \"value\": {\"text\": \"14564 Main St. Saratoga, CA 94588\", \"boundingBox\": [0.7958, 1.6625, 2.0458, 1.6625, 2.0458, 2.0395, 0.7958, 2.0395], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [4.3903, 1.5125, 5.1139, 1.5125, 5.1139, 1.6431, 4.3903, 1.6431], \"elements\": null}, \"value\": {\"text\": \"First Up Consultants 1234 King St Redmond, WA 97624\", \"boundingBox\": [5.1917, 1.4681, 6.5597, 1.4681, 6.5597, 2.0569, 5.1917, 2.0569], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Number\", \"boundingBox\": [0.5347, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 0.5347, 3.0028], \"elements\": null}, \"value\": {\"text\": \"7689302\", \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Date\", \"boundingBox\": [1.9403, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 1.9403, 3.0028], \"elements\": null}, \"value\": {\"text\": \"3/09/2015\", \"boundingBox\": [1.9403, 3.3853, 2.5556, 3.3853, 2.5556, 3.5508, 1.9403, 3.5508], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.3403, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 3.3403, 3.0028], \"elements\": null}, \"value\": {\"text\": \"6/29/2016\", \"boundingBox\": [3.3403, 3.3776, 3.9556, 3.3776, 3.9556, 3.5535, 3.3403, 3.5535], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Charges\", \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028], \"elements\": null}, \"value\": {\"text\": \"$22,123.24\", \"boundingBox\": [5.2861, 3.3879, 5.9792, 3.3879, 5.9792, 3.5589, 5.2861, 3.5589], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.1403, 3.025], \"elements\": null}, \"value\": {\"text\": \"QR\", \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Contoso Suites\", \"boundingBox\": [0.5278, 1.0528, 2.6111, 1.0528, 2.6111, 1.4667, 0.5278, 1.4667], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__2\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Page\", \"boundingBox\": [6.2306, 9.6653, 6.5542, 9.6653, 6.5542, 9.7958, 6.2306, 9.7958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__3\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"1 of\", \"boundingBox\": [6.8319, 9.6653, 7.0611, 9.6653, 7.0611, 9.7958, 6.8319, 9.7958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__4\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"1\", \"boundingBox\": [7.3986, 9.6653, 7.475, 9.6653, 7.475, 9.7958, 7.3986, 9.7958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 2, \"columns\": 5, \"cells\": [{\"text\": \"Invoice Number\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [0.5347, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 0.5347, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Date\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [1.9403, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 1.9403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Due Date\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [3.3403, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 3.3403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Charges\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"VAT ID\", \"rowIndex\": 0, \"columnIndex\": 4, \"boundingBox\": [6.1403, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.1403, 3.025], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"7689302\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"3/09/2015\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [1.9403, 3.3853, 2.5556, 3.3853, 2.5556, 3.5508, 1.9403, 3.5508], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6/29/2016\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [3.3403, 3.3776, 3.9556, 3.3776, 3.9556, 3.5535, 3.3403, 3.5535], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"$22,123.24\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [5.2861, 3.3879, 5.9792, 3.3879, 5.9792, 3.5589, 5.2861, 3.5589], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"QR\", \"rowIndex\": 1, \"columnIndex\": 4, \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:32:05 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:54:32Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:54:43Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.7986, 1.5149, 1.3819, 1.5149, 1.3819, 1.616, 0.7986, 1.616], \"elements\": null}, \"value\": {\"text\": \"14564 Main St. Saratoga, CA 94588\", \"boundingBox\": [0.8014, 1.7048, 2.0403, 1.7048, 2.0403, 2.014, 0.8014, 2.014], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [4.4042, 1.5142, 5.1014, 1.5142, 5.1014, 1.6155, 4.4042, 1.6155], \"elements\": null}, \"value\": {\"text\": \"First Up Consultants 1234 King St Redmond, WA 97624\", \"boundingBox\": [5.2014, 1.5121, 6.5569, 1.5121, 6.5569, 2.0176, 5.2014, 2.0176], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Number\", \"boundingBox\": [0.5431, 2.8737, 1.5722, 2.8737, 1.5722, 2.9753, 0.5431, 2.9753], \"elements\": null}, \"value\": {\"text\": \"7689302\", \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Date\", \"boundingBox\": [1.9486, 2.8737, 2.7528, 2.8737, 2.7528, 2.9753, 1.9486, 2.9753], \"elements\": null}, \"value\": {\"text\": \"3/09/2015\", \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.35, 2.8738, 4.4556, 2.8738, 4.4556, 2.9753, 3.35, 2.9753], \"elements\": null}, \"value\": {\"text\": \"6/29/2016\", \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Charges\", \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035], \"elements\": null}, \"value\": {\"text\": \"$22,123.24\", \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.1403, 2.9736], \"elements\": null}, \"value\": {\"text\": \"QR\", \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 2, \"columns\": 5, \"cells\": [{\"text\": \"Invoice Number\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [0.5431, 2.8737, 1.5722, 2.8737, 1.5722, 2.9753, 0.5431, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Date\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [1.9486, 2.8737, 2.7528, 2.8737, 2.7528, 2.9753, 1.9486, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Due Date\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [3.35, 2.8738, 4.4556, 2.8738, 4.4556, 2.9753, 3.35, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Charges\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"VAT ID\", \"rowIndex\": 0, \"columnIndex\": 4, \"boundingBox\": [6.1403, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.1403, 2.9736], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"7689302\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"3/09/2015\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6/29/2016\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"$22,123.24\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"QR\", \"rowIndex\": 1, \"columnIndex\": 4, \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:54:47 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/68996d3b-d450-45af-923f-fd37339f8009/analyzeResults/4bba1ca8-005f-4a39-bc75-999c7d6bc53a", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/1c011fc4-fa11-4374-a04b-89dc29b09490/analyzeResults/5fc8f908-f54b-40dc-8137-261c79c0ecba", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "019597a3-013f-41d5-aac4-a334062315b6" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2d131aef-84d7-41ee-9d40-5df2becc3314" }, "Response" : { - "x-envoy-upstream-service-time" : "21", + "x-envoy-upstream-service-time" : "30", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "fb977842-4337-40d6-9b82-34e14c9936ec", + "apim-request-id" : "c265603c-472b-4544-9ab8-4a122cf71f88", "retry-after" : "0", - "Content-Length" : "5737", + "Content-Length" : "4844", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:31:59Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:32:04Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.7958, 1.5139, 1.3958, 1.5139, 1.3958, 1.6431, 0.7958, 1.6431], \"elements\": null}, \"value\": {\"text\": \"14564 Main St. Saratoga, CA 94588\", \"boundingBox\": [0.7958, 1.6625, 2.0458, 1.6625, 2.0458, 2.0395, 0.7958, 2.0395], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [4.3903, 1.5125, 5.1139, 1.5125, 5.1139, 1.6431, 4.3903, 1.6431], \"elements\": null}, \"value\": {\"text\": \"First Up Consultants 1234 King St Redmond, WA 97624\", \"boundingBox\": [5.1917, 1.4681, 6.5597, 1.4681, 6.5597, 2.0569, 5.1917, 2.0569], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Number\", \"boundingBox\": [0.5347, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 0.5347, 3.0028], \"elements\": null}, \"value\": {\"text\": \"7689302\", \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Date\", \"boundingBox\": [1.9403, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 1.9403, 3.0028], \"elements\": null}, \"value\": {\"text\": \"3/09/2015\", \"boundingBox\": [1.9403, 3.3853, 2.5556, 3.3853, 2.5556, 3.5508, 1.9403, 3.5508], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.3403, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 3.3403, 3.0028], \"elements\": null}, \"value\": {\"text\": \"6/29/2016\", \"boundingBox\": [3.3403, 3.3776, 3.9556, 3.3776, 3.9556, 3.5535, 3.3403, 3.5535], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Charges\", \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028], \"elements\": null}, \"value\": {\"text\": \"$22,123.24\", \"boundingBox\": [5.2861, 3.3879, 5.9792, 3.3879, 5.9792, 3.5589, 5.2861, 3.5589], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.1403, 3.025], \"elements\": null}, \"value\": {\"text\": \"QR\", \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Contoso Suites\", \"boundingBox\": [0.5278, 1.0528, 2.6111, 1.0528, 2.6111, 1.4667, 0.5278, 1.4667], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__2\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Page\", \"boundingBox\": [6.2306, 9.6653, 6.5542, 9.6653, 6.5542, 9.7958, 6.2306, 9.7958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__3\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"1 of\", \"boundingBox\": [6.8319, 9.6653, 7.0611, 9.6653, 7.0611, 9.7958, 6.8319, 9.7958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__4\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"1\", \"boundingBox\": [7.3986, 9.6653, 7.475, 9.6653, 7.475, 9.7958, 7.3986, 9.7958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 2, \"columns\": 5, \"cells\": [{\"text\": \"Invoice Number\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [0.5347, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 0.5347, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Date\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [1.9403, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 1.9403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Due Date\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [3.3403, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 3.3403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Charges\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"VAT ID\", \"rowIndex\": 0, \"columnIndex\": 4, \"boundingBox\": [6.1403, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.1403, 3.025], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"7689302\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"3/09/2015\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [1.9403, 3.3853, 2.5556, 3.3853, 2.5556, 3.5508, 1.9403, 3.5508], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6/29/2016\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [3.3403, 3.3776, 3.9556, 3.3776, 3.9556, 3.5535, 3.3403, 3.5535], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"$22,123.24\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [5.2861, 3.3879, 5.9792, 3.3879, 5.9792, 3.5589, 5.2861, 3.5589], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"QR\", \"rowIndex\": 1, \"columnIndex\": 4, \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:32:05 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:54:32Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:54:43Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.7986, 1.5149, 1.3819, 1.5149, 1.3819, 1.616, 0.7986, 1.616], \"elements\": null}, \"value\": {\"text\": \"14564 Main St. Saratoga, CA 94588\", \"boundingBox\": [0.8014, 1.7048, 2.0403, 1.7048, 2.0403, 2.014, 0.8014, 2.014], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [4.4042, 1.5142, 5.1014, 1.5142, 5.1014, 1.6155, 4.4042, 1.6155], \"elements\": null}, \"value\": {\"text\": \"First Up Consultants 1234 King St Redmond, WA 97624\", \"boundingBox\": [5.2014, 1.5121, 6.5569, 1.5121, 6.5569, 2.0176, 5.2014, 2.0176], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Number\", \"boundingBox\": [0.5431, 2.8737, 1.5722, 2.8737, 1.5722, 2.9753, 0.5431, 2.9753], \"elements\": null}, \"value\": {\"text\": \"7689302\", \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Date\", \"boundingBox\": [1.9486, 2.8737, 2.7528, 2.8737, 2.7528, 2.9753, 1.9486, 2.9753], \"elements\": null}, \"value\": {\"text\": \"3/09/2015\", \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.35, 2.8738, 4.4556, 2.8738, 4.4556, 2.9753, 3.35, 2.9753], \"elements\": null}, \"value\": {\"text\": \"6/29/2016\", \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Charges\", \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035], \"elements\": null}, \"value\": {\"text\": \"$22,123.24\", \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.1403, 2.9736], \"elements\": null}, \"value\": {\"text\": \"QR\", \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 2, \"columns\": 5, \"cells\": [{\"text\": \"Invoice Number\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [0.5431, 2.8737, 1.5722, 2.8737, 1.5722, 2.9753, 0.5431, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Date\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [1.9486, 2.8737, 2.7528, 2.8737, 2.7528, 2.9753, 1.9486, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Due Date\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [3.35, 2.8738, 4.4556, 2.8738, 4.4556, 2.9753, 3.35, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Charges\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"VAT ID\", \"rowIndex\": 0, \"columnIndex\": 4, \"boundingBox\": [6.1403, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.1403, 2.9736], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"7689302\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"3/09/2015\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6/29/2016\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"$22,123.24\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"QR\", \"rowIndex\": 1, \"columnIndex\": 4, \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:54:47 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataIncludeFieldElements.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataIncludeFieldElements.json index 463e43c170681..5a0b55cb752eb 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataIncludeFieldElements.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataIncludeFieldElements.json @@ -1,161 +1,201 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e79773d0-1b80-45eb-8b71-e85250ae3b0a", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "65786b74-1b1b-4779-8529-62ae2c5e1ff1", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "5211", + "x-envoy-upstream-service-time" : "171", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "11b953d1-efdd-4ab4-a299-0c44dfb9e84b", + "apim-request-id" : "d51c143f-304d-4cfe-9580-a63e465cacec", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:38:46 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d6bb1d29-23f7-4315-a643-9241bddaf00a" + "Date" : "Wed, 16 Sep 2020 00:52:44 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/935b4858-726f-45f1-9bb3-701628e65d62" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d6bb1d29-23f7-4315-a643-9241bddaf00a?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/935b4858-726f-45f1-9bb3-701628e65d62?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "dc728267-5b09-496b-8423-4aac8edbe232" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "fdeffd5c-d89e-4682-a774-175476ea60c0" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "0a80b837-fce7-48cc-b606-d1696a580c02", + "apim-request-id" : "ba251b85-2be4-43f7-b4c9-f83691ce05e1", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d6bb1d29-23f7-4315-a643-9241bddaf00a\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:38:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:46Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:38:52 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"935b4858-726f-45f1-9bb3-701628e65d62\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:44Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:44Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:49 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d6bb1d29-23f7-4315-a643-9241bddaf00a?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/935b4858-726f-45f1-9bb3-701628e65d62?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "14ae11fa-36c2-4def-a6db-905e211875e0" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "6d263058-2378-48b6-a0a1-9718d2a82673" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "31", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "e2409f06-3c11-4e39-855e-1a6c89c4df0a", + "apim-request-id" : "f7809666-6f76-42ca-a732-609f1c0a5629", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d6bb1d29-23f7-4315-a643-9241bddaf00a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:55Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:38:56 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"935b4858-726f-45f1-9bb3-701628e65d62\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:44Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:44Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:54 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d6bb1d29-23f7-4315-a643-9241bddaf00a?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/935b4858-726f-45f1-9bb3-701628e65d62?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5ff335fd-6179-46e3-ad1b-50e5ec9b4f68" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "6ccbce68-18a0-4233-a57d-77480229ccc8" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "17", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "8c900bc8-4c53-4f53-a47e-b47ebacf5349", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"935b4858-726f-45f1-9bb3-701628e65d62\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:44Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:57Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:52:59 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/935b4858-726f-45f1-9bb3-701628e65d62?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "8f4f093b-86ce-4f4b-9682-f02a8a7d5e8c" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f9874458-3f91-490a-ad93-e4703f4ad4fb", + "apim-request-id" : "055deacb-8758-439c-a949-5d7a01faf02b", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"d6bb1d29-23f7-4315-a643-9241bddaf00a\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:46Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:55Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:38:56 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"935b4858-726f-45f1-9bb3-701628e65d62\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:44Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:57Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:53:00 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d6bb1d29-23f7-4315-a643-9241bddaf00a/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/935b4858-726f-45f1-9bb3-701628e65d62/analyze?includeTextDetails=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "eac78d0b-7267-4962-82c0-eb18a9a06905", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "04113d45-fad3-4451-895c-73876b958d1c", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "119", + "x-envoy-upstream-service-time" : "78", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "250c2a8c-a8a1-4009-b083-a2dda53c13c2", + "apim-request-id" : "59545064-c6ff-43e7-92f8-a7296ea2a806", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d6bb1d29-23f7-4315-a643-9241bddaf00a/analyzeresults/dd8782b8-fa87-4e89-a15d-e607b6da8d67", - "Date" : "Thu, 06 Aug 2020 22:38:58 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/935b4858-726f-45f1-9bb3-701628e65d62/analyzeresults/a1aa2e87-9fa7-415a-9e74-a9b67dd0524d", + "Date" : "Wed, 16 Sep 2020 00:53:00 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d6bb1d29-23f7-4315-a643-9241bddaf00a/analyzeResults/dd8782b8-fa87-4e89-a15d-e607b6da8d67", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/935b4858-726f-45f1-9bb3-701628e65d62/analyzeResults/a1aa2e87-9fa7-415a-9e74-a9b67dd0524d", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "1528c443-7971-4067-8cc3-76826385da0e" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "a75cbd89-12de-4236-8287-53c7e7e50f22" }, "Response" : { - "x-envoy-upstream-service-time" : "21", + "x-envoy-upstream-service-time" : "27", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9a8c93ec-5dc9-47fd-9f18-4168cff21007", + "apim-request-id" : "ae89a6c4-2b07-4bef-b8d3-2f024d4ab357", "retry-after" : "0", "Content-Length" : "134", "StatusCode" : "200", - "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-08-06T22:38:58Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:38:59Z\", \"analyzeResult\": null}", - "Date" : "Thu, 06 Aug 2020 22:39:02 GMT", + "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-09-16T00:53:00Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:53:01Z\", \"analyzeResult\": null}", + "Date" : "Wed, 16 Sep 2020 00:53:05 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d6bb1d29-23f7-4315-a643-9241bddaf00a/analyzeResults/dd8782b8-fa87-4e89-a15d-e607b6da8d67", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/935b4858-726f-45f1-9bb3-701628e65d62/analyzeResults/a1aa2e87-9fa7-415a-9e74-a9b67dd0524d", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "45774e03-a773-418f-a59c-810a17d1e158" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4779306d-d75f-4093-b59c-860b7f5fe1a2" }, "Response" : { - "x-envoy-upstream-service-time" : "47", + "x-envoy-upstream-service-time" : "206", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "5e1a4b90-bd9b-4dda-8a54-37c426d91e75", + "retry-after" : "0", + "Content-Length" : "134", + "StatusCode" : "200", + "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-09-16T00:53:00Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:53:01Z\", \"analyzeResult\": null}", + "Date" : "Wed, 16 Sep 2020 00:53:10 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/935b4858-726f-45f1-9bb3-701628e65d62/analyzeResults/a1aa2e87-9fa7-415a-9e74-a9b67dd0524d", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f60ab0fb-bb44-4f05-b6d4-305c5c6bfa2c" + }, + "Response" : { + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "830b330b-bf9c-426d-bc18-9954bdc05151", + "apim-request-id" : "f80cfbde-e6dd-439e-b13a-7a0bc1fd2306", "retry-after" : "0", - "Content-Length" : "13864", + "Content-Length" : "12842", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:38:58Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:39:03Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": [{\"text\": \"Contoso Suites\", \"boundingBox\": [0.5278, 1.0528, 2.6111, 1.0528, 2.6111, 1.4667, 0.5278, 1.4667], \"words\": [{\"text\": \"Contoso\", \"boundingBox\": [0.5278, 1.0528, 1.6667, 1.0528, 1.6667, 1.4667, 0.5278, 1.4667]}, {\"text\": \"Suites\", \"boundingBox\": [1.7486, 1.0528, 2.6111, 1.0528, 2.6111, 1.4667, 1.7486, 1.4667]}]}, {\"text\": \"Address:\", \"boundingBox\": [0.7958, 1.5139, 1.3958, 1.5139, 1.3958, 1.6431, 0.7958, 1.6431], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [0.7958, 1.5139, 1.3958, 1.5139, 1.3958, 1.6431, 0.7958, 1.6431]}]}, {\"text\": \"Invoice For:\", \"boundingBox\": [4.3903, 1.5125, 5.1139, 1.5125, 5.1139, 1.6431, 4.3903, 1.6431], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [4.3903, 1.5125, 4.8292, 1.5125, 4.8292, 1.6431, 4.3903, 1.6431]}, {\"text\": \"For:\", \"boundingBox\": [4.8681, 1.5125, 5.1139, 1.5125, 5.1139, 1.6431, 4.8681, 1.6431]}]}, {\"text\": \"First Up Consultants\", \"boundingBox\": [5.1944, 1.4681, 6.5556, 1.4681, 6.5556, 1.6653, 5.1944, 1.6653], \"words\": [{\"text\": \"First\", \"boundingBox\": [5.1944, 1.4681, 5.4944, 1.4681, 5.4944, 1.6653, 5.1944, 1.6653]}, {\"text\": \"Up\", \"boundingBox\": [5.5333, 1.4681, 5.7167, 1.4681, 5.7167, 1.6653, 5.5333, 1.6653]}, {\"text\": \"Consultants\", \"boundingBox\": [5.7556, 1.4681, 6.5556, 1.4681, 6.5556, 1.6653, 5.7556, 1.6653]}]}, {\"text\": \"14564 Main St.\", \"boundingBox\": [0.7958, 1.6625, 1.7264, 1.6625, 1.7264, 1.8514, 0.7958, 1.8514], \"words\": [{\"text\": \"14564\", \"boundingBox\": [0.7958, 1.6625, 1.1806, 1.6625, 1.1806, 1.8514, 0.7958, 1.8514]}, {\"text\": \"Main\", \"boundingBox\": [1.2181, 1.6625, 1.5181, 1.6625, 1.5181, 1.8514, 1.2181, 1.8514]}, {\"text\": \"St.\", \"boundingBox\": [1.5569, 1.6625, 1.7264, 1.6625, 1.7264, 1.8514, 1.5569, 1.8514]}]}, {\"text\": \"1234 King St\", \"boundingBox\": [5.1931, 1.6694, 6.0236, 1.6694, 6.0236, 1.8681, 5.1931, 1.8681], \"words\": [{\"text\": \"1234\", \"boundingBox\": [5.1931, 1.6694, 5.5014, 1.6694, 5.5014, 1.8681, 5.1931, 1.8681]}, {\"text\": \"King\", \"boundingBox\": [5.5389, 1.6694, 5.8472, 1.6694, 5.8472, 1.8681, 5.5389, 1.8681]}, {\"text\": \"St\", \"boundingBox\": [5.8847, 1.6694, 6.0236, 1.6694, 6.0236, 1.8681, 5.8847, 1.8681]}]}, {\"text\": \"Saratoga, CA 94588\", \"boundingBox\": [0.7958, 1.8632, 2.0458, 1.8632, 2.0458, 2.0395, 0.7958, 2.0395], \"words\": [{\"text\": \"Saratoga,\", \"boundingBox\": [0.7958, 1.8542, 1.3958, 1.8542, 1.3958, 2.0431, 0.7958, 2.0431]}, {\"text\": \"CA\", \"boundingBox\": [1.4319, 1.8972, 1.6236, 1.8972, 1.6236, 2.0431, 1.4319, 2.0431]}, {\"text\": \"94588\", \"boundingBox\": [1.6625, 1.8542, 2.0458, 1.8542, 2.0458, 2.0264, 1.6625, 2.0264]}]}, {\"text\": \"Redmond, WA 97624\", \"boundingBox\": [5.1917, 1.8597, 6.5597, 1.8597, 6.5597, 2.0569, 5.1917, 2.0569], \"words\": [{\"text\": \"Redmond,\", \"boundingBox\": [5.1917, 1.8597, 5.8681, 1.8597, 5.8681, 2.0569, 5.1917, 2.0569]}, {\"text\": \"WA\", \"boundingBox\": [5.9069, 1.8597, 6.1375, 1.8597, 6.1375, 2.0569, 5.9069, 2.0569]}, {\"text\": \"97624\", \"boundingBox\": [6.175, 1.8597, 6.5597, 1.8597, 6.5597, 2.0569, 6.175, 2.0569]}]}, {\"text\": \"Invoice Number\", \"boundingBox\": [0.5347, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 0.5347, 3.0028], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [0.5347, 2.8722, 1.0139, 2.8722, 1.0139, 3.0028, 0.5347, 3.0028]}, {\"text\": \"Number\", \"boundingBox\": [1.0514, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 1.0514, 3.0028]}]}, {\"text\": \"Invoice Date\", \"boundingBox\": [1.9403, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 1.9403, 3.0028], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [1.9403, 2.8722, 2.4194, 2.8722, 2.4194, 3.0028, 1.9403, 3.0028]}, {\"text\": \"Date\", \"boundingBox\": [2.4569, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 2.4569, 3.0028]}]}, {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.3403, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 3.3403, 3.0028], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [3.3403, 2.8722, 3.8194, 2.8722, 3.8194, 3.0028, 3.3403, 3.0028]}, {\"text\": \"Due\", \"boundingBox\": [3.8569, 2.8722, 4.1194, 2.8722, 4.1194, 3.0028, 3.8569, 3.0028]}, {\"text\": \"Date\", \"boundingBox\": [4.1569, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 4.1569, 3.0028]}]}, {\"text\": \"Charges\", \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028], \"words\": [{\"text\": \"Charges\", \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028]}]}, {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.1403, 3.025], \"words\": [{\"text\": \"VAT\", \"boundingBox\": [6.1403, 2.8278, 6.4181, 2.8278, 6.4181, 3.025, 6.1403, 3.025]}, {\"text\": \"ID\", \"boundingBox\": [6.4556, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.4556, 3.025]}]}, {\"text\": \"7689302\", \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569], \"words\": [{\"text\": \"7689302\", \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569]}]}, {\"text\": \"3/09/2015\", \"boundingBox\": [1.9403, 3.3853, 2.5556, 3.3853, 2.5556, 3.5508, 1.9403, 3.5508], \"words\": [{\"text\": \"3/09/2015\", \"boundingBox\": [1.9403, 3.3681, 2.5556, 3.3681, 2.5556, 3.5569, 1.9403, 3.5569]}]}, {\"text\": \"6/29/2016\", \"boundingBox\": [3.3403, 3.3776, 3.9556, 3.3776, 3.9556, 3.5535, 3.3403, 3.5535], \"words\": [{\"text\": \"6/29/2016\", \"boundingBox\": [3.3403, 3.3681, 3.9556, 3.3681, 3.9556, 3.5569, 3.3403, 3.5569]}]}, {\"text\": \"$22,123.24\", \"boundingBox\": [5.2861, 3.3879, 5.9792, 3.3879, 5.9792, 3.5589, 5.2861, 3.5589], \"words\": [{\"text\": \"$22,123.24\", \"boundingBox\": [5.2861, 3.4181, 5.9792, 3.4181, 5.9792, 3.5472, 5.2861, 3.5472]}]}, {\"text\": \"QR\", \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569], \"words\": [{\"text\": \"QR\", \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569]}]}, {\"text\": \"Page\", \"boundingBox\": [6.2306, 9.6653, 6.5542, 9.6653, 6.5542, 9.7958, 6.2306, 9.7958], \"words\": [{\"text\": \"Page\", \"boundingBox\": [6.2306, 9.6653, 6.5542, 9.6653, 6.5542, 9.7958, 6.2306, 9.7958]}]}, {\"text\": \"1 of\", \"boundingBox\": [6.8319, 9.6653, 7.0611, 9.6653, 7.0611, 9.7958, 6.8319, 9.7958], \"words\": [{\"text\": \"1\", \"boundingBox\": [6.8319, 9.6653, 6.9083, 9.6653, 6.9083, 9.7958, 6.8319, 9.7958]}, {\"text\": \"of\", \"boundingBox\": [6.9458, 9.6653, 7.0611, 9.6653, 7.0611, 9.7958, 6.9458, 9.7958]}]}, {\"text\": \"1\", \"boundingBox\": [7.3986, 9.6653, 7.475, 9.6653, 7.475, 9.7958, 7.3986, 9.7958], \"words\": [{\"text\": \"1\", \"boundingBox\": [7.3986, 9.6653, 7.475, 9.6653, 7.475, 9.7958, 7.3986, 9.7958]}]}]}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.7958, 1.5139, 1.3958, 1.5139, 1.3958, 1.6431, 0.7958, 1.6431], \"elements\": [\"#/readResults/0/lines/1/words/0\"]}, \"value\": {\"text\": \"14564 Main St. Saratoga, CA 94588\", \"boundingBox\": [0.7958, 1.6625, 2.0458, 1.6625, 2.0458, 2.0395, 0.7958, 2.0395], \"elements\": [\"#/readResults/0/lines/4/words/0\", \"#/readResults/0/lines/4/words/1\", \"#/readResults/0/lines/4/words/2\", \"#/readResults/0/lines/6/words/0\", \"#/readResults/0/lines/6/words/1\", \"#/readResults/0/lines/6/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [4.3903, 1.5125, 5.1139, 1.5125, 5.1139, 1.6431, 4.3903, 1.6431], \"elements\": [\"#/readResults/0/lines/2/words/0\", \"#/readResults/0/lines/2/words/1\"]}, \"value\": {\"text\": \"First Up Consultants 1234 King St Redmond, WA 97624\", \"boundingBox\": [5.1917, 1.4681, 6.5597, 1.4681, 6.5597, 2.0569, 5.1917, 2.0569], \"elements\": [\"#/readResults/0/lines/3/words/0\", \"#/readResults/0/lines/3/words/1\", \"#/readResults/0/lines/3/words/2\", \"#/readResults/0/lines/5/words/0\", \"#/readResults/0/lines/5/words/1\", \"#/readResults/0/lines/5/words/2\", \"#/readResults/0/lines/7/words/0\", \"#/readResults/0/lines/7/words/1\", \"#/readResults/0/lines/7/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Number\", \"boundingBox\": [0.5347, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 0.5347, 3.0028], \"elements\": [\"#/readResults/0/lines/8/words/0\", \"#/readResults/0/lines/8/words/1\"]}, \"value\": {\"text\": \"7689302\", \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569], \"elements\": [\"#/readResults/0/lines/13/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Date\", \"boundingBox\": [1.9403, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 1.9403, 3.0028], \"elements\": [\"#/readResults/0/lines/9/words/0\", \"#/readResults/0/lines/9/words/1\"]}, \"value\": {\"text\": \"3/09/2015\", \"boundingBox\": [1.9403, 3.3853, 2.5556, 3.3853, 2.5556, 3.5508, 1.9403, 3.5508], \"elements\": [\"#/readResults/0/lines/14/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.3403, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 3.3403, 3.0028], \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"]}, \"value\": {\"text\": \"6/29/2016\", \"boundingBox\": [3.3403, 3.3776, 3.9556, 3.3776, 3.9556, 3.5535, 3.3403, 3.5535], \"elements\": [\"#/readResults/0/lines/15/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Charges\", \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028], \"elements\": [\"#/readResults/0/lines/11/words/0\"]}, \"value\": {\"text\": \"$22,123.24\", \"boundingBox\": [5.2861, 3.3879, 5.9792, 3.3879, 5.9792, 3.5589, 5.2861, 3.5589], \"elements\": [\"#/readResults/0/lines/16/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.1403, 3.025], \"elements\": [\"#/readResults/0/lines/12/words/0\", \"#/readResults/0/lines/12/words/1\"]}, \"value\": {\"text\": \"QR\", \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569], \"elements\": [\"#/readResults/0/lines/17/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Contoso Suites\", \"boundingBox\": [0.5278, 1.0528, 2.6111, 1.0528, 2.6111, 1.4667, 0.5278, 1.4667], \"elements\": [\"#/readResults/0/lines/0/words/0\", \"#/readResults/0/lines/0/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__2\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Page\", \"boundingBox\": [6.2306, 9.6653, 6.5542, 9.6653, 6.5542, 9.7958, 6.2306, 9.7958], \"elements\": [\"#/readResults/0/lines/18/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__3\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"1 of\", \"boundingBox\": [6.8319, 9.6653, 7.0611, 9.6653, 7.0611, 9.7958, 6.8319, 9.7958], \"elements\": [\"#/readResults/0/lines/19/words/0\", \"#/readResults/0/lines/19/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__4\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"1\", \"boundingBox\": [7.3986, 9.6653, 7.475, 9.6653, 7.475, 9.7958, 7.3986, 9.7958], \"elements\": [\"#/readResults/0/lines/20/words/0\"]}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 2, \"columns\": 5, \"cells\": [{\"text\": \"Invoice Number\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [0.5347, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 0.5347, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/8/words/0\", \"#/readResults/0/lines/8/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Date\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [1.9403, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 1.9403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/9/words/0\", \"#/readResults/0/lines/9/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Due Date\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [3.3403, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 3.3403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Charges\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/11/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"VAT ID\", \"rowIndex\": 0, \"columnIndex\": 4, \"boundingBox\": [6.1403, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.1403, 3.025], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/12/words/0\", \"#/readResults/0/lines/12/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"7689302\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/13/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"3/09/2015\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [1.9403, 3.3853, 2.5556, 3.3853, 2.5556, 3.5508, 1.9403, 3.5508], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/14/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6/29/2016\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [3.3403, 3.3776, 3.9556, 3.3776, 3.9556, 3.5535, 3.3403, 3.5535], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/15/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"$22,123.24\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [5.2861, 3.3879, 5.9792, 3.3879, 5.9792, 3.5589, 5.2861, 3.5589], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/16/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"QR\", \"rowIndex\": 1, \"columnIndex\": 4, \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/17/words/0\"], \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:39:08 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:53:00Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:53:12Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": [{\"text\": \"Contoso Suites\", \"boundingBox\": [0.5375, 1.138, 2.6069, 1.138, 2.6069, 1.3539, 0.5375, 1.3539], \"words\": [{\"text\": \"Contoso\", \"boundingBox\": [0.5375, 1.1403, 1.6597, 1.1403, 1.6597, 1.3542, 0.5375, 1.3542]}, {\"text\": \"Suites\", \"boundingBox\": [1.7583, 1.1351, 2.6069, 1.1351, 2.6069, 1.3535, 1.7583, 1.3535]}]}, {\"text\": \"Address:\", \"boundingBox\": [0.7986, 1.5149, 1.3819, 1.5149, 1.3819, 1.616, 0.7986, 1.616], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [0.7986, 1.5149, 1.3819, 1.5149, 1.3819, 1.616, 0.7986, 1.616]}]}, {\"text\": \"Invoice For:\", \"boundingBox\": [4.4042, 1.5142, 5.1014, 1.5142, 5.1014, 1.6155, 4.4042, 1.6155], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [4.4042, 1.5142, 4.8236, 1.5142, 4.8236, 1.6156, 4.4042, 1.6156]}, {\"text\": \"For:\", \"boundingBox\": [4.8792, 1.5142, 5.1014, 1.5142, 5.1014, 1.6153, 4.8792, 1.6153]}]}, {\"text\": \"First Up Consultants\", \"boundingBox\": [5.2056, 1.5121, 6.5486, 1.5121, 6.5486, 1.6188, 5.2056, 1.6188], \"words\": [{\"text\": \"First\", \"boundingBox\": [5.2056, 1.5128, 5.4931, 1.5128, 5.4931, 1.6149, 5.2056, 1.6149]}, {\"text\": \"Up\", \"boundingBox\": [5.5431, 1.5128, 5.7125, 1.5128, 5.7125, 1.6406, 5.5431, 1.6406]}, {\"text\": \"Consultants\", \"boundingBox\": [5.7625, 1.5115, 6.5486, 1.5115, 6.5486, 1.6149, 5.7625, 1.6149]}]}, {\"text\": \"14564 Main St.\", \"boundingBox\": [0.8111, 1.7048, 1.7139, 1.7048, 1.7139, 1.8076, 0.8111, 1.8076], \"words\": [{\"text\": \"14564\", \"boundingBox\": [0.8111, 1.7049, 1.1736, 1.7049, 1.1736, 1.8076, 0.8111, 1.8076]}, {\"text\": \"Main\", \"boundingBox\": [1.2292, 1.7056, 1.5083, 1.7056, 1.5083, 1.8076, 1.2292, 1.8076]}, {\"text\": \"St.\", \"boundingBox\": [1.5625, 1.7038, 1.7139, 1.7038, 1.7139, 1.8076, 1.5625, 1.8076]}]}, {\"text\": \"1234 King St\", \"boundingBox\": [5.2042, 1.7145, 6.0222, 1.7145, 6.0222, 1.8285, 5.2042, 1.8285], \"words\": [{\"text\": \"1234\", \"boundingBox\": [5.2042, 1.7146, 5.4986, 1.7146, 5.4986, 1.817, 5.2042, 1.817]}, {\"text\": \"King\", \"boundingBox\": [5.55, 1.7149, 5.8375, 1.7149, 5.8375, 1.8444, 5.55, 1.8444]}, {\"text\": \"St\", \"boundingBox\": [5.8903, 1.7132, 6.0222, 1.7132, 6.0222, 1.8174, 5.8903, 1.8174]}]}, {\"text\": \"Saratoga, CA 94588\", \"boundingBox\": [0.8014, 1.8958, 2.0403, 1.8958, 2.0403, 2.014, 0.8014, 2.014], \"words\": [{\"text\": \"Saratoga,\", \"boundingBox\": [0.8014, 1.8955, 1.3833, 1.8955, 1.3833, 2.0267, 0.8014, 2.0267]}, {\"text\": \"CA\", \"boundingBox\": [1.4389, 1.8955, 1.6222, 1.8955, 1.6222, 1.9993, 1.4389, 1.9993]}, {\"text\": \"94588\", \"boundingBox\": [1.6681, 1.8965, 2.0403, 1.8965, 2.0403, 2.0, 1.6681, 2.0]}]}, {\"text\": \"Redmond, WA 97624\", \"boundingBox\": [5.2014, 1.9048, 6.5569, 1.9048, 6.5569, 2.0176, 5.2014, 2.0176], \"words\": [{\"text\": \"Redmond,\", \"boundingBox\": [5.2014, 1.9049, 5.8583, 1.9049, 5.8583, 2.0274, 5.2014, 2.0274]}, {\"text\": \"WA\", \"boundingBox\": [5.9069, 1.9049, 6.1361, 1.9049, 6.1361, 2.0056, 5.9069, 2.0056]}, {\"text\": \"97624\", \"boundingBox\": [6.1792, 1.9045, 6.5569, 1.9045, 6.5569, 2.0073, 6.1792, 2.0073]}]}, {\"text\": \"Invoice Number\", \"boundingBox\": [0.5431, 2.8737, 1.5722, 2.8737, 1.5722, 2.9753, 0.5431, 2.9753], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [0.5431, 2.8733, 1.0097, 2.8733, 1.0097, 2.9753, 0.5431, 2.9753]}, {\"text\": \"Number\", \"boundingBox\": [1.0611, 2.8743, 1.5722, 2.8743, 1.5722, 2.9753, 1.0611, 2.9753]}]}, {\"text\": \"Invoice Date\", \"boundingBox\": [1.9486, 2.8737, 2.7528, 2.8737, 2.7528, 2.9753, 1.9486, 2.9753], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [1.9486, 2.8733, 2.4153, 2.8733, 2.4153, 2.9753, 1.9486, 2.9753]}, {\"text\": \"Date\", \"boundingBox\": [2.4681, 2.8743, 2.7528, 2.8743, 2.7528, 2.9753, 2.4681, 2.9753]}]}, {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.35, 2.8738, 4.4556, 2.8738, 4.4556, 2.9753, 3.35, 2.9753], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [3.35, 2.8733, 3.8153, 2.8733, 3.8153, 2.9753, 3.35, 2.9753]}, {\"text\": \"Due\", \"boundingBox\": [3.8681, 2.8743, 4.1153, 2.8743, 4.1153, 2.9753, 3.8681, 2.9753]}, {\"text\": \"Date\", \"boundingBox\": [4.1681, 2.8743, 4.4556, 2.8743, 4.4556, 2.9753, 4.1681, 2.9753]}]}, {\"text\": \"Charges\", \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035], \"words\": [{\"text\": \"Charges\", \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035]}]}, {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.1403, 2.9736], \"words\": [{\"text\": \"VAT\", \"boundingBox\": [6.1403, 2.8729, 6.4153, 2.8729, 6.4153, 2.9736, 6.1403, 2.9736]}, {\"text\": \"ID\", \"boundingBox\": [6.4653, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.4653, 2.9736]}]}, {\"text\": \"7689302\", \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135], \"words\": [{\"text\": \"7689302\", \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135]}]}, {\"text\": \"3/09/2015\", \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142], \"words\": [{\"text\": \"3/09/2015\", \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142]}]}, {\"text\": \"6/29/2016\", \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142], \"words\": [{\"text\": \"6/29/2016\", \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142]}]}, {\"text\": \"$22,123.24\", \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382], \"words\": [{\"text\": \"$22,123.24\", \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382]}]}, {\"text\": \"QR\", \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194], \"words\": [{\"text\": \"QR\", \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194]}]}, {\"text\": \"Page\", \"boundingBox\": [6.2431, 9.667, 6.5486, 9.667, 6.5486, 9.7965, 6.2431, 9.7965], \"words\": [{\"text\": \"Page\", \"boundingBox\": [6.2431, 9.667, 6.5486, 9.667, 6.5486, 9.7965, 6.2431, 9.7965]}]}, {\"text\": \"1\", \"boundingBox\": [6.8417, 9.6681, 6.8833, 9.6681, 6.8833, 9.7663, 6.8417, 9.7663], \"words\": [{\"text\": \"1\", \"boundingBox\": [6.8417, 9.6681, 6.8833, 9.6681, 6.8833, 9.7663, 6.8417, 9.7663]}]}, {\"text\": \"of\", \"boundingBox\": [6.9514, 9.6656, 7.0597, 9.6656, 7.0597, 9.7681, 6.9514, 9.7681], \"words\": [{\"text\": \"of\", \"boundingBox\": [6.9514, 9.6656, 7.0597, 9.6656, 7.0597, 9.7681, 6.9514, 9.7681]}]}, {\"text\": \"1\", \"boundingBox\": [7.4083, 9.6681, 7.45, 9.6681, 7.45, 9.7663, 7.4083, 9.7663], \"words\": [{\"text\": \"1\", \"boundingBox\": [7.4083, 9.6681, 7.45, 9.6681, 7.45, 9.7663, 7.4083, 9.7663]}]}]}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.7986, 1.5149, 1.3819, 1.5149, 1.3819, 1.616, 0.7986, 1.616], \"elements\": [\"#/readResults/0/lines/1/words/0\"]}, \"value\": {\"text\": \"14564 Main St. Saratoga, CA 94588\", \"boundingBox\": [0.8014, 1.7048, 2.0403, 1.7048, 2.0403, 2.014, 0.8014, 2.014], \"elements\": [\"#/readResults/0/lines/4/words/0\", \"#/readResults/0/lines/4/words/1\", \"#/readResults/0/lines/4/words/2\", \"#/readResults/0/lines/6/words/0\", \"#/readResults/0/lines/6/words/1\", \"#/readResults/0/lines/6/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [4.4042, 1.5142, 5.1014, 1.5142, 5.1014, 1.6155, 4.4042, 1.6155], \"elements\": [\"#/readResults/0/lines/2/words/0\", \"#/readResults/0/lines/2/words/1\"]}, \"value\": {\"text\": \"First Up Consultants 1234 King St Redmond, WA 97624\", \"boundingBox\": [5.2014, 1.5121, 6.5569, 1.5121, 6.5569, 2.0176, 5.2014, 2.0176], \"elements\": [\"#/readResults/0/lines/3/words/0\", \"#/readResults/0/lines/3/words/1\", \"#/readResults/0/lines/3/words/2\", \"#/readResults/0/lines/5/words/0\", \"#/readResults/0/lines/5/words/1\", \"#/readResults/0/lines/5/words/2\", \"#/readResults/0/lines/7/words/0\", \"#/readResults/0/lines/7/words/1\", \"#/readResults/0/lines/7/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Number\", \"boundingBox\": [0.5431, 2.8737, 1.5722, 2.8737, 1.5722, 2.9753, 0.5431, 2.9753], \"elements\": [\"#/readResults/0/lines/8/words/0\", \"#/readResults/0/lines/8/words/1\"]}, \"value\": {\"text\": \"7689302\", \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135], \"elements\": [\"#/readResults/0/lines/13/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Date\", \"boundingBox\": [1.9486, 2.8737, 2.7528, 2.8737, 2.7528, 2.9753, 1.9486, 2.9753], \"elements\": [\"#/readResults/0/lines/9/words/0\", \"#/readResults/0/lines/9/words/1\"]}, \"value\": {\"text\": \"3/09/2015\", \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142], \"elements\": [\"#/readResults/0/lines/14/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.35, 2.8738, 4.4556, 2.8738, 4.4556, 2.9753, 3.35, 2.9753], \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"]}, \"value\": {\"text\": \"6/29/2016\", \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142], \"elements\": [\"#/readResults/0/lines/15/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Charges\", \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035], \"elements\": [\"#/readResults/0/lines/11/words/0\"]}, \"value\": {\"text\": \"$22,123.24\", \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382], \"elements\": [\"#/readResults/0/lines/16/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.1403, 2.9736], \"elements\": [\"#/readResults/0/lines/12/words/0\", \"#/readResults/0/lines/12/words/1\"]}, \"value\": {\"text\": \"QR\", \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194], \"elements\": [\"#/readResults/0/lines/17/words/0\"]}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 2, \"columns\": 5, \"cells\": [{\"text\": \"Invoice Number\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [0.5431, 2.8737, 1.5722, 2.8737, 1.5722, 2.9753, 0.5431, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/8/words/0\", \"#/readResults/0/lines/8/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Date\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [1.9486, 2.8737, 2.7528, 2.8737, 2.7528, 2.9753, 1.9486, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/9/words/0\", \"#/readResults/0/lines/9/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Due Date\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [3.35, 2.8738, 4.4556, 2.8738, 4.4556, 2.9753, 3.35, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Charges\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/11/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"VAT ID\", \"rowIndex\": 0, \"columnIndex\": 4, \"boundingBox\": [6.1403, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.1403, 2.9736], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/12/words/0\", \"#/readResults/0/lines/12/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"7689302\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/13/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"3/09/2015\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/14/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6/29/2016\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/15/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"$22,123.24\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/16/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"QR\", \"rowIndex\": 1, \"columnIndex\": 4, \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/17/words/0\"], \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:53:16 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/d6bb1d29-23f7-4315-a643-9241bddaf00a/analyzeResults/dd8782b8-fa87-4e89-a15d-e607b6da8d67", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/935b4858-726f-45f1-9bb3-701628e65d62/analyzeResults/a1aa2e87-9fa7-415a-9e74-a9b67dd0524d", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "9e260e2f-d3f6-4c0c-bffb-19ca458745a3" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2bba8fd0-866d-485b-9ce2-c4fb9197b738" }, "Response" : { - "x-envoy-upstream-service-time" : "5061", + "x-envoy-upstream-service-time" : "73", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "d61960e6-630f-407f-85ed-e0a533ec2645", + "apim-request-id" : "d924063a-4c6e-485c-8c16-40cbaa974081", "retry-after" : "0", - "Content-Length" : "13864", + "Content-Length" : "12842", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:38:58Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:39:03Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": [{\"text\": \"Contoso Suites\", \"boundingBox\": [0.5278, 1.0528, 2.6111, 1.0528, 2.6111, 1.4667, 0.5278, 1.4667], \"words\": [{\"text\": \"Contoso\", \"boundingBox\": [0.5278, 1.0528, 1.6667, 1.0528, 1.6667, 1.4667, 0.5278, 1.4667]}, {\"text\": \"Suites\", \"boundingBox\": [1.7486, 1.0528, 2.6111, 1.0528, 2.6111, 1.4667, 1.7486, 1.4667]}]}, {\"text\": \"Address:\", \"boundingBox\": [0.7958, 1.5139, 1.3958, 1.5139, 1.3958, 1.6431, 0.7958, 1.6431], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [0.7958, 1.5139, 1.3958, 1.5139, 1.3958, 1.6431, 0.7958, 1.6431]}]}, {\"text\": \"Invoice For:\", \"boundingBox\": [4.3903, 1.5125, 5.1139, 1.5125, 5.1139, 1.6431, 4.3903, 1.6431], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [4.3903, 1.5125, 4.8292, 1.5125, 4.8292, 1.6431, 4.3903, 1.6431]}, {\"text\": \"For:\", \"boundingBox\": [4.8681, 1.5125, 5.1139, 1.5125, 5.1139, 1.6431, 4.8681, 1.6431]}]}, {\"text\": \"First Up Consultants\", \"boundingBox\": [5.1944, 1.4681, 6.5556, 1.4681, 6.5556, 1.6653, 5.1944, 1.6653], \"words\": [{\"text\": \"First\", \"boundingBox\": [5.1944, 1.4681, 5.4944, 1.4681, 5.4944, 1.6653, 5.1944, 1.6653]}, {\"text\": \"Up\", \"boundingBox\": [5.5333, 1.4681, 5.7167, 1.4681, 5.7167, 1.6653, 5.5333, 1.6653]}, {\"text\": \"Consultants\", \"boundingBox\": [5.7556, 1.4681, 6.5556, 1.4681, 6.5556, 1.6653, 5.7556, 1.6653]}]}, {\"text\": \"14564 Main St.\", \"boundingBox\": [0.7958, 1.6625, 1.7264, 1.6625, 1.7264, 1.8514, 0.7958, 1.8514], \"words\": [{\"text\": \"14564\", \"boundingBox\": [0.7958, 1.6625, 1.1806, 1.6625, 1.1806, 1.8514, 0.7958, 1.8514]}, {\"text\": \"Main\", \"boundingBox\": [1.2181, 1.6625, 1.5181, 1.6625, 1.5181, 1.8514, 1.2181, 1.8514]}, {\"text\": \"St.\", \"boundingBox\": [1.5569, 1.6625, 1.7264, 1.6625, 1.7264, 1.8514, 1.5569, 1.8514]}]}, {\"text\": \"1234 King St\", \"boundingBox\": [5.1931, 1.6694, 6.0236, 1.6694, 6.0236, 1.8681, 5.1931, 1.8681], \"words\": [{\"text\": \"1234\", \"boundingBox\": [5.1931, 1.6694, 5.5014, 1.6694, 5.5014, 1.8681, 5.1931, 1.8681]}, {\"text\": \"King\", \"boundingBox\": [5.5389, 1.6694, 5.8472, 1.6694, 5.8472, 1.8681, 5.5389, 1.8681]}, {\"text\": \"St\", \"boundingBox\": [5.8847, 1.6694, 6.0236, 1.6694, 6.0236, 1.8681, 5.8847, 1.8681]}]}, {\"text\": \"Saratoga, CA 94588\", \"boundingBox\": [0.7958, 1.8632, 2.0458, 1.8632, 2.0458, 2.0395, 0.7958, 2.0395], \"words\": [{\"text\": \"Saratoga,\", \"boundingBox\": [0.7958, 1.8542, 1.3958, 1.8542, 1.3958, 2.0431, 0.7958, 2.0431]}, {\"text\": \"CA\", \"boundingBox\": [1.4319, 1.8972, 1.6236, 1.8972, 1.6236, 2.0431, 1.4319, 2.0431]}, {\"text\": \"94588\", \"boundingBox\": [1.6625, 1.8542, 2.0458, 1.8542, 2.0458, 2.0264, 1.6625, 2.0264]}]}, {\"text\": \"Redmond, WA 97624\", \"boundingBox\": [5.1917, 1.8597, 6.5597, 1.8597, 6.5597, 2.0569, 5.1917, 2.0569], \"words\": [{\"text\": \"Redmond,\", \"boundingBox\": [5.1917, 1.8597, 5.8681, 1.8597, 5.8681, 2.0569, 5.1917, 2.0569]}, {\"text\": \"WA\", \"boundingBox\": [5.9069, 1.8597, 6.1375, 1.8597, 6.1375, 2.0569, 5.9069, 2.0569]}, {\"text\": \"97624\", \"boundingBox\": [6.175, 1.8597, 6.5597, 1.8597, 6.5597, 2.0569, 6.175, 2.0569]}]}, {\"text\": \"Invoice Number\", \"boundingBox\": [0.5347, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 0.5347, 3.0028], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [0.5347, 2.8722, 1.0139, 2.8722, 1.0139, 3.0028, 0.5347, 3.0028]}, {\"text\": \"Number\", \"boundingBox\": [1.0514, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 1.0514, 3.0028]}]}, {\"text\": \"Invoice Date\", \"boundingBox\": [1.9403, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 1.9403, 3.0028], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [1.9403, 2.8722, 2.4194, 2.8722, 2.4194, 3.0028, 1.9403, 3.0028]}, {\"text\": \"Date\", \"boundingBox\": [2.4569, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 2.4569, 3.0028]}]}, {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.3403, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 3.3403, 3.0028], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [3.3403, 2.8722, 3.8194, 2.8722, 3.8194, 3.0028, 3.3403, 3.0028]}, {\"text\": \"Due\", \"boundingBox\": [3.8569, 2.8722, 4.1194, 2.8722, 4.1194, 3.0028, 3.8569, 3.0028]}, {\"text\": \"Date\", \"boundingBox\": [4.1569, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 4.1569, 3.0028]}]}, {\"text\": \"Charges\", \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028], \"words\": [{\"text\": \"Charges\", \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028]}]}, {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.1403, 3.025], \"words\": [{\"text\": \"VAT\", \"boundingBox\": [6.1403, 2.8278, 6.4181, 2.8278, 6.4181, 3.025, 6.1403, 3.025]}, {\"text\": \"ID\", \"boundingBox\": [6.4556, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.4556, 3.025]}]}, {\"text\": \"7689302\", \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569], \"words\": [{\"text\": \"7689302\", \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569]}]}, {\"text\": \"3/09/2015\", \"boundingBox\": [1.9403, 3.3853, 2.5556, 3.3853, 2.5556, 3.5508, 1.9403, 3.5508], \"words\": [{\"text\": \"3/09/2015\", \"boundingBox\": [1.9403, 3.3681, 2.5556, 3.3681, 2.5556, 3.5569, 1.9403, 3.5569]}]}, {\"text\": \"6/29/2016\", \"boundingBox\": [3.3403, 3.3776, 3.9556, 3.3776, 3.9556, 3.5535, 3.3403, 3.5535], \"words\": [{\"text\": \"6/29/2016\", \"boundingBox\": [3.3403, 3.3681, 3.9556, 3.3681, 3.9556, 3.5569, 3.3403, 3.5569]}]}, {\"text\": \"$22,123.24\", \"boundingBox\": [5.2861, 3.3879, 5.9792, 3.3879, 5.9792, 3.5589, 5.2861, 3.5589], \"words\": [{\"text\": \"$22,123.24\", \"boundingBox\": [5.2861, 3.4181, 5.9792, 3.4181, 5.9792, 3.5472, 5.2861, 3.5472]}]}, {\"text\": \"QR\", \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569], \"words\": [{\"text\": \"QR\", \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569]}]}, {\"text\": \"Page\", \"boundingBox\": [6.2306, 9.6653, 6.5542, 9.6653, 6.5542, 9.7958, 6.2306, 9.7958], \"words\": [{\"text\": \"Page\", \"boundingBox\": [6.2306, 9.6653, 6.5542, 9.6653, 6.5542, 9.7958, 6.2306, 9.7958]}]}, {\"text\": \"1 of\", \"boundingBox\": [6.8319, 9.6653, 7.0611, 9.6653, 7.0611, 9.7958, 6.8319, 9.7958], \"words\": [{\"text\": \"1\", \"boundingBox\": [6.8319, 9.6653, 6.9083, 9.6653, 6.9083, 9.7958, 6.8319, 9.7958]}, {\"text\": \"of\", \"boundingBox\": [6.9458, 9.6653, 7.0611, 9.6653, 7.0611, 9.7958, 6.9458, 9.7958]}]}, {\"text\": \"1\", \"boundingBox\": [7.3986, 9.6653, 7.475, 9.6653, 7.475, 9.7958, 7.3986, 9.7958], \"words\": [{\"text\": \"1\", \"boundingBox\": [7.3986, 9.6653, 7.475, 9.6653, 7.475, 9.7958, 7.3986, 9.7958]}]}]}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.7958, 1.5139, 1.3958, 1.5139, 1.3958, 1.6431, 0.7958, 1.6431], \"elements\": [\"#/readResults/0/lines/1/words/0\"]}, \"value\": {\"text\": \"14564 Main St. Saratoga, CA 94588\", \"boundingBox\": [0.7958, 1.6625, 2.0458, 1.6625, 2.0458, 2.0395, 0.7958, 2.0395], \"elements\": [\"#/readResults/0/lines/4/words/0\", \"#/readResults/0/lines/4/words/1\", \"#/readResults/0/lines/4/words/2\", \"#/readResults/0/lines/6/words/0\", \"#/readResults/0/lines/6/words/1\", \"#/readResults/0/lines/6/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [4.3903, 1.5125, 5.1139, 1.5125, 5.1139, 1.6431, 4.3903, 1.6431], \"elements\": [\"#/readResults/0/lines/2/words/0\", \"#/readResults/0/lines/2/words/1\"]}, \"value\": {\"text\": \"First Up Consultants 1234 King St Redmond, WA 97624\", \"boundingBox\": [5.1917, 1.4681, 6.5597, 1.4681, 6.5597, 2.0569, 5.1917, 2.0569], \"elements\": [\"#/readResults/0/lines/3/words/0\", \"#/readResults/0/lines/3/words/1\", \"#/readResults/0/lines/3/words/2\", \"#/readResults/0/lines/5/words/0\", \"#/readResults/0/lines/5/words/1\", \"#/readResults/0/lines/5/words/2\", \"#/readResults/0/lines/7/words/0\", \"#/readResults/0/lines/7/words/1\", \"#/readResults/0/lines/7/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Number\", \"boundingBox\": [0.5347, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 0.5347, 3.0028], \"elements\": [\"#/readResults/0/lines/8/words/0\", \"#/readResults/0/lines/8/words/1\"]}, \"value\": {\"text\": \"7689302\", \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569], \"elements\": [\"#/readResults/0/lines/13/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Date\", \"boundingBox\": [1.9403, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 1.9403, 3.0028], \"elements\": [\"#/readResults/0/lines/9/words/0\", \"#/readResults/0/lines/9/words/1\"]}, \"value\": {\"text\": \"3/09/2015\", \"boundingBox\": [1.9403, 3.3853, 2.5556, 3.3853, 2.5556, 3.5508, 1.9403, 3.5508], \"elements\": [\"#/readResults/0/lines/14/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.3403, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 3.3403, 3.0028], \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"]}, \"value\": {\"text\": \"6/29/2016\", \"boundingBox\": [3.3403, 3.3776, 3.9556, 3.3776, 3.9556, 3.5535, 3.3403, 3.5535], \"elements\": [\"#/readResults/0/lines/15/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Charges\", \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028], \"elements\": [\"#/readResults/0/lines/11/words/0\"]}, \"value\": {\"text\": \"$22,123.24\", \"boundingBox\": [5.2861, 3.3879, 5.9792, 3.3879, 5.9792, 3.5589, 5.2861, 3.5589], \"elements\": [\"#/readResults/0/lines/16/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.1403, 3.025], \"elements\": [\"#/readResults/0/lines/12/words/0\", \"#/readResults/0/lines/12/words/1\"]}, \"value\": {\"text\": \"QR\", \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569], \"elements\": [\"#/readResults/0/lines/17/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Contoso Suites\", \"boundingBox\": [0.5278, 1.0528, 2.6111, 1.0528, 2.6111, 1.4667, 0.5278, 1.4667], \"elements\": [\"#/readResults/0/lines/0/words/0\", \"#/readResults/0/lines/0/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__2\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Page\", \"boundingBox\": [6.2306, 9.6653, 6.5542, 9.6653, 6.5542, 9.7958, 6.2306, 9.7958], \"elements\": [\"#/readResults/0/lines/18/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__3\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"1 of\", \"boundingBox\": [6.8319, 9.6653, 7.0611, 9.6653, 7.0611, 9.7958, 6.8319, 9.7958], \"elements\": [\"#/readResults/0/lines/19/words/0\", \"#/readResults/0/lines/19/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__4\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"1\", \"boundingBox\": [7.3986, 9.6653, 7.475, 9.6653, 7.475, 9.7958, 7.3986, 9.7958], \"elements\": [\"#/readResults/0/lines/20/words/0\"]}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 2, \"columns\": 5, \"cells\": [{\"text\": \"Invoice Number\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [0.5347, 2.8722, 1.575, 2.8722, 1.575, 3.0028, 0.5347, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/8/words/0\", \"#/readResults/0/lines/8/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Date\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [1.9403, 2.8722, 2.7569, 2.8722, 2.7569, 3.0028, 1.9403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/9/words/0\", \"#/readResults/0/lines/9/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Due Date\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [3.3403, 2.8722, 4.4583, 2.8722, 4.4583, 3.0028, 3.3403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Charges\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [4.7403, 2.8722, 5.2944, 2.8722, 5.2944, 3.0028, 4.7403, 3.0028], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/11/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"VAT ID\", \"rowIndex\": 0, \"columnIndex\": 4, \"boundingBox\": [6.1403, 2.8278, 6.5944, 2.8278, 6.5944, 3.025, 6.1403, 3.025], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/12/words/0\", \"#/readResults/0/lines/12/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"7689302\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [0.5347, 3.3681, 1.0736, 3.3681, 1.0736, 3.5569, 0.5347, 3.5569], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/13/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"3/09/2015\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [1.9403, 3.3853, 2.5556, 3.3853, 2.5556, 3.5508, 1.9403, 3.5508], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/14/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6/29/2016\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [3.3403, 3.3776, 3.9556, 3.3776, 3.9556, 3.5535, 3.3403, 3.5535], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/15/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"$22,123.24\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [5.2861, 3.3879, 5.9792, 3.3879, 5.9792, 3.5589, 5.2861, 3.5589], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/16/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"QR\", \"rowIndex\": 1, \"columnIndex\": 4, \"boundingBox\": [6.2181, 3.3681, 6.425, 3.3681, 6.425, 3.5569, 6.2181, 3.5569], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/17/words/0\"], \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:39:13 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:53:00Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:53:12Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": [{\"text\": \"Contoso Suites\", \"boundingBox\": [0.5375, 1.138, 2.6069, 1.138, 2.6069, 1.3539, 0.5375, 1.3539], \"words\": [{\"text\": \"Contoso\", \"boundingBox\": [0.5375, 1.1403, 1.6597, 1.1403, 1.6597, 1.3542, 0.5375, 1.3542]}, {\"text\": \"Suites\", \"boundingBox\": [1.7583, 1.1351, 2.6069, 1.1351, 2.6069, 1.3535, 1.7583, 1.3535]}]}, {\"text\": \"Address:\", \"boundingBox\": [0.7986, 1.5149, 1.3819, 1.5149, 1.3819, 1.616, 0.7986, 1.616], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [0.7986, 1.5149, 1.3819, 1.5149, 1.3819, 1.616, 0.7986, 1.616]}]}, {\"text\": \"Invoice For:\", \"boundingBox\": [4.4042, 1.5142, 5.1014, 1.5142, 5.1014, 1.6155, 4.4042, 1.6155], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [4.4042, 1.5142, 4.8236, 1.5142, 4.8236, 1.6156, 4.4042, 1.6156]}, {\"text\": \"For:\", \"boundingBox\": [4.8792, 1.5142, 5.1014, 1.5142, 5.1014, 1.6153, 4.8792, 1.6153]}]}, {\"text\": \"First Up Consultants\", \"boundingBox\": [5.2056, 1.5121, 6.5486, 1.5121, 6.5486, 1.6188, 5.2056, 1.6188], \"words\": [{\"text\": \"First\", \"boundingBox\": [5.2056, 1.5128, 5.4931, 1.5128, 5.4931, 1.6149, 5.2056, 1.6149]}, {\"text\": \"Up\", \"boundingBox\": [5.5431, 1.5128, 5.7125, 1.5128, 5.7125, 1.6406, 5.5431, 1.6406]}, {\"text\": \"Consultants\", \"boundingBox\": [5.7625, 1.5115, 6.5486, 1.5115, 6.5486, 1.6149, 5.7625, 1.6149]}]}, {\"text\": \"14564 Main St.\", \"boundingBox\": [0.8111, 1.7048, 1.7139, 1.7048, 1.7139, 1.8076, 0.8111, 1.8076], \"words\": [{\"text\": \"14564\", \"boundingBox\": [0.8111, 1.7049, 1.1736, 1.7049, 1.1736, 1.8076, 0.8111, 1.8076]}, {\"text\": \"Main\", \"boundingBox\": [1.2292, 1.7056, 1.5083, 1.7056, 1.5083, 1.8076, 1.2292, 1.8076]}, {\"text\": \"St.\", \"boundingBox\": [1.5625, 1.7038, 1.7139, 1.7038, 1.7139, 1.8076, 1.5625, 1.8076]}]}, {\"text\": \"1234 King St\", \"boundingBox\": [5.2042, 1.7145, 6.0222, 1.7145, 6.0222, 1.8285, 5.2042, 1.8285], \"words\": [{\"text\": \"1234\", \"boundingBox\": [5.2042, 1.7146, 5.4986, 1.7146, 5.4986, 1.817, 5.2042, 1.817]}, {\"text\": \"King\", \"boundingBox\": [5.55, 1.7149, 5.8375, 1.7149, 5.8375, 1.8444, 5.55, 1.8444]}, {\"text\": \"St\", \"boundingBox\": [5.8903, 1.7132, 6.0222, 1.7132, 6.0222, 1.8174, 5.8903, 1.8174]}]}, {\"text\": \"Saratoga, CA 94588\", \"boundingBox\": [0.8014, 1.8958, 2.0403, 1.8958, 2.0403, 2.014, 0.8014, 2.014], \"words\": [{\"text\": \"Saratoga,\", \"boundingBox\": [0.8014, 1.8955, 1.3833, 1.8955, 1.3833, 2.0267, 0.8014, 2.0267]}, {\"text\": \"CA\", \"boundingBox\": [1.4389, 1.8955, 1.6222, 1.8955, 1.6222, 1.9993, 1.4389, 1.9993]}, {\"text\": \"94588\", \"boundingBox\": [1.6681, 1.8965, 2.0403, 1.8965, 2.0403, 2.0, 1.6681, 2.0]}]}, {\"text\": \"Redmond, WA 97624\", \"boundingBox\": [5.2014, 1.9048, 6.5569, 1.9048, 6.5569, 2.0176, 5.2014, 2.0176], \"words\": [{\"text\": \"Redmond,\", \"boundingBox\": [5.2014, 1.9049, 5.8583, 1.9049, 5.8583, 2.0274, 5.2014, 2.0274]}, {\"text\": \"WA\", \"boundingBox\": [5.9069, 1.9049, 6.1361, 1.9049, 6.1361, 2.0056, 5.9069, 2.0056]}, {\"text\": \"97624\", \"boundingBox\": [6.1792, 1.9045, 6.5569, 1.9045, 6.5569, 2.0073, 6.1792, 2.0073]}]}, {\"text\": \"Invoice Number\", \"boundingBox\": [0.5431, 2.8737, 1.5722, 2.8737, 1.5722, 2.9753, 0.5431, 2.9753], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [0.5431, 2.8733, 1.0097, 2.8733, 1.0097, 2.9753, 0.5431, 2.9753]}, {\"text\": \"Number\", \"boundingBox\": [1.0611, 2.8743, 1.5722, 2.8743, 1.5722, 2.9753, 1.0611, 2.9753]}]}, {\"text\": \"Invoice Date\", \"boundingBox\": [1.9486, 2.8737, 2.7528, 2.8737, 2.7528, 2.9753, 1.9486, 2.9753], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [1.9486, 2.8733, 2.4153, 2.8733, 2.4153, 2.9753, 1.9486, 2.9753]}, {\"text\": \"Date\", \"boundingBox\": [2.4681, 2.8743, 2.7528, 2.8743, 2.7528, 2.9753, 2.4681, 2.9753]}]}, {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.35, 2.8738, 4.4556, 2.8738, 4.4556, 2.9753, 3.35, 2.9753], \"words\": [{\"text\": \"Invoice\", \"boundingBox\": [3.35, 2.8733, 3.8153, 2.8733, 3.8153, 2.9753, 3.35, 2.9753]}, {\"text\": \"Due\", \"boundingBox\": [3.8681, 2.8743, 4.1153, 2.8743, 4.1153, 2.9753, 3.8681, 2.9753]}, {\"text\": \"Date\", \"boundingBox\": [4.1681, 2.8743, 4.4556, 2.8743, 4.4556, 2.9753, 4.1681, 2.9753]}]}, {\"text\": \"Charges\", \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035], \"words\": [{\"text\": \"Charges\", \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035]}]}, {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.1403, 2.9736], \"words\": [{\"text\": \"VAT\", \"boundingBox\": [6.1403, 2.8729, 6.4153, 2.8729, 6.4153, 2.9736, 6.1403, 2.9736]}, {\"text\": \"ID\", \"boundingBox\": [6.4653, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.4653, 2.9736]}]}, {\"text\": \"7689302\", \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135], \"words\": [{\"text\": \"7689302\", \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135]}]}, {\"text\": \"3/09/2015\", \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142], \"words\": [{\"text\": \"3/09/2015\", \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142]}]}, {\"text\": \"6/29/2016\", \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142], \"words\": [{\"text\": \"6/29/2016\", \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142]}]}, {\"text\": \"$22,123.24\", \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382], \"words\": [{\"text\": \"$22,123.24\", \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382]}]}, {\"text\": \"QR\", \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194], \"words\": [{\"text\": \"QR\", \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194]}]}, {\"text\": \"Page\", \"boundingBox\": [6.2431, 9.667, 6.5486, 9.667, 6.5486, 9.7965, 6.2431, 9.7965], \"words\": [{\"text\": \"Page\", \"boundingBox\": [6.2431, 9.667, 6.5486, 9.667, 6.5486, 9.7965, 6.2431, 9.7965]}]}, {\"text\": \"1\", \"boundingBox\": [6.8417, 9.6681, 6.8833, 9.6681, 6.8833, 9.7663, 6.8417, 9.7663], \"words\": [{\"text\": \"1\", \"boundingBox\": [6.8417, 9.6681, 6.8833, 9.6681, 6.8833, 9.7663, 6.8417, 9.7663]}]}, {\"text\": \"of\", \"boundingBox\": [6.9514, 9.6656, 7.0597, 9.6656, 7.0597, 9.7681, 6.9514, 9.7681], \"words\": [{\"text\": \"of\", \"boundingBox\": [6.9514, 9.6656, 7.0597, 9.6656, 7.0597, 9.7681, 6.9514, 9.7681]}]}, {\"text\": \"1\", \"boundingBox\": [7.4083, 9.6681, 7.45, 9.6681, 7.45, 9.7663, 7.4083, 9.7663], \"words\": [{\"text\": \"1\", \"boundingBox\": [7.4083, 9.6681, 7.45, 9.6681, 7.45, 9.7663, 7.4083, 9.7663]}]}]}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.7986, 1.5149, 1.3819, 1.5149, 1.3819, 1.616, 0.7986, 1.616], \"elements\": [\"#/readResults/0/lines/1/words/0\"]}, \"value\": {\"text\": \"14564 Main St. Saratoga, CA 94588\", \"boundingBox\": [0.8014, 1.7048, 2.0403, 1.7048, 2.0403, 2.014, 0.8014, 2.014], \"elements\": [\"#/readResults/0/lines/4/words/0\", \"#/readResults/0/lines/4/words/1\", \"#/readResults/0/lines/4/words/2\", \"#/readResults/0/lines/6/words/0\", \"#/readResults/0/lines/6/words/1\", \"#/readResults/0/lines/6/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [4.4042, 1.5142, 5.1014, 1.5142, 5.1014, 1.6155, 4.4042, 1.6155], \"elements\": [\"#/readResults/0/lines/2/words/0\", \"#/readResults/0/lines/2/words/1\"]}, \"value\": {\"text\": \"First Up Consultants 1234 King St Redmond, WA 97624\", \"boundingBox\": [5.2014, 1.5121, 6.5569, 1.5121, 6.5569, 2.0176, 5.2014, 2.0176], \"elements\": [\"#/readResults/0/lines/3/words/0\", \"#/readResults/0/lines/3/words/1\", \"#/readResults/0/lines/3/words/2\", \"#/readResults/0/lines/5/words/0\", \"#/readResults/0/lines/5/words/1\", \"#/readResults/0/lines/5/words/2\", \"#/readResults/0/lines/7/words/0\", \"#/readResults/0/lines/7/words/1\", \"#/readResults/0/lines/7/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Number\", \"boundingBox\": [0.5431, 2.8737, 1.5722, 2.8737, 1.5722, 2.9753, 0.5431, 2.9753], \"elements\": [\"#/readResults/0/lines/8/words/0\", \"#/readResults/0/lines/8/words/1\"]}, \"value\": {\"text\": \"7689302\", \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135], \"elements\": [\"#/readResults/0/lines/13/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Date\", \"boundingBox\": [1.9486, 2.8737, 2.7528, 2.8737, 2.7528, 2.9753, 1.9486, 2.9753], \"elements\": [\"#/readResults/0/lines/9/words/0\", \"#/readResults/0/lines/9/words/1\"]}, \"value\": {\"text\": \"3/09/2015\", \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142], \"elements\": [\"#/readResults/0/lines/14/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Invoice Due Date\", \"boundingBox\": [3.35, 2.8738, 4.4556, 2.8738, 4.4556, 2.9753, 3.35, 2.9753], \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"]}, \"value\": {\"text\": \"6/29/2016\", \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142], \"elements\": [\"#/readResults/0/lines/15/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Charges\", \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035], \"elements\": [\"#/readResults/0/lines/11/words/0\"]}, \"value\": {\"text\": \"$22,123.24\", \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382], \"elements\": [\"#/readResults/0/lines/16/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"VAT ID\", \"boundingBox\": [6.1403, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.1403, 2.9736], \"elements\": [\"#/readResults/0/lines/12/words/0\", \"#/readResults/0/lines/12/words/1\"]}, \"value\": {\"text\": \"QR\", \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194], \"elements\": [\"#/readResults/0/lines/17/words/0\"]}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 2, \"columns\": 5, \"cells\": [{\"text\": \"Invoice Number\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [0.5431, 2.8737, 1.5722, 2.8737, 1.5722, 2.9753, 0.5431, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/8/words/0\", \"#/readResults/0/lines/8/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Date\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [1.9486, 2.8737, 2.7528, 2.8737, 2.7528, 2.9753, 1.9486, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/9/words/0\", \"#/readResults/0/lines/9/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Invoice Due Date\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [3.35, 2.8738, 4.4556, 2.8738, 4.4556, 2.9753, 3.35, 2.9753], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Charges\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [4.7472, 2.8715, 5.2889, 2.8715, 5.2889, 3.0035, 4.7472, 3.0035], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/11/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"VAT ID\", \"rowIndex\": 0, \"columnIndex\": 4, \"boundingBox\": [6.1403, 2.8729, 6.5875, 2.8729, 6.5875, 2.9736, 6.1403, 2.9736], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/12/words/0\", \"#/readResults/0/lines/12/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"7689302\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [0.5417, 3.4111, 1.0667, 3.4111, 1.0667, 3.5135, 0.5417, 3.5135], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/13/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"3/09/2015\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [1.9458, 3.4097, 2.55, 3.4097, 2.55, 3.5142, 1.9458, 3.5142], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/14/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6/29/2016\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [3.3458, 3.4097, 3.95, 3.4097, 3.95, 3.5142, 3.3458, 3.5142], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/15/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"$22,123.24\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [5.2903, 3.4115, 5.9736, 3.4115, 5.9736, 3.5382, 5.2903, 3.5382], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/16/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"QR\", \"rowIndex\": 1, \"columnIndex\": 4, \"boundingBox\": [6.2236, 3.4097, 6.4236, 3.4097, 6.4236, 3.5194, 6.2236, 3.5194], \"confidence\": 0.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/17/words/0\"], \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:53:16 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataWithBlankPdfContentType.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataWithBlankPdfContentType.json index a805ef60bac4f..91987521cfeba 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataWithBlankPdfContentType.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataWithBlankPdfContentType.json @@ -1,181 +1,421 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5aea893d-c9b7-4dbf-b11d-cceee143ffb8", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "a50899b9-ceef-43af-96db-c20c455115b2", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "5365", + "x-envoy-upstream-service-time" : "147", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9d9983aa-7d48-45a5-9dc4-707c1f2ffcfd", + "apim-request-id" : "bf532571-7490-42e6-982f-3a70b929afab", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:37:08 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bd6997af-c481-4d45-9a45-fe208af64c2d" + "Date" : "Wed, 16 Sep 2020 00:54:04 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/bd6997af-c481-4d45-9a45-fe208af64c2d?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "464d5441-ac25-4e69-8330-5bccba6a64d6" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c6f8d5c1-14a8-40de-acce-9263d34b3bda" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "15", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "cf23636b-b88f-4f72-84b8-4313103b99c3", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:09 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "dda129b3-393d-4125-9509-765393d4c0a7" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "21", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "153c77dd-4d43-4b35-b231-cb7bf41aab05", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:14 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "5b9cfa04-c7b3-47f5-81e1-428cbed75b59" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "25", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f6bbac30-83ad-4afa-b0d7-823008bfa6de", + "apim-request-id" : "d53602fb-faea-40b0-a6d1-afd143dc980e", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"bd6997af-c481-4d45-9a45-fe208af64c2d\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:37:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:08Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:37:13 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:18 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/bd6997af-c481-4d45-9a45-fe208af64c2d?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "399ef883-9686-49aa-a6f3-cc720b12e651" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "524fe9d6-61df-4096-91be-8fc2c6826933" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "29", + "x-envoy-upstream-service-time" : "28", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "70da8738-51e8-4e49-a116-cc56f9df0b6c", + "apim-request-id" : "039aede2-417f-4991-a2bb-c2e73733cba6", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"bd6997af-c481-4d45-9a45-fe208af64c2d\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:37:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:08Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:37:18 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:24 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/bd6997af-c481-4d45-9a45-fe208af64c2d?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "421da00d-df40-4d71-8652-d02219cfede2" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e2b7547b-c44d-4e36-9518-4925b34590bf" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "39", + "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "c7e30bcd-854c-4246-88eb-f3c9f7c0f44e", + "apim-request-id" : "e73cb509-ee2b-4242-bece-028056a37b04", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"bd6997af-c481-4d45-9a45-fe208af64c2d\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:37:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:08Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:37:23 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:30 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/bd6997af-c481-4d45-9a45-fe208af64c2d?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "f5302284-b16c-4edf-a015-a9eee1886731" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "3d0edd84-ddea-413e-bf50-85bec127b6ce" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "26", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "777679d6-e376-4779-a6ab-eb8759b5f3bc", + "apim-request-id" : "cc03bfab-5ed3-44b0-aeba-61ed2fe88305", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"bd6997af-c481-4d45-9a45-fe208af64c2d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:24Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:37:28 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:35 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/bd6997af-c481-4d45-9a45-fe208af64c2d?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "7eac0823-2c4c-49a8-95bb-071e9ab9dc61" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "fbfef88d-a0ba-41aa-b762-054dd065bf98" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "25", + "x-envoy-upstream-service-time" : "20", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "3b27d19f-a5eb-40a3-acc2-a979c47eabe1", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:39 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "0d08d0fc-b756-457c-aec4-bb7b0cde7f86" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "30", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "fd763456-4093-4a18-9bc8-c7f34d55099e", + "apim-request-id" : "405de43b-6560-41b3-b348-dccac55bedb3", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"bd6997af-c481-4d45-9a45-fe208af64c2d\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:37:08Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:37:24Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:37:28 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:44 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "96c76936-f9ad-4d11-84a6-71023e9f7f71" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "19", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "70e55443-e906-434b-84c8-b69aa76c8d25", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:50 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "d2de1d1c-a0a3-4557-920f-4a1a906c42ab" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "35", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "c7802b53-5db0-4b64-9224-f7a10a16a04e", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:55 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "edd02bf6-0bcd-45e2-81a6-beab19577c28" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "17", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "7bb09225-30fb-45b3-aa4f-c87bdc57b559", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:00 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "71fa886f-3b38-46f5-97c5-bb0cd93f265e" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "19", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "3d6f4209-b2bf-4dbb-b697-c380d1a566b2", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:05 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "fd6dc6a9-0e9c-45a5-a70d-f48cd392dbb2" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "20", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "fb264f54-3faf-4036-a248-bc53a917fbf3", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:10 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "9e2c3bb3-e22b-4b48-b13d-faa41a2a712b" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "50", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "c7116028-3d47-4890-8740-5d377af277d6", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:04Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:55:17 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "860ac7f3-9587-49cb-b3dc-915099b47937" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "20", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "234ea318-f164-4155-9cc5-9333c60db2ce", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:21Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:55:21 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "acbe77bf-f4ff-439a-ba87-1f6e17e6bc1e" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "24", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "7a296e61-e213-4940-a29c-c41b2c0c6efd", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"294550aa-ac94-4410-9bdc-fa5ea433fa23\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:21Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:55:22 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/bd6997af-c481-4d45-9a45-fe208af64c2d/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "935af742-5d21-4c2e-bb04-3d04d6366ac1", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f3787739-9155-46e3-8a70-d21b19a72b65", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "145", + "x-envoy-upstream-service-time" : "210", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ee7bd795-9dd9-4644-bc77-1594cb15496d", + "apim-request-id" : "aad38348-1c6a-4c97-8523-77f78f2cc391", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bd6997af-c481-4d45-9a45-fe208af64c2d/analyzeresults/4d856105-36ee-4adb-8883-c6bbbfe28229", - "Date" : "Thu, 06 Aug 2020 22:37:29 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23/analyzeresults/16de998a-0fac-4dd7-b597-f004b3fc119e", + "Date" : "Wed, 16 Sep 2020 00:55:23 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/bd6997af-c481-4d45-9a45-fe208af64c2d/analyzeResults/4d856105-36ee-4adb-8883-c6bbbfe28229", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23/analyzeResults/16de998a-0fac-4dd7-b597-f004b3fc119e", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "145f800a-3ef1-4251-80cd-2261355df100" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b82c723d-da77-4079-a122-856a37f2ad28" }, "Response" : { - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "25", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "efd20e88-c6c7-451d-97b6-0036aec8befe", + "retry-after" : "0", + "Content-Length" : "134", + "StatusCode" : "200", + "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-09-16T00:55:23Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:55:24Z\", \"analyzeResult\": null}", + "Date" : "Wed, 16 Sep 2020 00:55:28 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23/analyzeResults/16de998a-0fac-4dd7-b597-f004b3fc119e", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c07bf549-1685-40bf-b3bc-60443e940a7f" + }, + "Response" : { + "x-envoy-upstream-service-time" : "25", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "af2c785f-3792-46c5-bbab-6dd5b00c7f80", + "apim-request-id" : "fb81247e-2499-4d54-921d-43a746afe8cd", "retry-after" : "0", "Content-Length" : "374", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:37:29Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:37:33Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:37:34 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:55:23Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:55:33Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:55:33 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/bd6997af-c481-4d45-9a45-fe208af64c2d/analyzeResults/4d856105-36ee-4adb-8883-c6bbbfe28229", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/294550aa-ac94-4410-9bdc-fa5ea433fa23/analyzeResults/16de998a-0fac-4dd7-b597-f004b3fc119e", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "3c0aeb84-9793-4d10-b41c-0895ceeb8479" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b7d0b27f-2dfa-4080-a87f-7d6ba0178a36" }, "Response" : { - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "27", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "6b2787df-8ffb-43ef-a61a-8867ad44e95d", + "apim-request-id" : "2f0c7a87-1f18-40cf-a994-6a591e710843", "retry-after" : "0", "Content-Length" : "374", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:37:29Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:37:33Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:37:35 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:55:23Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:55:33Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:55:33 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataWithJpgContentType.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataWithJpgContentType.json index 211c082965a55..cc4c8b02867ef 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataWithJpgContentType.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUnlabeledDataWithJpgContentType.json @@ -1,141 +1,181 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "303651d7-bff3-4c7e-8ff9-a19b1ccd4a98", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "635725b6-10f5-4ba7-b80b-614165d99bcd", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "225", + "x-envoy-upstream-service-time" : "143", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "700bd5f0-3e6b-4aac-ae82-b47119d96590", + "apim-request-id" : "45dd7eac-b827-4ea8-bae0-3c9628f38503", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:39:20 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c07c1c82-776a-47ab-b19d-bc692073078e" + "Date" : "Wed, 16 Sep 2020 00:52:10 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a9426ff6-aeb4-4c06-9ae3-c842f3039ec0" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c07c1c82-776a-47ab-b19d-bc692073078e?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a9426ff6-aeb4-4c06-9ae3-c842f3039ec0?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8661fe25-359f-4e05-a9c9-5c77bb649370" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b268fafe-568a-423f-a826-7c39e59043a5" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "19", + "x-envoy-upstream-service-time" : "67", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "151632b0-acd3-4a2c-ad57-8daec0fe013a", + "apim-request-id" : "09b22358-bc7a-4a4e-ab75-46d3ff88a0ed", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"c07c1c82-776a-47ab-b19d-bc692073078e\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:39:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:21Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:39:26 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"a9426ff6-aeb4-4c06-9ae3-c842f3039ec0\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:10Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:15 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c07c1c82-776a-47ab-b19d-bc692073078e?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a9426ff6-aeb4-4c06-9ae3-c842f3039ec0?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "6eea69a1-1157-4f83-9009-006b11a25f0e" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2adad535-205a-4b3c-afc5-719341cd2628" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "18", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "d3474793-7b44-48ba-8521-0a89486e76f1", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"a9426ff6-aeb4-4c06-9ae3-c842f3039ec0\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:52:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:10Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:52:20 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a9426ff6-aeb4-4c06-9ae3-c842f3039ec0?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f05946ab-b1ed-41e0-abf0-f50b24ca29c7" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "16", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "180440e8-3922-4ba6-9869-0a8ff7f956d8", + "apim-request-id" : "3d30fd28-c236-43f4-b090-1c426d066c71", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"c07c1c82-776a-47ab-b19d-bc692073078e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:30Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:39:32 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"a9426ff6-aeb4-4c06-9ae3-c842f3039ec0\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:22Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:52:25 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c07c1c82-776a-47ab-b19d-bc692073078e?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a9426ff6-aeb4-4c06-9ae3-c842f3039ec0?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "11ab32d7-3bb4-4991-a679-4672f17cac3a" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "acb61244-ddc4-42c9-89a8-28f4aebc48e1" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "98dc3abb-3e39-4be3-bf8e-732836477580", + "apim-request-id" : "701b80fd-29c6-4d68-bedf-ec6e05612744", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"c07c1c82-776a-47ab-b19d-bc692073078e\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:39:21Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:30Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:39:32 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"a9426ff6-aeb4-4c06-9ae3-c842f3039ec0\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:52:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:22Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:52:25 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c07c1c82-776a-47ab-b19d-bc692073078e/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a9426ff6-aeb4-4c06-9ae3-c842f3039ec0/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "bcd5191c-a5bc-4d8a-9db8-ea17028db7cc", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "8dfa51a3-dcd6-44cb-8006-ab97d8b45826", "Content-Type" : "image/jpeg" }, "Response" : { - "x-envoy-upstream-service-time" : "302", + "x-envoy-upstream-service-time" : "113", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "952e3f47-e950-42e1-b7f9-6f9d1fac3712", + "apim-request-id" : "fcd73c09-8e7f-45e2-b8c8-e7f56811ad80", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c07c1c82-776a-47ab-b19d-bc692073078e/analyzeresults/479deb96-474c-4f09-a98d-d3b250b1850e", - "Date" : "Thu, 06 Aug 2020 22:39:34 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a9426ff6-aeb4-4c06-9ae3-c842f3039ec0/analyzeresults/404d4cdd-559c-4716-9a13-2ccb9e40f18b", + "Date" : "Wed, 16 Sep 2020 00:52:26 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c07c1c82-776a-47ab-b19d-bc692073078e/analyzeResults/479deb96-474c-4f09-a98d-d3b250b1850e", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a9426ff6-aeb4-4c06-9ae3-c842f3039ec0/analyzeResults/404d4cdd-559c-4716-9a13-2ccb9e40f18b", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "6f591474-48db-4aaf-9f52-7d2c2ebbce06" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "27088384-e64e-47c0-a2ef-e0a11ab537b6" }, "Response" : { - "x-envoy-upstream-service-time" : "47", + "x-envoy-upstream-service-time" : "19", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "2bbde639-ff51-4b22-a0f2-3f931df9ee88", + "retry-after" : "0", + "Content-Length" : "134", + "StatusCode" : "200", + "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-09-16T00:52:27Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:52:27Z\", \"analyzeResult\": null}", + "Date" : "Wed, 16 Sep 2020 00:52:32 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a9426ff6-aeb4-4c06-9ae3-c842f3039ec0/analyzeResults/404d4cdd-559c-4716-9a13-2ccb9e40f18b", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "50e7bb35-5e5a-4ad2-afb1-543822152138" + }, + "Response" : { + "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "d96c76b8-4339-4464-b4ee-fb9bd0cc8a03", + "apim-request-id" : "f00e6329-a766-49a1-b2ee-451e2c581fb5", "retry-after" : "0", - "Content-Length" : "11800", + "Content-Length" : "10045", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:39:28Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:39:38Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0.16, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Hero Limited\", \"boundingBox\": [620.0, 203.0, 1078.0, 203.0, 1078.0, 271.0, 620.0, 271.0], \"elements\": null}, \"value\": {\"text\": \"\", \"boundingBox\": null, \"elements\": null}, \"confidence\": 0.5}, {\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [167.0, 351.0, 365.0, 351.0, 365.0, 381.0, 167.0, 381.0], \"elements\": null}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [371.0, 351.0, 528.0, 351.0, 528.0, 381.0, 371.0, 381.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 392.0, 271.0, 392.0, 271.0, 420.0, 167.0, 420.0], \"elements\": null}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [277.0, 392.0, 530.0, 392.0, 530.0, 420.0, 277.0, 420.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 418.0, 1161.0, 418.0, 1161.0, 451.0, 1025.0, 451.0], \"elements\": null}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1168.0, 418.0, 1319.0, 418.0, 1319.0, 451.0, 1168.0, 451.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [167.0, 431.0, 240.0, 431.0, 240.0, 458.0, 167.0, 458.0], \"elements\": null}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [168.0, 480.0, 476.0, 480.0, 476.0, 505.0, 168.0, 505.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1027.0, 460.0, 1275.0, 460.0, 1275.0, 491.0, 1027.0, 491.0], \"elements\": null}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1282.0, 460.0, 1376.0, 460.0, 1376.0, 491.0, 1282.0, 491.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [162.0, 610.0, 346.0, 610.0, 346.0, 640.0, 162.0, 640.0], \"elements\": null}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [352.0, 610.0, 519.0, 610.0, 519.0, 640.0, 352.0, 640.0], \"elements\": null}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [162.0, 646.0, 373.0, 646.0, 373.0, 678.0, 162.0, 678.0], \"elements\": null}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [379.0, 646.0, 628.0, 646.0, 628.0, 678.0, 379.0, 678.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [162.0, 684.0, 272.0, 684.0, 272.0, 715.0, 162.0, 715.0], \"elements\": null}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [279.0, 684.0, 569.0, 684.0, 569.0, 752.0, 279.0, 752.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [615.0, 723.0, 707.0, 723.0, 707.0, 752.0, 615.0, 752.0], \"elements\": null}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [713.0, 723.0, 884.0, 723.0, 884.0, 752.0, 713.0, 752.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 852.0, 253.0, 852.0, 253.0, 881.0, 166.0, 881.0], \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [258.0, 852.0, 445.0, 852.0, 445.0, 881.0, 258.0, 881.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [169.0, 888.0, 378.0, 888.0, 378.0, 919.0, 169.0, 919.0], \"elements\": null}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [385.0, 888.0, 624.0, 888.0, 624.0, 919.0, 385.0, 919.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [168.0, 924.0, 276.0, 924.0, 276.0, 954.0, 168.0, 954.0], \"elements\": null}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [283.0, 924.0, 524.0, 924.0, 524.0, 992.0, 283.0, 992.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 852.0, 964.0, 852.0, 992.0, 760.0, 992.0], \"elements\": null}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [857.0, 964.0, 1032.0, 964.0, 1032.0, 992.0, 857.0, 992.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1156.0, 1571.0, 1298.0, 1571.0, 1298.0, 1599.0, 1156.0, 1599.0], \"elements\": null}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1434.0, 1574.0, 1530.0, 1574.0, 1530.0, 1599.0, 1434.0, 1599.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1242.0, 1619.0, 1293.0, 1619.0, 1293.0, 1643.0, 1242.0, 1643.0], \"elements\": null}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1462.0, 1615.0, 1532.0, 1615.0, 1532.0, 1640.0, 1462.0, 1640.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1206.0, 1674.0, 1298.0, 1674.0, 1298.0, 1700.0, 1206.0, 1700.0], \"elements\": null}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1434.0, 1671.0, 1531.0, 1671.0, 1531.0, 1697.0, 1434.0, 1697.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [175.0, 1797.0, 479.0, 1797.0, 479.0, 1834.0, 175.0, 1834.0], \"elements\": null}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [170.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 170.0, 1992.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [141.0, 140.0, 348.0, 140.0, 348.0, 168.0, 141.0, 168.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__2\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [1117.0, 319.0, 1551.0, 319.0, 1551.0, 372.0, 1117.0, 372.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__3\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped To\", \"boundingBox\": [170.0, 546.0, 398.0, 546.0, 398.0, 592.0, 170.0, 592.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__4\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped From\", \"boundingBox\": [169.0, 784.0, 445.0, 784.0, 445.0, 831.0, 169.0, 831.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__5\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [485.0, 1669.0, 766.0, 1669.0, 766.0, 1708.0, 485.0, 1708.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__6\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [544.0, 1717.0, 719.0, 1717.0, 719.0, 1743.0, 544.0, 1743.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__7\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Manager\", \"boundingBox\": [579.0, 1752.0, 687.0, 1752.0, 687.0, 1777.0, 579.0, 1777.0], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1047.0, 551.0, 1047.0, 551.0, 1080.0, 447.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [890.0, 1048.0, 1028.0, 1048.0, 1028.0, 1080.0, 890.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1113.0, 1045.0, 1267.0, 1045.0, 1267.0, 1080.0, 1113.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1389.0, 1046.0, 1466.0, 1046.0, 1466.0, 1080.0, 1389.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [173.0, 1094.0, 282.0, 1094.0, 282.0, 1122.0, 173.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [863.0, 1098.0, 889.0, 1098.0, 889.0, 1122.0, 863.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1096.0, 1297.0, 1096.0, 1297.0, 1122.0, 1243.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1466.0, 1098.0, 1531.0, 1098.0, 1531.0, 1122.0, 1466.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [172.0, 1136.0, 331.0, 1136.0, 331.0, 1162.0, 172.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [862.0, 1137.0, 889.0, 1137.0, 889.0, 1162.0, 862.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1134.0, 1292.0, 1134.0, 1292.0, 1162.0, 1243.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1464.0, 1138.0, 1531.0, 1138.0, 1531.0, 1162.0, 1464.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [172.0, 1179.0, 404.0, 1179.0, 404.0, 1205.0, 172.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1177.0, 888.0, 1177.0, 888.0, 1199.0, 863.0, 1199.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1179.0, 1298.0, 1179.0, 1298.0, 1205.0, 1243.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1448.0, 1180.0, 1530.0, 1180.0, 1530.0, 1205.0, 1448.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [171.0, 1224.0, 426.0, 1224.0, 426.0, 1248.0, 171.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [864.0, 1221.0, 887.0, 1221.0, 887.0, 1244.0, 864.0, 1244.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1242.0, 1222.0, 1291.0, 1222.0, 1291.0, 1248.0, 1242.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1449.0, 1225.0, 1530.0, 1225.0, 1530.0, 1248.0, 1449.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:39:39 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:52:27Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:52:37Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [163.0, 352.0, 359.0, 352.0, 359.0, 378.0, 163.0, 378.0], \"elements\": null}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [364.0, 351.0, 528.0, 351.0, 528.0, 378.0, 364.0, 378.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 394.0, 269.0, 394.0, 269.0, 417.0, 167.0, 417.0], \"elements\": null}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [273.0, 393.0, 531.0, 393.0, 531.0, 418.0, 273.0, 418.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [165.0, 435.0, 237.0, 435.0, 237.0, 460.0, 165.0, 460.0], \"elements\": null}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [164.0, 481.0, 479.0, 481.0, 479.0, 503.0, 164.0, 503.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 421.0, 1160.0, 421.0, 1160.0, 448.0, 1025.0, 448.0], \"elements\": null}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1165.0, 420.0, 1317.0, 420.0, 1317.0, 448.0, 1165.0, 448.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1023.0, 461.0, 1272.0, 461.0, 1272.0, 488.0, 1023.0, 488.0], \"elements\": null}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1277.0, 461.0, 1376.0, 461.0, 1376.0, 489.0, 1277.0, 489.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [160.0, 611.0, 344.0, 611.0, 344.0, 637.0, 160.0, 637.0], \"elements\": null}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [350.0, 609.0, 521.0, 609.0, 521.0, 639.0, 350.0, 639.0], \"elements\": null}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [160.0, 648.0, 370.0, 648.0, 370.0, 677.0, 160.0, 677.0], \"elements\": null}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [375.0, 646.0, 630.0, 646.0, 630.0, 679.0, 375.0, 679.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [161.0, 685.0, 269.0, 685.0, 269.0, 711.0, 161.0, 711.0], \"elements\": null}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [274.0, 685.0, 565.0, 685.0, 565.0, 751.0, 274.0, 751.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [613.0, 722.0, 702.0, 722.0, 702.0, 749.0, 613.0, 749.0], \"elements\": null}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [708.0, 722.0, 885.0, 722.0, 885.0, 749.0, 708.0, 749.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 853.0, 250.0, 853.0, 250.0, 879.0, 166.0, 879.0], \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [255.0, 852.0, 446.0, 852.0, 446.0, 880.0, 255.0, 880.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [164.0, 890.0, 374.0, 890.0, 374.0, 919.0, 164.0, 919.0], \"elements\": null}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [380.0, 889.0, 629.0, 889.0, 629.0, 919.0, 380.0, 919.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [166.0, 926.0, 273.0, 926.0, 273.0, 953.0, 166.0, 953.0], \"elements\": null}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [279.0, 926.0, 521.0, 926.0, 521.0, 991.0, 279.0, 991.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 849.0, 964.0, 849.0, 990.0, 760.0, 990.0], \"elements\": null}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [855.0, 964.0, 1033.0, 964.0, 1033.0, 990.0, 855.0, 990.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1147.0, 1575.0, 1296.0, 1575.0, 1296.0, 1600.0, 1147.0, 1600.0], \"elements\": null}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1426.0, 1571.0, 1529.0, 1571.0, 1529.0, 1599.0, 1426.0, 1599.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1238.0, 1618.0, 1296.0, 1618.0, 1296.0, 1643.0, 1238.0, 1643.0], \"elements\": null}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1458.0, 1615.0, 1529.0, 1615.0, 1529.0, 1643.0, 1458.0, 1643.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1204.0, 1674.0, 1297.0, 1674.0, 1297.0, 1699.0, 1204.0, 1699.0], \"elements\": null}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1427.0, 1671.0, 1529.0, 1671.0, 1529.0, 1698.0, 1427.0, 1698.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [173.0, 1796.0, 479.0, 1796.0, 479.0, 1831.0, 173.0, 1831.0], \"elements\": null}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [169.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 169.0, 1992.0], \"elements\": null}, \"confidence\": 0.53}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1048.0, 558.0, 1048.0, 558.0, 1078.0, 447.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [886.0, 1048.0, 1034.0, 1048.0, 1034.0, 1084.0, 886.0, 1084.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1111.0, 1047.0, 1269.0, 1047.0, 1269.0, 1078.0, 1111.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1383.0, 1047.0, 1467.0, 1047.0, 1467.0, 1077.0, 1383.0, 1077.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [172.0, 1094.0, 280.0, 1094.0, 280.0, 1122.0, 172.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [861.0, 1094.0, 892.0, 1094.0, 892.0, 1119.0, 861.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1241.0, 1095.0, 1293.0, 1095.0, 1293.0, 1118.0, 1241.0, 1118.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1096.0, 1531.0, 1096.0, 1531.0, 1119.0, 1458.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [170.0, 1136.0, 333.0, 1136.0, 333.0, 1161.0, 170.0, 1161.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [861.0, 1135.0, 892.0, 1135.0, 892.0, 1160.0, 861.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1240.0, 1135.0, 1294.0, 1135.0, 1294.0, 1160.0, 1240.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1135.0, 1529.0, 1135.0, 1529.0, 1160.0, 1458.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [173.0, 1179.0, 402.0, 1179.0, 402.0, 1206.0, 173.0, 1206.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1179.0, 892.0, 1179.0, 892.0, 1204.0, 863.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1179.0, 1294.0, 1179.0, 1294.0, 1204.0, 1239.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1443.0, 1181.0, 1529.0, 1181.0, 1529.0, 1205.0, 1443.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [170.0, 1222.0, 429.0, 1222.0, 429.0, 1252.0, 170.0, 1252.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [860.0, 1223.0, 892.0, 1223.0, 892.0, 1247.0, 860.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1221.0, 1293.0, 1221.0, 1293.0, 1247.0, 1239.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1444.0, 1224.0, 1530.0, 1224.0, 1530.0, 1248.0, 1444.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:52:37 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c07c1c82-776a-47ab-b19d-bc692073078e/analyzeResults/479deb96-474c-4f09-a98d-d3b250b1850e", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/a9426ff6-aeb4-4c06-9ae3-c842f3039ec0/analyzeResults/404d4cdd-559c-4716-9a13-2ccb9e40f18b", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "f34d47de-46b5-4994-a310-33026b2b3e28" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "42289098-1564-4bf1-8280-96151f44b9ab" }, "Response" : { - "x-envoy-upstream-service-time" : "30", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a7c94ead-2d4c-4eaa-b5fb-0ff7f6719e74", + "apim-request-id" : "16b91acf-09dc-466a-aa5f-b394ebe4e5b3", "retry-after" : "0", - "Content-Length" : "11800", + "Content-Length" : "10045", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:39:28Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:39:38Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0.16, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Hero Limited\", \"boundingBox\": [620.0, 203.0, 1078.0, 203.0, 1078.0, 271.0, 620.0, 271.0], \"elements\": null}, \"value\": {\"text\": \"\", \"boundingBox\": null, \"elements\": null}, \"confidence\": 0.5}, {\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [167.0, 351.0, 365.0, 351.0, 365.0, 381.0, 167.0, 381.0], \"elements\": null}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [371.0, 351.0, 528.0, 351.0, 528.0, 381.0, 371.0, 381.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 392.0, 271.0, 392.0, 271.0, 420.0, 167.0, 420.0], \"elements\": null}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [277.0, 392.0, 530.0, 392.0, 530.0, 420.0, 277.0, 420.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 418.0, 1161.0, 418.0, 1161.0, 451.0, 1025.0, 451.0], \"elements\": null}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1168.0, 418.0, 1319.0, 418.0, 1319.0, 451.0, 1168.0, 451.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [167.0, 431.0, 240.0, 431.0, 240.0, 458.0, 167.0, 458.0], \"elements\": null}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [168.0, 480.0, 476.0, 480.0, 476.0, 505.0, 168.0, 505.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1027.0, 460.0, 1275.0, 460.0, 1275.0, 491.0, 1027.0, 491.0], \"elements\": null}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1282.0, 460.0, 1376.0, 460.0, 1376.0, 491.0, 1282.0, 491.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [162.0, 610.0, 346.0, 610.0, 346.0, 640.0, 162.0, 640.0], \"elements\": null}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [352.0, 610.0, 519.0, 610.0, 519.0, 640.0, 352.0, 640.0], \"elements\": null}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [162.0, 646.0, 373.0, 646.0, 373.0, 678.0, 162.0, 678.0], \"elements\": null}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [379.0, 646.0, 628.0, 646.0, 628.0, 678.0, 379.0, 678.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [162.0, 684.0, 272.0, 684.0, 272.0, 715.0, 162.0, 715.0], \"elements\": null}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [279.0, 684.0, 569.0, 684.0, 569.0, 752.0, 279.0, 752.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [615.0, 723.0, 707.0, 723.0, 707.0, 752.0, 615.0, 752.0], \"elements\": null}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [713.0, 723.0, 884.0, 723.0, 884.0, 752.0, 713.0, 752.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 852.0, 253.0, 852.0, 253.0, 881.0, 166.0, 881.0], \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [258.0, 852.0, 445.0, 852.0, 445.0, 881.0, 258.0, 881.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [169.0, 888.0, 378.0, 888.0, 378.0, 919.0, 169.0, 919.0], \"elements\": null}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [385.0, 888.0, 624.0, 888.0, 624.0, 919.0, 385.0, 919.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [168.0, 924.0, 276.0, 924.0, 276.0, 954.0, 168.0, 954.0], \"elements\": null}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [283.0, 924.0, 524.0, 924.0, 524.0, 992.0, 283.0, 992.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 852.0, 964.0, 852.0, 992.0, 760.0, 992.0], \"elements\": null}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [857.0, 964.0, 1032.0, 964.0, 1032.0, 992.0, 857.0, 992.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1156.0, 1571.0, 1298.0, 1571.0, 1298.0, 1599.0, 1156.0, 1599.0], \"elements\": null}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1434.0, 1574.0, 1530.0, 1574.0, 1530.0, 1599.0, 1434.0, 1599.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1242.0, 1619.0, 1293.0, 1619.0, 1293.0, 1643.0, 1242.0, 1643.0], \"elements\": null}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1462.0, 1615.0, 1532.0, 1615.0, 1532.0, 1640.0, 1462.0, 1640.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1206.0, 1674.0, 1298.0, 1674.0, 1298.0, 1700.0, 1206.0, 1700.0], \"elements\": null}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1434.0, 1671.0, 1531.0, 1671.0, 1531.0, 1697.0, 1434.0, 1697.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [175.0, 1797.0, 479.0, 1797.0, 479.0, 1834.0, 175.0, 1834.0], \"elements\": null}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [170.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 170.0, 1992.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [141.0, 140.0, 348.0, 140.0, 348.0, 168.0, 141.0, 168.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__2\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [1117.0, 319.0, 1551.0, 319.0, 1551.0, 372.0, 1117.0, 372.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__3\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped To\", \"boundingBox\": [170.0, 546.0, 398.0, 546.0, 398.0, 592.0, 170.0, 592.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__4\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped From\", \"boundingBox\": [169.0, 784.0, 445.0, 784.0, 445.0, 831.0, 169.0, 831.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__5\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [485.0, 1669.0, 766.0, 1669.0, 766.0, 1708.0, 485.0, 1708.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__6\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [544.0, 1717.0, 719.0, 1717.0, 719.0, 1743.0, 544.0, 1743.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__7\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Manager\", \"boundingBox\": [579.0, 1752.0, 687.0, 1752.0, 687.0, 1777.0, 579.0, 1777.0], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1047.0, 551.0, 1047.0, 551.0, 1080.0, 447.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [890.0, 1048.0, 1028.0, 1048.0, 1028.0, 1080.0, 890.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1113.0, 1045.0, 1267.0, 1045.0, 1267.0, 1080.0, 1113.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1389.0, 1046.0, 1466.0, 1046.0, 1466.0, 1080.0, 1389.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [173.0, 1094.0, 282.0, 1094.0, 282.0, 1122.0, 173.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [863.0, 1098.0, 889.0, 1098.0, 889.0, 1122.0, 863.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1096.0, 1297.0, 1096.0, 1297.0, 1122.0, 1243.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1466.0, 1098.0, 1531.0, 1098.0, 1531.0, 1122.0, 1466.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [172.0, 1136.0, 331.0, 1136.0, 331.0, 1162.0, 172.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [862.0, 1137.0, 889.0, 1137.0, 889.0, 1162.0, 862.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1134.0, 1292.0, 1134.0, 1292.0, 1162.0, 1243.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1464.0, 1138.0, 1531.0, 1138.0, 1531.0, 1162.0, 1464.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [172.0, 1179.0, 404.0, 1179.0, 404.0, 1205.0, 172.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1177.0, 888.0, 1177.0, 888.0, 1199.0, 863.0, 1199.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1179.0, 1298.0, 1179.0, 1298.0, 1205.0, 1243.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1448.0, 1180.0, 1530.0, 1180.0, 1530.0, 1205.0, 1448.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [171.0, 1224.0, 426.0, 1224.0, 426.0, 1248.0, 171.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [864.0, 1221.0, 887.0, 1221.0, 887.0, 1244.0, 864.0, 1244.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1242.0, 1222.0, 1291.0, 1222.0, 1291.0, 1248.0, 1242.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1449.0, 1225.0, 1530.0, 1225.0, 1530.0, 1248.0, 1449.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:39:39 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:52:27Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:52:37Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [163.0, 352.0, 359.0, 352.0, 359.0, 378.0, 163.0, 378.0], \"elements\": null}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [364.0, 351.0, 528.0, 351.0, 528.0, 378.0, 364.0, 378.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 394.0, 269.0, 394.0, 269.0, 417.0, 167.0, 417.0], \"elements\": null}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [273.0, 393.0, 531.0, 393.0, 531.0, 418.0, 273.0, 418.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [165.0, 435.0, 237.0, 435.0, 237.0, 460.0, 165.0, 460.0], \"elements\": null}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [164.0, 481.0, 479.0, 481.0, 479.0, 503.0, 164.0, 503.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 421.0, 1160.0, 421.0, 1160.0, 448.0, 1025.0, 448.0], \"elements\": null}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1165.0, 420.0, 1317.0, 420.0, 1317.0, 448.0, 1165.0, 448.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1023.0, 461.0, 1272.0, 461.0, 1272.0, 488.0, 1023.0, 488.0], \"elements\": null}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1277.0, 461.0, 1376.0, 461.0, 1376.0, 489.0, 1277.0, 489.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [160.0, 611.0, 344.0, 611.0, 344.0, 637.0, 160.0, 637.0], \"elements\": null}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [350.0, 609.0, 521.0, 609.0, 521.0, 639.0, 350.0, 639.0], \"elements\": null}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [160.0, 648.0, 370.0, 648.0, 370.0, 677.0, 160.0, 677.0], \"elements\": null}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [375.0, 646.0, 630.0, 646.0, 630.0, 679.0, 375.0, 679.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [161.0, 685.0, 269.0, 685.0, 269.0, 711.0, 161.0, 711.0], \"elements\": null}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [274.0, 685.0, 565.0, 685.0, 565.0, 751.0, 274.0, 751.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [613.0, 722.0, 702.0, 722.0, 702.0, 749.0, 613.0, 749.0], \"elements\": null}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [708.0, 722.0, 885.0, 722.0, 885.0, 749.0, 708.0, 749.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 853.0, 250.0, 853.0, 250.0, 879.0, 166.0, 879.0], \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [255.0, 852.0, 446.0, 852.0, 446.0, 880.0, 255.0, 880.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [164.0, 890.0, 374.0, 890.0, 374.0, 919.0, 164.0, 919.0], \"elements\": null}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [380.0, 889.0, 629.0, 889.0, 629.0, 919.0, 380.0, 919.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [166.0, 926.0, 273.0, 926.0, 273.0, 953.0, 166.0, 953.0], \"elements\": null}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [279.0, 926.0, 521.0, 926.0, 521.0, 991.0, 279.0, 991.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 849.0, 964.0, 849.0, 990.0, 760.0, 990.0], \"elements\": null}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [855.0, 964.0, 1033.0, 964.0, 1033.0, 990.0, 855.0, 990.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1147.0, 1575.0, 1296.0, 1575.0, 1296.0, 1600.0, 1147.0, 1600.0], \"elements\": null}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1426.0, 1571.0, 1529.0, 1571.0, 1529.0, 1599.0, 1426.0, 1599.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1238.0, 1618.0, 1296.0, 1618.0, 1296.0, 1643.0, 1238.0, 1643.0], \"elements\": null}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1458.0, 1615.0, 1529.0, 1615.0, 1529.0, 1643.0, 1458.0, 1643.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1204.0, 1674.0, 1297.0, 1674.0, 1297.0, 1699.0, 1204.0, 1699.0], \"elements\": null}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1427.0, 1671.0, 1529.0, 1671.0, 1529.0, 1698.0, 1427.0, 1698.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [173.0, 1796.0, 479.0, 1796.0, 479.0, 1831.0, 173.0, 1831.0], \"elements\": null}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [169.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 169.0, 1992.0], \"elements\": null}, \"confidence\": 0.53}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1048.0, 558.0, 1048.0, 558.0, 1078.0, 447.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [886.0, 1048.0, 1034.0, 1048.0, 1034.0, 1084.0, 886.0, 1084.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1111.0, 1047.0, 1269.0, 1047.0, 1269.0, 1078.0, 1111.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1383.0, 1047.0, 1467.0, 1047.0, 1467.0, 1077.0, 1383.0, 1077.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [172.0, 1094.0, 280.0, 1094.0, 280.0, 1122.0, 172.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [861.0, 1094.0, 892.0, 1094.0, 892.0, 1119.0, 861.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1241.0, 1095.0, 1293.0, 1095.0, 1293.0, 1118.0, 1241.0, 1118.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1096.0, 1531.0, 1096.0, 1531.0, 1119.0, 1458.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [170.0, 1136.0, 333.0, 1136.0, 333.0, 1161.0, 170.0, 1161.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [861.0, 1135.0, 892.0, 1135.0, 892.0, 1160.0, 861.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1240.0, 1135.0, 1294.0, 1135.0, 1294.0, 1160.0, 1240.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1135.0, 1529.0, 1135.0, 1529.0, 1160.0, 1458.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [173.0, 1179.0, 402.0, 1179.0, 402.0, 1206.0, 173.0, 1206.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1179.0, 892.0, 1179.0, 892.0, 1204.0, 863.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1179.0, 1294.0, 1179.0, 1294.0, 1204.0, 1239.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1443.0, 1181.0, 1529.0, 1181.0, 1529.0, 1205.0, 1443.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [170.0, 1222.0, 429.0, 1222.0, 429.0, 1252.0, 170.0, 1252.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [860.0, 1223.0, 892.0, 1223.0, 892.0, 1247.0, 860.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1221.0, 1293.0, 1221.0, 1293.0, 1247.0, 1239.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1444.0, 1224.0, 1530.0, 1224.0, 1530.0, 1248.0, 1444.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:52:37 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlLabeledData.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlLabeledData.json index 6fcdb87a161b5..d4f2f4ea277a9 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlLabeledData.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlLabeledData.json @@ -1,161 +1,121 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "d22478fa-faed-488a-9790-4a4097e158d9", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "5efb406c-79ef-4597-9449-72c2f8d54d5f", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "209", + "x-envoy-upstream-service-time" : "144", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "480bfcc0-5f77-4192-a0b6-df92b202ba51", + "apim-request-id" : "b19e89e1-4a47-4421-b7ff-9e195656334f", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:36:25 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6d8beca-2ac7-4f12-b863-8ad6ba8c8033" + "Date" : "Wed, 16 Sep 2020 00:54:57 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e29187e4-87a9-484a-9eda-5b20e58853da" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b6d8beca-2ac7-4f12-b863-8ad6ba8c8033?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/e29187e4-87a9-484a-9eda-5b20e58853da?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "4216021c-c529-4c5c-9229-3b9423cc23e3" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "51854410-cb26-45cb-8346-334ef56d4cf9" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "42ddc579-f2e0-444e-964e-66604462816d", + "apim-request-id" : "133e179d-47ca-4b21-a410-5d1cdfb7c52f", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"b6d8beca-2ac7-4f12-b863-8ad6ba8c8033\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:36:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:25Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:36:30 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"e29187e4-87a9-484a-9eda-5b20e58853da\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:57Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:59Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:55:03 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b6d8beca-2ac7-4f12-b863-8ad6ba8c8033?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/e29187e4-87a9-484a-9eda-5b20e58853da?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "ab86971f-fe5f-4ad9-abf8-787719f8c0b4" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "384d0c17-7a05-45ef-ac3a-24d578a67420" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "30", + "x-envoy-upstream-service-time" : "16", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "429c252e-1693-4b3c-84a2-cdc9921b73ca", + "apim-request-id" : "a1d9abe9-809f-4de2-8e23-4825d36c9330", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"b6d8beca-2ac7-4f12-b863-8ad6ba8c8033\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:36:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:32Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:36:35 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b6d8beca-2ac7-4f12-b863-8ad6ba8c8033?includeKeys=true", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a09d6aac-8c95-4d09-97e0-d0f1b1a8fdbf" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "23", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "a9d74bdb-6ca5-4b3b-af35-1a31ae6e9d60", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"b6d8beca-2ac7-4f12-b863-8ad6ba8c8033\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:36:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:32Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:36:35 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"e29187e4-87a9-484a-9eda-5b20e58853da\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:57Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:59Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:55:02 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b6d8beca-2ac7-4f12-b863-8ad6ba8c8033/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/e29187e4-87a9-484a-9eda-5b20e58853da/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e4c20269-4487-4905-9049-fbd7a8d1f951", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "d2d7c1e6-5020-4bd2-b484-7d3e16da6b80", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "206", + "x-envoy-upstream-service-time" : "91", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "74bb1b92-99a4-4854-bf04-11cb0cb2b290", + "apim-request-id" : "0871869e-b6a5-4b6a-baf2-3c2055c5619d", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b6d8beca-2ac7-4f12-b863-8ad6ba8c8033/analyzeresults/a79f6d27-6628-4bfb-97dc-191581ef8a7d", - "Date" : "Thu, 06 Aug 2020 22:36:35 GMT" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b6d8beca-2ac7-4f12-b863-8ad6ba8c8033/analyzeResults/a79f6d27-6628-4bfb-97dc-191581ef8a7d", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "c53527e3-271b-42a3-b230-b4985fe24489" - }, - "Response" : { - "x-envoy-upstream-service-time" : "55", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "acdd1e6c-d22a-4fbf-9a14-7e9138ad07a7", - "retry-after" : "0", - "Content-Length" : "109", - "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-06T22:36:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:36Z\"}", - "Date" : "Thu, 06 Aug 2020 22:36:40 GMT", - "Content-Type" : "application/json; charset=utf-8" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e29187e4-87a9-484a-9eda-5b20e58853da/analyzeresults/5a6cc6b6-83bd-404c-9e6f-ff46d39ac891", + "Date" : "Wed, 16 Sep 2020 00:55:03 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b6d8beca-2ac7-4f12-b863-8ad6ba8c8033/analyzeResults/a79f6d27-6628-4bfb-97dc-191581ef8a7d", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/e29187e4-87a9-484a-9eda-5b20e58853da/analyzeResults/5a6cc6b6-83bd-404c-9e6f-ff46d39ac891", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "6ef990db-fb76-4415-8af9-6cf8106fcd4c" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ed997a39-8664-4120-a6ef-f6bb0029a92d" }, "Response" : { - "x-envoy-upstream-service-time" : "31", + "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "649ff503-54f6-42b4-88a9-46647a4452ea", + "apim-request-id" : "32dc10fe-398c-4bea-9e0e-2a427d518d49", "retry-after" : "0", - "Content-Length" : "5839", + "Content-Length" : "6054", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:36:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:45Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\"}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[482.0,1670.0,764.0,1670.0,764.0,1709.0,482.0,1709.0],\"confidence\":1.0},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1429.0,1570.0,1530.0,1570.0,1530.0,1599.0,1429.0,1599.0],\"confidence\":1.0},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[274.0,393.0,529.0,393.0,529.0,419.0,274.0,419.0],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[621.0,202.0,1075.0,202.0,1075.0,266.0,621.0,266.0],\"confidence\":1.0},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[378.0,646.0,629.0,646.0,629.0,682.0,378.0,682.0],\"confidence\":1.0},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[277.0,685.0,568.0,685.0,568.0,754.0,277.0,754.0],\"confidence\":1.0},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1089.0,895.0,1089.0,895.0,1120.0,861.0,1120.0],\"confidence\":1.0},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1168.0,420.0,1317.0,420.0,1317.0,450.0,1168.0,450.0],\"confidence\":1.0},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1282.0,461.0,1377.0,461.0,1377.0,489.0,1282.0,489.0],\"confidence\":1.0},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1429.0,1669.0,1530.0,1669.0,1530.0,1697.0,1429.0,1697.0],\"confidence\":1.0},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[166.0,480.0,475.0,480.0,475.0,503.0,166.0,503.0],\"confidence\":1.0},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[367.0,351.0,529.0,351.0,529.0,378.0,367.0,378.0],\"confidence\":1.0},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[713.0,722.0,884.0,722.0,884.0,750.0,713.0,750.0],\"confidence\":1.0},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[351.0,609.0,518.0,609.0,518.0,641.0,351.0,641.0],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1461.0,1614.0,1530.0,1614.0,1530.0,1642.0,1461.0,1642.0],\"confidence\":1.0}}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:36:45 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:55:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:07Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260]}]}]}],\"documentResults\":[{\"docType\":\"custom:e29187e4-87a9-484a-9eda-5b20e58853da\",\"modelId\":\"e29187e4-87a9-484a-9eda-5b20e58853da\",\"pageRange\":[1,1],\"fields\":{\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[375.0,646.0,629.0,646.0,629.0,679.0,375.0,679.0],\"confidence\":0.95},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1427.0,1669.0,1529.0,1669.0,1529.0,1698.0,1427.0,1698.0],\"confidence\":0.991},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1426.0,1572.0,1531.0,1572.0,1531.0,1599.0,1426.0,1599.0],\"confidence\":0.984},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[164.0,479.0,478.0,479.0,478.0,503.0,164.0,503.0],\"confidence\":1.0},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[364.0,351.0,528.0,351.0,528.0,378.0,364.0,378.0],\"confidence\":0.89},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[273.0,393.0,531.0,393.0,531.0,418.0,273.0,418.0],\"confidence\":0.95},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[620.0,205.0,1075.0,205.0,1075.0,266.0,620.0,266.0],\"confidence\":0.97},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1165.0,420.0,1317.0,420.0,1317.0,449.0,1165.0,449.0],\"confidence\":0.99},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[489.0,1670.0,765.0,1670.0,765.0,1708.0,489.0,1708.0],\"confidence\":0.998},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1277.0,461.0,1376.0,461.0,1376.0,489.0,1277.0,489.0],\"confidence\":0.94},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[273.0,685.0,565.0,685.0,565.0,751.0,273.0,751.0],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1458.0,1615.0,1529.0,1615.0,1529.0,1643.0,1458.0,1643.0],\"confidence\":0.994},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[349.0,609.0,521.0,609.0,521.0,639.0,349.0,639.0],\"confidence\":0.93},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[708.0,722.0,885.0,722.0,885.0,749.0,708.0,749.0],\"confidence\":1.0},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1094.0,892.0,1094.0,892.0,1119.0,861.0,1119.0],\"confidence\":0.962}},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:55:08 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b6d8beca-2ac7-4f12-b863-8ad6ba8c8033/analyzeResults/a79f6d27-6628-4bfb-97dc-191581ef8a7d", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/e29187e4-87a9-484a-9eda-5b20e58853da/analyzeResults/5a6cc6b6-83bd-404c-9e6f-ff46d39ac891", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "40f1d1dc-8b52-4e6a-b2e4-9868c8fa5333" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "185f55fe-30db-43e3-ba53-11a495cfffbb" }, "Response" : { "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "93681b20-419d-4da8-a4a0-781f4fc57e40", + "apim-request-id" : "5fdc4c89-1a34-453a-914b-e6b3119f753e", "retry-after" : "0", - "Content-Length" : "5839", + "Content-Length" : "6054", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:36:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:45Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\"}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[482.0,1670.0,764.0,1670.0,764.0,1709.0,482.0,1709.0],\"confidence\":1.0},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1429.0,1570.0,1530.0,1570.0,1530.0,1599.0,1429.0,1599.0],\"confidence\":1.0},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[274.0,393.0,529.0,393.0,529.0,419.0,274.0,419.0],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[621.0,202.0,1075.0,202.0,1075.0,266.0,621.0,266.0],\"confidence\":1.0},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[378.0,646.0,629.0,646.0,629.0,682.0,378.0,682.0],\"confidence\":1.0},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[277.0,685.0,568.0,685.0,568.0,754.0,277.0,754.0],\"confidence\":1.0},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1089.0,895.0,1089.0,895.0,1120.0,861.0,1120.0],\"confidence\":1.0},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1168.0,420.0,1317.0,420.0,1317.0,450.0,1168.0,450.0],\"confidence\":1.0},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1282.0,461.0,1377.0,461.0,1377.0,489.0,1282.0,489.0],\"confidence\":1.0},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1429.0,1669.0,1530.0,1669.0,1530.0,1697.0,1429.0,1697.0],\"confidence\":1.0},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[166.0,480.0,475.0,480.0,475.0,503.0,166.0,503.0],\"confidence\":1.0},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[367.0,351.0,529.0,351.0,529.0,378.0,367.0,378.0],\"confidence\":1.0},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[713.0,722.0,884.0,722.0,884.0,750.0,713.0,750.0],\"confidence\":1.0},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[351.0,609.0,518.0,609.0,518.0,641.0,351.0,641.0],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1461.0,1614.0,1530.0,1614.0,1530.0,1642.0,1461.0,1642.0],\"confidence\":1.0}}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:36:46 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:55:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:07Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260]}]}]}],\"documentResults\":[{\"docType\":\"custom:e29187e4-87a9-484a-9eda-5b20e58853da\",\"modelId\":\"e29187e4-87a9-484a-9eda-5b20e58853da\",\"pageRange\":[1,1],\"fields\":{\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[375.0,646.0,629.0,646.0,629.0,679.0,375.0,679.0],\"confidence\":0.95},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1427.0,1669.0,1529.0,1669.0,1529.0,1698.0,1427.0,1698.0],\"confidence\":0.991},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1426.0,1572.0,1531.0,1572.0,1531.0,1599.0,1426.0,1599.0],\"confidence\":0.984},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[164.0,479.0,478.0,479.0,478.0,503.0,164.0,503.0],\"confidence\":1.0},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[364.0,351.0,528.0,351.0,528.0,378.0,364.0,378.0],\"confidence\":0.89},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[273.0,393.0,531.0,393.0,531.0,418.0,273.0,418.0],\"confidence\":0.95},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[620.0,205.0,1075.0,205.0,1075.0,266.0,620.0,266.0],\"confidence\":0.97},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1165.0,420.0,1317.0,420.0,1317.0,449.0,1165.0,449.0],\"confidence\":0.99},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[489.0,1670.0,765.0,1670.0,765.0,1708.0,489.0,1708.0],\"confidence\":0.998},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1277.0,461.0,1376.0,461.0,1376.0,489.0,1277.0,489.0],\"confidence\":0.94},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[273.0,685.0,565.0,685.0,565.0,751.0,273.0,751.0],\"confidence\":1.0},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1458.0,1615.0,1529.0,1615.0,1529.0,1643.0,1458.0,1643.0],\"confidence\":0.994},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[349.0,609.0,521.0,609.0,521.0,639.0,349.0,639.0],\"confidence\":0.93},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[708.0,722.0,885.0,722.0,885.0,749.0,708.0,749.0],\"confidence\":1.0},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1094.0,892.0,1094.0,892.0,1119.0,861.0,1119.0],\"confidence\":0.962}},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:55:09 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlLabeledDataIncludeFieldElements.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlLabeledDataIncludeFieldElements.json index aebc97be00227..4bfbc6c82385e 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlLabeledDataIncludeFieldElements.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlLabeledDataIncludeFieldElements.json @@ -1,121 +1,141 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "1af50e85-19a8-442a-9049-9a931f4b36d5", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4b725e5d-5929-4280-b810-a48408e9fb3c", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "5087", + "x-envoy-upstream-service-time" : "159", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "584d7c36-11e4-4e95-9b2a-30915314e9b8", + "apim-request-id" : "bcb65201-4266-4b0a-88e7-082e1f086c7b", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:38:05 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/efa4f11c-ff81-4a7c-831b-19d0ceca3d03" + "Date" : "Wed, 16 Sep 2020 00:53:58 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3d99c59d-47fa-4610-b333-1ad7f1790ebf" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/efa4f11c-ff81-4a7c-831b-19d0ceca3d03?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/3d99c59d-47fa-4610-b333-1ad7f1790ebf?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "887e230d-231f-43f6-be3e-463a041d5ca0" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "5b598097-e8a3-4ceb-9b43-93613b99605b" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "25", + "x-envoy-upstream-service-time" : "27", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "28f66e66-97b7-428e-8722-91a8e6c3b14e", + "apim-request-id" : "9ebe3176-4a46-42fe-80ff-121edcbac2e6", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"efa4f11c-ff81-4a7c-831b-19d0ceca3d03\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:08Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:38:10 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"3d99c59d-47fa-4610-b333-1ad7f1790ebf\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:59Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:02Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:04 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/efa4f11c-ff81-4a7c-831b-19d0ceca3d03?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/3d99c59d-47fa-4610-b333-1ad7f1790ebf?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "88ad4ff9-7d50-4a27-8e43-dcf74b7a2028" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "49423af8-e021-43b1-a46b-6612e4f1c6b9" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "24", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9f8e916e-3d80-48b1-8b37-ef6f5239384c", + "apim-request-id" : "219de6f9-4693-4060-95ac-61c1536accad", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"efa4f11c-ff81-4a7c-831b-19d0ceca3d03\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:00Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:08Z\"},\"trainResult\":{\"averageModelAccuracy\":0.973,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:38:10 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"3d99c59d-47fa-4610-b333-1ad7f1790ebf\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:59Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:02Z\"},\"trainResult\":{\"averageModelAccuracy\":0.96,\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"CompanyAddress\",\"accuracy\":0.8},{\"fieldName\":\"CompanyName\",\"accuracy\":1.0},{\"fieldName\":\"CompanyPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"DatedAs\",\"accuracy\":1.0},{\"fieldName\":\"Email\",\"accuracy\":0.8},{\"fieldName\":\"Merchant\",\"accuracy\":1.0},{\"fieldName\":\"PhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"PurchaseOrderNumber\",\"accuracy\":1.0},{\"fieldName\":\"Quantity\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":0.8},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"VendorName\",\"accuracy\":1.0},{\"fieldName\":\"Website\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:04 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/efa4f11c-ff81-4a7c-831b-19d0ceca3d03/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/3d99c59d-47fa-4610-b333-1ad7f1790ebf/analyze?includeTextDetails=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "f595631f-ef9a-41f9-abc5-27416a416602", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "cdd705b8-8bb4-43b6-b9a7-beadc0ce3308", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "93", + "x-envoy-upstream-service-time" : "68", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "72b969e1-17fc-463e-a954-7f942e29d18c", + "apim-request-id" : "3a46f820-5e12-4448-b516-72e5205199b3", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/efa4f11c-ff81-4a7c-831b-19d0ceca3d03/analyzeresults/7334952b-26f4-497a-a49e-2ec7ecffe48b", - "Date" : "Thu, 06 Aug 2020 22:38:10 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3d99c59d-47fa-4610-b333-1ad7f1790ebf/analyzeresults/f8d07116-c97e-497c-80f3-c50b1afa7c97", + "Date" : "Wed, 16 Sep 2020 00:54:04 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/efa4f11c-ff81-4a7c-831b-19d0ceca3d03/analyzeResults/7334952b-26f4-497a-a49e-2ec7ecffe48b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/3d99c59d-47fa-4610-b333-1ad7f1790ebf/analyzeResults/f8d07116-c97e-497c-80f3-c50b1afa7c97", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "56a2b73b-f8c6-4c66-9f07-ddc50b9dccb2" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "df53a6a5-6a32-4c01-9014-0c8a571d3e4a" }, "Response" : { - "x-envoy-upstream-service-time" : "33", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f27644ce-5599-4b49-bc33-e926d3f6a89d", + "apim-request-id" : "868feb3d-0667-4119-bcba-eb477c0b8788", "retry-after" : "0", - "Content-Length" : "25282", + "Content-Length" : "109", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:38:11Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:16Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[378.0,646.0,629.0,646.0,629.0,682.0,378.0,682.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/11/words/2\",\"#/analyzeResult/readResults/0/lines/11/words/3\",\"#/analyzeResult/readResults/0/lines/11/words/4\"]},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1168.0,420.0,1317.0,420.0,1317.0,450.0,1168.0,450.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/6/words/2\"]},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1461.0,1614.0,1530.0,1614.0,1530.0,1642.0,1461.0,1642.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/44/words/0\"]},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[482.0,1670.0,764.0,1670.0,764.0,1709.0,482.0,1709.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/45/words/0\",\"#/analyzeResult/readResults/0/lines/45/words/1\"]},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1282.0,461.0,1377.0,461.0,1377.0,489.0,1282.0,489.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/8/words/3\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[351.0,609.0,518.0,609.0,518.0,641.0,351.0,641.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/10/words/2\",\"#/analyzeResult/readResults/0/lines/10/words/3\"]},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[713.0,722.0,884.0,722.0,884.0,750.0,713.0,750.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/14/words/1\"]},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1429.0,1669.0,1530.0,1669.0,1530.0,1697.0,1429.0,1697.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/47/words/0\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[277.0,685.0,568.0,685.0,568.0,754.0,277.0,754.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/12/words/1\",\"#/analyzeResult/readResults/0/lines/12/words/2\",\"#/analyzeResult/readResults/0/lines/12/words/3\",\"#/analyzeResult/readResults/0/lines/12/words/4\",\"#/analyzeResult/readResults/0/lines/13/words/0\",\"#/analyzeResult/readResults/0/lines/13/words/1\",\"#/analyzeResult/readResults/0/lines/13/words/2\",\"#/analyzeResult/readResults/0/lines/13/words/3\"]},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1089.0,895.0,1089.0,895.0,1120.0,861.0,1120.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/26/words/0\"]},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[367.0,351.0,529.0,351.0,529.0,378.0,367.0,378.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/2/words/2\"]},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[621.0,202.0,1075.0,202.0,1075.0,266.0,621.0,266.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/1/words/0\",\"#/analyzeResult/readResults/0/lines/1/words/1\"]},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1429.0,1570.0,1530.0,1570.0,1530.0,1599.0,1429.0,1599.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/42/words/0\"]},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[166.0,480.0,475.0,480.0,475.0,503.0,166.0,503.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/7/words/0\"]},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[274.0,393.0,529.0,393.0,529.0,419.0,274.0,419.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/4/words/1\"]}}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:38:15 GMT", + "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-09-16T00:54:05Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:08Z\"}", + "Date" : "Wed, 16 Sep 2020 00:54:09 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/efa4f11c-ff81-4a7c-831b-19d0ceca3d03/analyzeResults/7334952b-26f4-497a-a49e-2ec7ecffe48b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/3d99c59d-47fa-4610-b333-1ad7f1790ebf/analyzeResults/f8d07116-c97e-497c-80f3-c50b1afa7c97", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e84d0703-c669-41cb-b601-8069032b4b8d" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "1466ec67-ac56-43f1-8343-25bd25fb9908" }, "Response" : { - "x-envoy-upstream-service-time" : "168", + "x-envoy-upstream-service-time" : "26", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "13b3cac3-21fd-461b-9635-289ebd0bed45", + "apim-request-id" : "97baff41-26e8-4b38-931d-e7992ceb2ef4", "retry-after" : "0", - "Content-Length" : "25282", + "Content-Length" : "25118", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:38:11Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:16Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,1],\"fields\":{\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[378.0,646.0,629.0,646.0,629.0,682.0,378.0,682.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/11/words/2\",\"#/analyzeResult/readResults/0/lines/11/words/3\",\"#/analyzeResult/readResults/0/lines/11/words/4\"]},\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1168.0,420.0,1317.0,420.0,1317.0,450.0,1168.0,450.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/6/words/2\"]},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1461.0,1614.0,1530.0,1614.0,1530.0,1642.0,1461.0,1642.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/44/words/0\"]},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[482.0,1670.0,764.0,1670.0,764.0,1709.0,482.0,1709.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/45/words/0\",\"#/analyzeResult/readResults/0/lines/45/words/1\"]},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1282.0,461.0,1377.0,461.0,1377.0,489.0,1282.0,489.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/8/words/3\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[351.0,609.0,518.0,609.0,518.0,641.0,351.0,641.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/10/words/2\",\"#/analyzeResult/readResults/0/lines/10/words/3\"]},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[713.0,722.0,884.0,722.0,884.0,750.0,713.0,750.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/14/words/1\"]},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1429.0,1669.0,1530.0,1669.0,1530.0,1697.0,1429.0,1697.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/47/words/0\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[277.0,685.0,568.0,685.0,568.0,754.0,277.0,754.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/12/words/1\",\"#/analyzeResult/readResults/0/lines/12/words/2\",\"#/analyzeResult/readResults/0/lines/12/words/3\",\"#/analyzeResult/readResults/0/lines/12/words/4\",\"#/analyzeResult/readResults/0/lines/13/words/0\",\"#/analyzeResult/readResults/0/lines/13/words/1\",\"#/analyzeResult/readResults/0/lines/13/words/2\",\"#/analyzeResult/readResults/0/lines/13/words/3\"]},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1089.0,895.0,1089.0,895.0,1120.0,861.0,1120.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/26/words/0\"]},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[367.0,351.0,529.0,351.0,529.0,378.0,367.0,378.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/2/words/2\"]},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[621.0,202.0,1075.0,202.0,1075.0,266.0,621.0,266.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/1/words/0\",\"#/analyzeResult/readResults/0/lines/1/words/1\"]},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1429.0,1570.0,1530.0,1570.0,1530.0,1599.0,1429.0,1599.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/42/words/0\"]},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[166.0,480.0,475.0,480.0,475.0,503.0,166.0,503.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/7/words/0\"]},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[274.0,393.0,529.0,393.0,529.0,419.0,274.0,419.0],\"confidence\":1.0,\"elements\":[\"#/analyzeResult/readResults/0/lines/4/words/1\"]}}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:38:16 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:05Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:12Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.982},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.98},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:3d99c59d-47fa-4610-b333-1ad7f1790ebf\",\"modelId\":\"3d99c59d-47fa-4610-b333-1ad7f1790ebf\",\"pageRange\":[1,1],\"fields\":{\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1165.0,420.0,1317.0,420.0,1317.0,449.0,1165.0,449.0],\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/6/words/2\"]},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[620.0,205.0,1075.0,205.0,1075.0,266.0,620.0,266.0],\"confidence\":0.97,\"elements\":[\"#/readResults/0/lines/1/words/0\",\"#/readResults/0/lines/1/words/1\"]},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1458.0,1615.0,1529.0,1615.0,1529.0,1643.0,1458.0,1643.0],\"confidence\":0.994,\"elements\":[\"#/readResults/0/lines/44/words/0\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[273.0,685.0,565.0,685.0,565.0,751.0,273.0,751.0],\"confidence\":1.0,\"elements\":[\"#/readResults/0/lines/12/words/1\",\"#/readResults/0/lines/12/words/2\",\"#/readResults/0/lines/12/words/3\",\"#/readResults/0/lines/12/words/4\",\"#/readResults/0/lines/13/words/0\",\"#/readResults/0/lines/13/words/1\",\"#/readResults/0/lines/13/words/2\",\"#/readResults/0/lines/13/words/3\"]},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1277.0,461.0,1376.0,461.0,1376.0,489.0,1277.0,489.0],\"confidence\":0.94,\"elements\":[\"#/readResults/0/lines/8/words/3\"]},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[489.0,1670.0,765.0,1670.0,765.0,1708.0,489.0,1708.0],\"confidence\":0.998,\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1094.0,892.0,1094.0,892.0,1119.0,861.0,1119.0],\"confidence\":0.962,\"elements\":[\"#/readResults/0/lines/26/words/0\"]},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1427.0,1669.0,1529.0,1669.0,1529.0,1698.0,1427.0,1698.0],\"confidence\":0.991,\"elements\":[\"#/readResults/0/lines/47/words/0\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[349.0,609.0,521.0,609.0,521.0,639.0,349.0,639.0],\"confidence\":0.93,\"elements\":[\"#/readResults/0/lines/10/words/2\",\"#/readResults/0/lines/10/words/3\"]},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[273.0,393.0,531.0,393.0,531.0,418.0,273.0,418.0],\"confidence\":0.95,\"elements\":[\"#/readResults/0/lines/4/words/1\"]},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1426.0,1572.0,1531.0,1572.0,1531.0,1599.0,1426.0,1599.0],\"confidence\":0.984,\"elements\":[\"#/readResults/0/lines/42/words/0\"]},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[708.0,722.0,885.0,722.0,885.0,749.0,708.0,749.0],\"confidence\":1.0,\"elements\":[\"#/readResults/0/lines/14/words/1\"]},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[375.0,646.0,629.0,646.0,629.0,679.0,375.0,679.0],\"confidence\":0.95,\"elements\":[\"#/readResults/0/lines/11/words/2\",\"#/readResults/0/lines/11/words/3\",\"#/readResults/0/lines/11/words/4\"]},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[164.0,479.0,478.0,479.0,478.0,503.0,164.0,503.0],\"confidence\":1.0,\"elements\":[\"#/readResults/0/lines/7/words/0\"]},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[364.0,351.0,528.0,351.0,528.0,378.0,364.0,378.0],\"confidence\":0.89,\"elements\":[\"#/readResults/0/lines/3/words/2\"]}},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:15 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/3d99c59d-47fa-4610-b333-1ad7f1790ebf/analyzeResults/f8d07116-c97e-497c-80f3-c50b1afa7c97", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "1dae89fd-96ad-4f19-b443-c32b94fa1d43" + }, + "Response" : { + "x-envoy-upstream-service-time" : "26", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "1b2c71bd-f870-4030-b60b-b711f27cb1d0", + "retry-after" : "0", + "Content-Length" : "25118", + "StatusCode" : "200", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:05Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:12Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.982},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.98},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}],\"documentResults\":[{\"docType\":\"custom:3d99c59d-47fa-4610-b333-1ad7f1790ebf\",\"modelId\":\"3d99c59d-47fa-4610-b333-1ad7f1790ebf\",\"pageRange\":[1,1],\"fields\":{\"DatedAs\":{\"type\":\"string\",\"valueString\":\"12/20/2020\",\"text\":\"12/20/2020\",\"page\":1,\"boundingBox\":[1165.0,420.0,1317.0,420.0,1317.0,449.0,1165.0,449.0],\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/6/words/2\"]},\"Merchant\":{\"type\":\"string\",\"valueString\":\"Hero Limited\",\"text\":\"Hero Limited\",\"page\":1,\"boundingBox\":[620.0,205.0,1075.0,205.0,1075.0,266.0,620.0,266.0],\"confidence\":0.97,\"elements\":[\"#/readResults/0/lines/1/words/0\",\"#/readResults/0/lines/1/words/1\"]},\"Tax\":{\"type\":\"string\",\"valueString\":\"$4.00\",\"text\":\"$4.00\",\"page\":1,\"boundingBox\":[1458.0,1615.0,1529.0,1615.0,1529.0,1643.0,1458.0,1643.0],\"confidence\":0.994,\"elements\":[\"#/readResults/0/lines/44/words/0\"]},\"CompanyAddress\":{\"type\":\"string\",\"valueString\":\"938 NE Burner Road Boulder City, CO 92848\",\"text\":\"938 NE Burner Road Boulder City, CO 92848\",\"page\":1,\"boundingBox\":[273.0,685.0,565.0,685.0,565.0,751.0,273.0,751.0],\"confidence\":1.0,\"elements\":[\"#/readResults/0/lines/12/words/1\",\"#/readResults/0/lines/12/words/2\",\"#/readResults/0/lines/12/words/3\",\"#/readResults/0/lines/12/words/4\",\"#/readResults/0/lines/13/words/0\",\"#/readResults/0/lines/13/words/1\",\"#/readResults/0/lines/13/words/2\",\"#/readResults/0/lines/13/words/3\"]},\"PurchaseOrderNumber\":{\"type\":\"string\",\"valueString\":\"948284\",\"text\":\"948284\",\"page\":1,\"boundingBox\":[1277.0,461.0,1376.0,461.0,1376.0,489.0,1277.0,489.0],\"confidence\":0.94,\"elements\":[\"#/readResults/0/lines/8/words/3\"]},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bernie Sanders\",\"text\":\"Bernie Sanders\",\"page\":1,\"boundingBox\":[489.0,1670.0,765.0,1670.0,765.0,1708.0,489.0,1708.0],\"confidence\":0.998,\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},\"Quantity\":{\"type\":\"number\",\"text\":\"20\",\"page\":1,\"boundingBox\":[861.0,1094.0,892.0,1094.0,892.0,1119.0,861.0,1119.0],\"confidence\":0.962,\"elements\":[\"#/readResults/0/lines/26/words/0\"]},\"Total\":{\"type\":\"string\",\"valueString\":\"$144.00\",\"text\":\"$144.00\",\"page\":1,\"boundingBox\":[1427.0,1669.0,1529.0,1669.0,1529.0,1698.0,1427.0,1698.0],\"confidence\":0.991,\"elements\":[\"#/readResults/0/lines/47/words/0\"]},\"VendorName\":{\"type\":\"string\",\"valueString\":\"Hillary Swank\",\"text\":\"Hillary Swank\",\"page\":1,\"boundingBox\":[349.0,609.0,521.0,609.0,521.0,639.0,349.0,639.0],\"confidence\":0.93,\"elements\":[\"#/readResults/0/lines/10/words/2\",\"#/readResults/0/lines/10/words/3\"]},\"Website\":{\"type\":\"string\",\"valueString\":\"www.herolimited.com\",\"text\":\"www.herolimited.com\",\"page\":1,\"boundingBox\":[273.0,393.0,531.0,393.0,531.0,418.0,273.0,418.0],\"confidence\":0.95,\"elements\":[\"#/readResults/0/lines/4/words/1\"]},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"$140.00\",\"text\":\"$140.00\",\"page\":1,\"boundingBox\":[1426.0,1572.0,1531.0,1572.0,1531.0,1599.0,1426.0,1599.0],\"confidence\":0.984,\"elements\":[\"#/readResults/0/lines/42/words/0\"]},\"CompanyPhoneNumber\":{\"type\":\"string\",\"valueString\":\"938-294-2949\",\"text\":\"938-294-2949\",\"page\":1,\"boundingBox\":[708.0,722.0,885.0,722.0,885.0,749.0,708.0,749.0],\"confidence\":1.0,\"elements\":[\"#/readResults/0/lines/14/words/1\"]},\"CompanyName\":{\"type\":\"string\",\"valueString\":\"Higgly Wiggly Books\",\"text\":\"Higgly Wiggly Books\",\"page\":1,\"boundingBox\":[375.0,646.0,629.0,646.0,629.0,679.0,375.0,679.0],\"confidence\":0.95,\"elements\":[\"#/readResults/0/lines/11/words/2\",\"#/readResults/0/lines/11/words/3\",\"#/readResults/0/lines/11/words/4\"]},\"Email\":{\"type\":\"string\",\"valueString\":\"accounts@herolimited.com\",\"text\":\"accounts@herolimited.com\",\"page\":1,\"boundingBox\":[164.0,479.0,478.0,479.0,478.0,503.0,164.0,503.0],\"confidence\":1.0,\"elements\":[\"#/readResults/0/lines/7/words/0\"]},\"PhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-348-6512\",\"text\":\"555-348-6512\",\"page\":1,\"boundingBox\":[364.0,351.0,528.0,351.0,528.0,378.0,364.0,378.0],\"confidence\":0.89,\"elements\":[\"#/readResults/0/lines/3/words/2\"]}},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:15 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlMultiPageLabeled.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlMultiPageLabeled.json index 0473f0dc70a52..9258711b92cb2 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlMultiPageLabeled.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlMultiPageLabeled.json @@ -1,141 +1,141 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "d4202797-53d2-4f6b-ba43-14fd1c7695ca", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "32c3003d-9e1b-4ee9-9dcb-5c8a248e96b8", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "137", + "x-envoy-upstream-service-time" : "138", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "1b0d60ec-e0ea-4e69-a935-88a241fed624", + "apim-request-id" : "b55d0eb4-b9a6-4a28-b75a-4945535c4e86", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:31:09 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9db98eaf-765b-4bcb-8061-e5ba50a66c5f" + "Date" : "Wed, 16 Sep 2020 00:54:04 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/8f256d5a-8ee8-4e10-aedd-26d236efd5d7" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9db98eaf-765b-4bcb-8061-e5ba50a66c5f?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8f256d5a-8ee8-4e10-aedd-26d236efd5d7?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "2bd6bfc1-6108-437e-9a53-8bc4b97ba843" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "1aec92de-3289-4b05-9c2a-b2941ef90290" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "21", + "x-envoy-upstream-service-time" : "18", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "791e628e-cc79-4977-84af-a758d0453a4f", + "apim-request-id" : "66ec36ca-424c-47e3-b55f-a4add8fd50b6", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"9db98eaf-765b-4bcb-8061-e5ba50a66c5f\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:11Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:31:14 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"8f256d5a-8ee8-4e10-aedd-26d236efd5d7\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:07Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:09 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9db98eaf-765b-4bcb-8061-e5ba50a66c5f?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8f256d5a-8ee8-4e10-aedd-26d236efd5d7?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "63e80c49-a218-47b5-aa7e-a78ec5bae17f" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "5358837b-e985-46c1-8c6a-4ae045f05c18" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "19", + "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "4817ea83-052f-4ab6-bf8c-2d79a9ed5def", + "apim-request-id" : "56c9346a-f2e7-40f0-9a2a-867961db0ea3", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"9db98eaf-765b-4bcb-8061-e5ba50a66c5f\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:31:10Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:11Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:31:14 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"8f256d5a-8ee8-4e10-aedd-26d236efd5d7\",\"attributes\":{\"isComposed\":false},\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:04Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:07Z\"},\"trainResult\":{\"averageModelAccuracy\":0.889,\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"status\":\"succeeded\"}],\"fields\":[{\"fieldName\":\"Customer2\",\"accuracy\":1.0},{\"fieldName\":\"CustomerAddress\",\"accuracy\":1.0},{\"fieldName\":\"CustomerName\",\"accuracy\":1.0},{\"fieldName\":\"CustomerPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"FirstItem\",\"accuracy\":1.0},{\"fieldName\":\"FirstPrice\",\"accuracy\":1.0},{\"fieldName\":\"FirstQuantity\",\"accuracy\":1.0},{\"fieldName\":\"Merchant\",\"accuracy\":0.0},{\"fieldName\":\"Merchant2\",\"accuracy\":0.0},{\"fieldName\":\"MerchantAddress\",\"accuracy\":1.0},{\"fieldName\":\"MerchantPhoneNumber\",\"accuracy\":1.0},{\"fieldName\":\"Signature\",\"accuracy\":1.0},{\"fieldName\":\"Signature2\",\"accuracy\":1.0},{\"fieldName\":\"Subtotal\",\"accuracy\":1.0},{\"fieldName\":\"Tax\",\"accuracy\":1.0},{\"fieldName\":\"Tip\",\"accuracy\":1.0},{\"fieldName\":\"Total\",\"accuracy\":1.0},{\"fieldName\":\"Total2\",\"accuracy\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:10 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9db98eaf-765b-4bcb-8061-e5ba50a66c5f/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8f256d5a-8ee8-4e10-aedd-26d236efd5d7/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "f4a02b9d-ce85-4d32-bab9-ba31ccfa045d", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "009d656e-372c-4839-8e17-e6ff90d20a01", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "86", + "x-envoy-upstream-service-time" : "68", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "cf854f79-4e73-4f2b-a23a-028900672577", + "apim-request-id" : "14fd7c68-af6c-48d8-97ad-9cf3562e41dd", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/9db98eaf-765b-4bcb-8061-e5ba50a66c5f/analyzeresults/571302e4-e0ed-404a-9499-b6554992d7a8", - "Date" : "Thu, 06 Aug 2020 22:31:15 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/8f256d5a-8ee8-4e10-aedd-26d236efd5d7/analyzeresults/47169ada-f7f3-4349-95db-74d8963bf7e6", + "Date" : "Wed, 16 Sep 2020 00:54:09 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9db98eaf-765b-4bcb-8061-e5ba50a66c5f/analyzeResults/571302e4-e0ed-404a-9499-b6554992d7a8", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8f256d5a-8ee8-4e10-aedd-26d236efd5d7/analyzeResults/47169ada-f7f3-4349-95db-74d8963bf7e6", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "f354432d-a297-48d6-887d-0a8e9255617a" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2bbe2577-6b17-4252-986c-2b7f85831ed4" }, "Response" : { - "x-envoy-upstream-service-time" : "20", + "x-envoy-upstream-service-time" : "18", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "86af4252-a6c7-4ad0-ad0c-ab203e12c5c6", + "apim-request-id" : "f0a8f4da-ab99-4092-be89-ce5f61c4467e", "retry-after" : "0", "Content-Length" : "109", "StatusCode" : "200", - "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-08-06T22:31:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:19Z\"}", - "Date" : "Thu, 06 Aug 2020 22:31:20 GMT", + "Body" : "{\"status\":\"notStarted\",\"createdDateTime\":\"2020-09-16T00:54:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:14Z\"}", + "Date" : "Wed, 16 Sep 2020 00:54:15 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9db98eaf-765b-4bcb-8061-e5ba50a66c5f/analyzeResults/571302e4-e0ed-404a-9499-b6554992d7a8", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8f256d5a-8ee8-4e10-aedd-26d236efd5d7/analyzeResults/47169ada-f7f3-4349-95db-74d8963bf7e6", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "18356e9e-91db-4c50-b15b-8b3d77a3a861" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ac5874d4-4252-4b8b-b946-b228aa69c905" }, "Response" : { - "x-envoy-upstream-service-time" : "21", + "x-envoy-upstream-service-time" : "50", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "6074014c-a09a-40ba-bc0c-4fea205b181e", + "apim-request-id" : "44a23b64-ccb5-4b5e-ba17-b928b3b47712", "retry-after" : "0", - "Content-Length" : "9504", + "Content-Length" : "10168", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:31:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:22Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"},{\"page\":2,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,3],\"fields\":{\"Tax\":{\"type\":\"string\",\"valueString\":\"30.00\",\"text\":\"30.00\",\"page\":1,\"boundingBox\":[5.835,5.125,6.2,5.125,6.2,5.235,5.835,5.235],\"confidence\":1.0},\"FirstPrice\":{\"type\":\"string\",\"valueString\":\"10.99\",\"text\":\"10.99\",\"page\":1,\"boundingBox\":[5.425,3.21,5.78,3.21,5.78,3.3200000000000003,5.425,3.3200000000000003],\"confidence\":1.0},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"567 Main St. Redmond, WA\",\"text\":\"567 Main St. Redmond, WA\",\"page\":1,\"boundingBox\":[0.885,1.845,1.855,1.845,1.855,2.2,0.885,2.2],\"confidence\":1.0},\"CustomerAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane Redmond, WA\",\"text\":\"123 Hobbit Lane Redmond, WA\",\"page\":1,\"boundingBox\":[6.0150000000000006,1.67,7.1000000000000005,1.67,7.1000000000000005,2.0300000000000002,6.0150000000000006,2.0300000000000002],\"confidence\":1.0},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[2.05,6.655,3.04,6.655,3.04,6.8,2.05,6.8],\"confidence\":1.0},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"300.00\",\"text\":\"300.00\",\"page\":1,\"boundingBox\":[6.18,4.905,6.63,4.905,6.63,5.015,6.18,5.015],\"confidence\":1.0},\"MerchantPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[0.885,2.29,1.81,2.29,1.81,2.395,0.885,2.395],\"confidence\":1.0},\"Tip\":{\"type\":\"string\",\"valueString\":\"100.00\",\"text\":\"100.00\",\"page\":1,\"boundingBox\":[5.8100000000000005,5.345,6.26,5.345,6.26,5.455,5.8100000000000005,5.455],\"confidence\":1.0},\"Signature2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[2.07,6.655,3.09,6.655,3.09,6.8,2.07,6.8],\"confidence\":0.16},\"CustomerPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[6.01,2.12,6.9350000000000005,2.12,6.9350000000000005,2.225,6.01,2.225],\"confidence\":1.0},\"Merchant2\":{\"type\":\"string\",\"valueString\":\"Company\",\"text\":\"Company\",\"page\":1,\"boundingBox\":[0.885,1.125,1.62,1.125,1.62,1.28,0.885,1.28],\"confidence\":1.0},\"Total\":{\"type\":\"string\",\"valueString\":\"430.00\",\"text\":\"430.00\",\"page\":1,\"boundingBox\":[5.94,5.565,6.4,5.565,6.4,5.675,5.94,5.675],\"confidence\":1.0},\"FirstItem\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.085,3.21,1.175,3.21,1.175,3.3200000000000003,1.085,3.3200000000000003],\"confidence\":1.0},\"Customer2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[6.0150000000000006,1.45,6.95,1.45,6.95,1.595,6.0150000000000006,1.595],\"confidence\":1.0},\"FirstQuantity\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[3.2600000000000002,3.21,3.3200000000000003,3.21,3.3200000000000003,3.3200000000000003,3.2600000000000002,3.3200000000000003],\"confidence\":1.0},\"Total2\":{\"type\":\"string\",\"valueString\":\"4300.00\",\"text\":\"4300.00\",\"page\":3,\"boundingBox\":[5.94,5.565,6.48,5.565,6.48,5.675,5.94,5.675],\"confidence\":1.0},\"CustomerName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[6.0150000000000006,1.45,6.8950000000000005,1.45,6.8950000000000005,1.595,6.0150000000000006,1.595],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.67,1.125,1.7750000000000001,1.125,1.7750000000000001,1.245,1.67,1.245],\"confidence\":1.0}}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:31:25 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:17Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"selectionMarks\":[{\"boundingBox\":[0,9.8745,1.1035,9.8745,1.1035,10.9943,0,10.9943],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4952,1.9659,10.4952,1.9659,10.9978,0,10.9978],\"confidence\":0.8,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0263,1.0499,0.0263,1.0499,1.0117,0,1.0117],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5064,9.9415,8.4985,9.9415,8.4985,11,7.5064,11],\"confidence\":0.553,\"state\":\"unselected\"}]},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"selectionMarks\":[{\"boundingBox\":[0,9.877,1.1039,9.877,1.1039,10.9946,0,10.9946],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.498,1.9897,10.498,1.9897,10.9975,0,10.9975],\"confidence\":0.833,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0268,1.048,0.0268,1.048,1.0107,0,1.0107],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[6.8221,10.6394,8.4766,10.6394,8.4766,11,6.8221,11],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5061,9.9417,8.4988,9.9417,8.4988,11,7.5061,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]}],\"documentResults\":[{\"docType\":\"custom:8f256d5a-8ee8-4e10-aedd-26d236efd5d7\",\"modelId\":\"8f256d5a-8ee8-4e10-aedd-26d236efd5d7\",\"pageRange\":[1,3],\"fields\":{\"MerchantPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[0.885,2.29,1.81,2.29,1.81,2.395,0.885,2.395],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"B\",\"text\":\"B\",\"page\":3,\"boundingBox\":[1.685,1.125,1.765,1.125,1.765,1.245,1.685,1.245],\"confidence\":0.5},\"Tax\":{\"type\":\"string\",\"valueString\":\"30.00\",\"text\":\"30.00\",\"page\":1,\"boundingBox\":[5.835,5.125,6.2,5.125,6.2,5.235,5.835,5.235],\"confidence\":1.0},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"567 Main St. Redmond, WA\",\"text\":\"567 Main St. Redmond, WA\",\"page\":1,\"boundingBox\":[0.885,1.845,1.855,1.845,1.855,2.2,0.885,2.2],\"confidence\":1.0},\"CustomerPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[6.01,2.12,6.935,2.12,6.935,2.225,6.01,2.225],\"confidence\":1.0},\"FirstItem\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.085,3.21,1.175,3.21,1.175,3.32,1.085,3.32],\"confidence\":1.0},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[2.05,6.655,3.04,6.655,3.04,6.8,2.05,6.8],\"confidence\":0.952},\"CustomerName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[6.015,1.45,6.895,1.45,6.895,1.595,6.015,1.595],\"confidence\":0.971},\"Customer2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[6.015,1.45,6.95,1.45,6.95,1.595,6.015,1.595],\"confidence\":0.971},\"Merchant2\":{\"type\":\"string\",\"valueString\":\"Company\",\"text\":\"Company\",\"page\":3,\"boundingBox\":[0.885,1.125,1.62,1.125,1.62,1.28,0.885,1.28],\"confidence\":1.0},\"FirstPrice\":{\"type\":\"string\",\"valueString\":\"10.99\",\"text\":\"10.99\",\"page\":1,\"boundingBox\":[5.425,3.21,5.78,3.21,5.78,3.32,5.425,3.32],\"confidence\":1.0},\"Total\":{\"type\":\"string\",\"valueString\":\"430.00\",\"text\":\"430.00\",\"page\":1,\"boundingBox\":[5.94,5.565,6.4,5.565,6.4,5.675,5.94,5.675],\"confidence\":1.0},\"CustomerAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane Redmond, WA\",\"text\":\"123 Hobbit Lane Redmond, WA\",\"page\":1,\"boundingBox\":[6.015,1.67,7.1,1.67,7.1,2.03,6.015,2.03],\"confidence\":1.0},\"Tip\":{\"type\":\"string\",\"valueString\":\"100.00\",\"text\":\"100.00\",\"page\":1,\"boundingBox\":[5.81,5.345,6.26,5.345,6.26,5.455,5.81,5.455],\"confidence\":1.0},\"FirstQuantity\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[3.26,3.21,3.32,3.21,3.32,3.32,3.26,3.32],\"confidence\":1.0},\"Total2\":{\"type\":\"string\",\"valueString\":\"4300.00\",\"text\":\"4300.00\",\"page\":3,\"boundingBox\":[5.94,5.565,6.48,5.565,6.48,5.675,5.94,5.675],\"confidence\":1.0},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"300.00\",\"text\":\"300.00\",\"page\":1,\"boundingBox\":[6.18,4.905,6.63,4.905,6.63,5.015,6.18,5.015],\"confidence\":1.0},\"Signature2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[2.07,6.655,3.09,6.655,3.09,6.8,2.07,6.8],\"confidence\":0.676}},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:20 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/9db98eaf-765b-4bcb-8061-e5ba50a66c5f/analyzeResults/571302e4-e0ed-404a-9499-b6554992d7a8", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/8f256d5a-8ee8-4e10-aedd-26d236efd5d7/analyzeResults/47169ada-f7f3-4349-95db-74d8963bf7e6", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "47220f22-a56b-4a75-9c57-3bb9f3765d47" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "69a91cc7-2a08-4311-8e28-ec1b2a4be630" }, "Response" : { - "x-envoy-upstream-service-time" : "20", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "4b86ac85-cddc-4b99-84c2-00df7a46af58", + "apim-request-id" : "b72d31cd-fabd-4f6c-b419-46eb851bee9f", "retry-after" : "0", - "Content-Length" : "9504", + "Content-Length" : "10168", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:31:16Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:22Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"},{\"page\":2,\"language\":\"en\",\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"language\":\"en\",\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]}],\"documentResults\":[{\"docType\":\"custom:form\",\"pageRange\":[1,3],\"fields\":{\"Tax\":{\"type\":\"string\",\"valueString\":\"30.00\",\"text\":\"30.00\",\"page\":1,\"boundingBox\":[5.835,5.125,6.2,5.125,6.2,5.235,5.835,5.235],\"confidence\":1.0},\"FirstPrice\":{\"type\":\"string\",\"valueString\":\"10.99\",\"text\":\"10.99\",\"page\":1,\"boundingBox\":[5.425,3.21,5.78,3.21,5.78,3.3200000000000003,5.425,3.3200000000000003],\"confidence\":1.0},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"567 Main St. Redmond, WA\",\"text\":\"567 Main St. Redmond, WA\",\"page\":1,\"boundingBox\":[0.885,1.845,1.855,1.845,1.855,2.2,0.885,2.2],\"confidence\":1.0},\"CustomerAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane Redmond, WA\",\"text\":\"123 Hobbit Lane Redmond, WA\",\"page\":1,\"boundingBox\":[6.0150000000000006,1.67,7.1000000000000005,1.67,7.1000000000000005,2.0300000000000002,6.0150000000000006,2.0300000000000002],\"confidence\":1.0},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[2.05,6.655,3.04,6.655,3.04,6.8,2.05,6.8],\"confidence\":1.0},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"300.00\",\"text\":\"300.00\",\"page\":1,\"boundingBox\":[6.18,4.905,6.63,4.905,6.63,5.015,6.18,5.015],\"confidence\":1.0},\"MerchantPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[0.885,2.29,1.81,2.29,1.81,2.395,0.885,2.395],\"confidence\":1.0},\"Tip\":{\"type\":\"string\",\"valueString\":\"100.00\",\"text\":\"100.00\",\"page\":1,\"boundingBox\":[5.8100000000000005,5.345,6.26,5.345,6.26,5.455,5.8100000000000005,5.455],\"confidence\":1.0},\"Signature2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[2.07,6.655,3.09,6.655,3.09,6.8,2.07,6.8],\"confidence\":0.16},\"CustomerPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[6.01,2.12,6.9350000000000005,2.12,6.9350000000000005,2.225,6.01,2.225],\"confidence\":1.0},\"Merchant2\":{\"type\":\"string\",\"valueString\":\"Company\",\"text\":\"Company\",\"page\":1,\"boundingBox\":[0.885,1.125,1.62,1.125,1.62,1.28,0.885,1.28],\"confidence\":1.0},\"Total\":{\"type\":\"string\",\"valueString\":\"430.00\",\"text\":\"430.00\",\"page\":1,\"boundingBox\":[5.94,5.565,6.4,5.565,6.4,5.675,5.94,5.675],\"confidence\":1.0},\"FirstItem\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.085,3.21,1.175,3.21,1.175,3.3200000000000003,1.085,3.3200000000000003],\"confidence\":1.0},\"Customer2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[6.0150000000000006,1.45,6.95,1.45,6.95,1.595,6.0150000000000006,1.595],\"confidence\":1.0},\"FirstQuantity\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[3.2600000000000002,3.21,3.3200000000000003,3.21,3.3200000000000003,3.3200000000000003,3.2600000000000002,3.3200000000000003],\"confidence\":1.0},\"Total2\":{\"type\":\"string\",\"valueString\":\"4300.00\",\"text\":\"4300.00\",\"page\":3,\"boundingBox\":[5.94,5.565,6.48,5.565,6.48,5.675,5.94,5.675],\"confidence\":1.0},\"CustomerName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[6.0150000000000006,1.45,6.8950000000000005,1.45,6.8950000000000005,1.595,6.0150000000000006,1.595],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.67,1.125,1.7750000000000001,1.125,1.7750000000000001,1.245,1.67,1.245],\"confidence\":1.0}}}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:31:25 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:17Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"selectionMarks\":[{\"boundingBox\":[0,9.8745,1.1035,9.8745,1.1035,10.9943,0,10.9943],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.4952,1.9659,10.4952,1.9659,10.9978,0,10.9978],\"confidence\":0.8,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0263,1.0499,0.0263,1.0499,1.0117,0,1.0117],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5064,9.9415,8.4985,9.9415,8.4985,11,7.5064,11],\"confidence\":0.553,\"state\":\"unselected\"}]},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"selectionMarks\":[{\"boundingBox\":[0,9.877,1.1039,9.877,1.1039,10.9946,0,10.9946],\"confidence\":0.881,\"state\":\"unselected\"},{\"boundingBox\":[0,10.498,1.9897,10.498,1.9897,10.9975,0,10.9975],\"confidence\":0.833,\"state\":\"unselected\"},{\"boundingBox\":[0,0.0268,1.048,0.0268,1.048,1.0107,0,1.0107],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[6.8221,10.6394,8.4766,10.6394,8.4766,11,6.8221,11],\"confidence\":0.6,\"state\":\"unselected\"},{\"boundingBox\":[7.5061,9.9417,8.4988,9.9417,8.4988,11,7.5061,11],\"confidence\":0.553,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"10.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"2\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"14.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"15.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"1\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"4\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"10.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"6\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"12.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"8\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"22.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]},{\"page\":2,\"tables\":[]},{\"page\":3,\"tables\":[{\"rows\":8,\"columns\":3,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Item\",\"boundingBox\":[1.0037,2.9443,3.1681,2.9443,3.1681,3.1543,1.0037,3.1543]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[3.1681,2.9443,5.3353,2.9443,5.3353,3.1543,3.1681,3.1543]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Price\",\"boundingBox\":[5.3353,2.9443,7.4997,2.9443,7.4997,3.1543,5.3353,3.1543]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"A\",\"boundingBox\":[1.0037,3.1543,3.1681,3.1543,3.1681,3.3643,1.0037,3.3643]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.1543,5.3353,3.1543,5.3353,3.3643,3.1681,3.3643]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"100.99\",\"boundingBox\":[5.3353,3.1543,7.4997,3.1543,7.4997,3.3643,5.3353,3.3643]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"B\",\"boundingBox\":[1.0037,3.3643,3.1681,3.3643,3.1681,3.5776,1.0037,3.5776]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[3.1681,3.3643,5.3353,3.3643,5.3353,3.5776,3.1681,3.5776]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"140.67\",\"boundingBox\":[5.3353,3.3643,7.4997,3.3643,7.4997,3.5776,5.3353,3.5776]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"C\",\"boundingBox\":[1.0037,3.5776,3.1681,3.5776,3.1681,3.7876,1.0037,3.7876]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.5776,5.3353,3.5776,5.3353,3.7876,3.1681,3.7876]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"150.66\",\"boundingBox\":[5.3353,3.5776,7.4997,3.5776,7.4997,3.7876,5.3353,3.7876]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"D\",\"boundingBox\":[1.0037,3.7876,3.1681,3.7876,3.1681,3.9976,1.0037,3.9976]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"10\",\"boundingBox\":[3.1681,3.7876,5.3353,3.7876,5.3353,3.9976,3.1681,3.9976]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,3.7876,7.4997,3.7876,7.4997,3.9976,5.3353,3.9976]},{\"rowIndex\":5,\"columnIndex\":0,\"text\":\"E\",\"boundingBox\":[1.0037,3.9976,3.1681,3.9976,3.1681,4.2081,1.0037,4.2081]},{\"rowIndex\":5,\"columnIndex\":1,\"text\":\"40\",\"boundingBox\":[3.1681,3.9976,5.3353,3.9976,5.3353,4.2081,3.1681,4.2081]},{\"rowIndex\":5,\"columnIndex\":2,\"text\":\"100.00\",\"boundingBox\":[5.3353,3.9976,7.4997,3.9976,7.4997,4.2081,5.3353,4.2081]},{\"rowIndex\":6,\"columnIndex\":0,\"text\":\"F\",\"boundingBox\":[1.0037,4.2081,3.1681,4.2081,3.1681,4.4181,1.0037,4.4181]},{\"rowIndex\":6,\"columnIndex\":1,\"text\":\"60\",\"boundingBox\":[3.1681,4.2081,5.3353,4.2081,5.3353,4.4181,3.1681,4.4181]},{\"rowIndex\":6,\"columnIndex\":2,\"text\":\"120.00\",\"boundingBox\":[5.3353,4.2081,7.4997,4.2081,7.4997,4.4181,5.3353,4.4181]},{\"rowIndex\":7,\"columnIndex\":0,\"text\":\"G\",\"boundingBox\":[1.0037,4.4181,3.1681,4.4181,3.1681,4.6281,1.0037,4.6281]},{\"rowIndex\":7,\"columnIndex\":1,\"text\":\"80\",\"boundingBox\":[3.1681,4.4181,5.3353,4.4181,5.3353,4.6281,3.1681,4.6281]},{\"rowIndex\":7,\"columnIndex\":2,\"text\":\"220.00\",\"boundingBox\":[5.3353,4.4181,7.4997,4.4181,7.4997,4.6281,5.3353,4.6281]}]}]}],\"documentResults\":[{\"docType\":\"custom:8f256d5a-8ee8-4e10-aedd-26d236efd5d7\",\"modelId\":\"8f256d5a-8ee8-4e10-aedd-26d236efd5d7\",\"pageRange\":[1,3],\"fields\":{\"MerchantPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[0.885,2.29,1.81,2.29,1.81,2.395,0.885,2.395],\"confidence\":1.0},\"Merchant\":{\"type\":\"string\",\"valueString\":\"B\",\"text\":\"B\",\"page\":3,\"boundingBox\":[1.685,1.125,1.765,1.125,1.765,1.245,1.685,1.245],\"confidence\":0.5},\"Tax\":{\"type\":\"string\",\"valueString\":\"30.00\",\"text\":\"30.00\",\"page\":1,\"boundingBox\":[5.835,5.125,6.2,5.125,6.2,5.235,5.835,5.235],\"confidence\":1.0},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"567 Main St. Redmond, WA\",\"text\":\"567 Main St. Redmond, WA\",\"page\":1,\"boundingBox\":[0.885,1.845,1.855,1.845,1.855,2.2,0.885,2.2],\"confidence\":1.0},\"CustomerPhoneNumber\":{\"type\":\"string\",\"valueString\":\"555-555-5555\",\"text\":\"555-555-5555\",\"page\":1,\"boundingBox\":[6.01,2.12,6.935,2.12,6.935,2.225,6.01,2.225],\"confidence\":1.0},\"FirstItem\":{\"type\":\"string\",\"valueString\":\"A\",\"text\":\"A\",\"page\":1,\"boundingBox\":[1.085,3.21,1.175,3.21,1.175,3.32,1.085,3.32],\"confidence\":1.0},\"Signature\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[2.05,6.655,3.04,6.655,3.04,6.8,2.05,6.8],\"confidence\":0.952},\"CustomerName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"page\":1,\"boundingBox\":[6.015,1.45,6.895,1.45,6.895,1.595,6.015,1.595],\"confidence\":0.971},\"Customer2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[6.015,1.45,6.95,1.45,6.95,1.595,6.015,1.595],\"confidence\":0.971},\"Merchant2\":{\"type\":\"string\",\"valueString\":\"Company\",\"text\":\"Company\",\"page\":3,\"boundingBox\":[0.885,1.125,1.62,1.125,1.62,1.28,0.885,1.28],\"confidence\":1.0},\"FirstPrice\":{\"type\":\"string\",\"valueString\":\"10.99\",\"text\":\"10.99\",\"page\":1,\"boundingBox\":[5.425,3.21,5.78,3.21,5.78,3.32,5.425,3.32],\"confidence\":1.0},\"Total\":{\"type\":\"string\",\"valueString\":\"430.00\",\"text\":\"430.00\",\"page\":1,\"boundingBox\":[5.94,5.565,6.4,5.565,6.4,5.675,5.94,5.675],\"confidence\":1.0},\"CustomerAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane Redmond, WA\",\"text\":\"123 Hobbit Lane Redmond, WA\",\"page\":1,\"boundingBox\":[6.015,1.67,7.1,1.67,7.1,2.03,6.015,2.03],\"confidence\":1.0},\"Tip\":{\"type\":\"string\",\"valueString\":\"100.00\",\"text\":\"100.00\",\"page\":1,\"boundingBox\":[5.81,5.345,6.26,5.345,6.26,5.455,5.81,5.455],\"confidence\":1.0},\"FirstQuantity\":{\"type\":\"string\",\"valueString\":\"1\",\"text\":\"1\",\"page\":1,\"boundingBox\":[3.26,3.21,3.32,3.21,3.32,3.32,3.26,3.32],\"confidence\":1.0},\"Total2\":{\"type\":\"string\",\"valueString\":\"4300.00\",\"text\":\"4300.00\",\"page\":3,\"boundingBox\":[5.94,5.565,6.48,5.565,6.48,5.675,5.94,5.675],\"confidence\":1.0},\"Subtotal\":{\"type\":\"string\",\"valueString\":\"300.00\",\"text\":\"300.00\",\"page\":1,\"boundingBox\":[6.18,4.905,6.63,4.905,6.63,5.015,6.18,5.015],\"confidence\":1.0},\"Signature2\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"page\":3,\"boundingBox\":[2.07,6.655,3.09,6.655,3.09,6.8,2.07,6.8],\"confidence\":0.676}},\"docTypeConfidence\":1.0}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:21 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlMultiPageUnlabeled.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlMultiPageUnlabeled.json index 6cb1c96fe3751..10813459d5a1a 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlMultiPageUnlabeled.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlMultiPageUnlabeled.json @@ -1,204 +1,184 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8f9dd698-b69e-4b8f-bca5-834e103382da", + "x-ms-client-request-id" : "02da5ac9-1804-464c-9da1-0627599c8310", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "79", + "x-envoy-upstream-service-time" : "141", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "43eefbdb-2972-41b5-8fad-b9c3d7ebc9ec", + "apim-request-id" : "59200ead-7df7-4b60-ba17-e43b168dfd10", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:34:16 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0bc8eac7-70e5-4427-af81-9873e295e9ac" + "Date" : "Thu, 06 Aug 2020 22:35:21 GMT", + "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/0bc8eac7-70e5-4427-af81-9873e295e9ac?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e0868b51-5191-4396-ab68-0378f53b7401" + "x-ms-client-request-id" : "1b4686af-8c63-4719-9153-f777f0caa662" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "26", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "78741973-4fc0-4390-bf9f-d9d17e1759d3", + "apim-request-id" : "52370ded-da3a-4b43-9c94-141e4fde3349", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"0bc8eac7-70e5-4427-af81-9873e295e9ac\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:34:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:17Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:34:21 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:22Z\"}}", + "Date" : "Thu, 06 Aug 2020 22:35:26 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/0bc8eac7-70e5-4427-af81-9873e295e9ac?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "63c7ed5b-3494-45ee-991a-3e84bcc89569" + "x-ms-client-request-id" : "8b1f340b-22ea-4b84-a12f-d4f0e705e9b9" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "43", + "x-envoy-upstream-service-time" : "44", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "117d870d-b9ab-42ae-a502-f708993bfb85", + "apim-request-id" : "13af77dd-eebf-40d1-b5dd-0c33e1bf7c6a", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"0bc8eac7-70e5-4427-af81-9873e295e9ac\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:34:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:17Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:34:26 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:22Z\"}}", + "Date" : "Thu, 06 Aug 2020 22:35:31 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/0bc8eac7-70e5-4427-af81-9873e295e9ac?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "b510025d-f676-47f6-8cae-e252c6802e9a" + "x-ms-client-request-id" : "c72358d6-ab28-4769-a1fb-9f40ec786e99" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "51", + "x-envoy-upstream-service-time" : "29", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "d969a42c-62ed-44f7-9552-96089df7b5a7", + "apim-request-id" : "615d1908-a1cb-4349-8812-3902bbe71023", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"0bc8eac7-70e5-4427-af81-9873e295e9ac\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:34:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:17Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:34:32 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:35Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Thu, 06 Aug 2020 22:35:37 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/0bc8eac7-70e5-4427-af81-9873e295e9ac?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800?includeKeys=true", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "26667516-7593-4f4c-89c9-9fbe7de4b80e" + "x-ms-client-request-id" : "1c2f4797-31e8-4b1c-a34f-851f1b35710f" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "25", + "x-envoy-upstream-service-time" : "47", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "7c02f30f-7145-4b86-a645-a21d6d0870c7", + "apim-request-id" : "f01fdecb-e2aa-4c3f-8d33-9c9af8729bbd", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"0bc8eac7-70e5-4427-af81-9873e295e9ac\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:32Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:34:37 GMT", - "Content-Type" : "application/json; charset=utf-8" - }, - "Exception" : null - }, { - "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/0bc8eac7-70e5-4427-af81-9873e295e9ac?includeKeys=true", - "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "67b1d0d4-b37f-4063-bf8b-5b3c1ea5bb18" - }, - "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "27", - "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", - "x-content-type-options" : "nosniff", - "apim-request-id" : "868fc552-25a4-4807-8e65-debac7ddbd4b", - "retry-after" : "0", - "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"0bc8eac7-70e5-4427-af81-9873e295e9ac\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:34:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:32Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:34:37 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"d1ac814c-6d01-4ffe-9dbd-31845ad49800\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:35:22Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:35:35Z\"},\"keys\":{\"clusters\":{\"0\":[\"Address:\",\"Invoice For:\",\"Item\",\"Price\",\"Quantity\",\"Redmond, WA\",\"Signature:\",\"Subtotal:\",\"Tax:\",\"Tip:\",\"Total:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"multipage_invoice1.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice2.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice3.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice4.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"multipage_invoice5.pdf\",\"pages\":3,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Thu, 06 Aug 2020 22:35:37 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/0bc8eac7-70e5-4427-af81-9873e295e9ac/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800/analyze?includeTextDetails=false", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "843567c6-b66d-44ba-a8ff-11990068ff7f", - "Content-Type" : "application/json" + "x-ms-client-request-id" : "3be489c7-9a77-410f-b83f-d8663c1ab23d", + "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "102", + "x-envoy-upstream-service-time" : "5120", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ab891373-d8a1-4b65-8a16-10e7f0b888d9", + "apim-request-id" : "72ad73c4-a65d-4600-8232-e1eaff4009bc", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/0bc8eac7-70e5-4427-af81-9873e295e9ac/analyzeresults/e0637413-b408-4a35-b2f3-1748670b7502", - "Date" : "Thu, 06 Aug 2020 22:34:37 GMT" + "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800/analyzeresults/2a83757f-aab0-4179-9a85-af8139cabb7e", + "Date" : "Thu, 06 Aug 2020 22:35:43 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/0bc8eac7-70e5-4427-af81-9873e295e9ac/analyzeResults/e0637413-b408-4a35-b2f3-1748670b7502", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800/analyzeResults/2a83757f-aab0-4179-9a85-af8139cabb7e", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a41a2705-1db1-4fe6-8f56-49347c1e6eb6" + "x-ms-client-request-id" : "28b01386-c45c-44fe-ad01-f725a43f2d70" }, "Response" : { - "x-envoy-upstream-service-time" : "41", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "06f6ceb8-f531-47f6-9685-7418669a14d9", + "apim-request-id" : "eba69255-8315-4c95-b87c-8f2f2ad494f5", "retry-after" : "0", "Content-Length" : "134", "StatusCode" : "200", - "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-08-06T22:34:38Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:34:39Z\", \"analyzeResult\": null}", - "Date" : "Thu, 06 Aug 2020 22:34:42 GMT", + "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-08-06T22:35:44Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:35:44Z\", \"analyzeResult\": null}", + "Date" : "Thu, 06 Aug 2020 22:35:48 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/0bc8eac7-70e5-4427-af81-9873e295e9ac/analyzeResults/e0637413-b408-4a35-b2f3-1748670b7502", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800/analyzeResults/2a83757f-aab0-4179-9a85-af8139cabb7e", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8e55ffc0-a0d9-4e72-9e54-e1843f2f4bed" + "x-ms-client-request-id" : "5546db5d-3cab-4502-aa2a-b0fb013880ba" }, "Response" : { - "x-envoy-upstream-service-time" : "27", + "x-envoy-upstream-service-time" : "31", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "3bc3ee5e-830e-4b43-be79-75a42be2721f", + "apim-request-id" : "a4f174fb-6733-4449-be4a-a9f55315bcfe", "retry-after" : "0", "Content-Length" : "17652", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:34:38Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:34:44Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 2, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 3, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Bilbo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [6.1722, 4.8861, 6.6361, 4.8861, 6.6361, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"30.00\", \"boundingBox\": [5.8292, 5.1069, 6.2069, 5.1069, 6.2069, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"100.00\", \"boundingBox\": [5.7986, 5.3264, 6.2639, 5.3264, 6.2639, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"430.00\", \"boundingBox\": [5.9389, 5.5472, 6.4028, 5.5472, 6.4028, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Bilbo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8333, 6.6431, 3.8333, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company A Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3875, 1.1014, 2.3875, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.3292, 3.1931, 3.3292, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.7875, 3.1931, 5.7875, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"2\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.3292, 3.4056, 3.3292, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"14.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.7861, 3.4056, 5.7861, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.3292, 3.6167, 3.3292, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"15.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.7861, 3.6167, 5.7861, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.3292, 3.8264, 3.3292, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.7861, 3.8264, 5.7861, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.3292, 4.0361, 3.3292, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.7875, 4.0361, 5.7875, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.3292, 4.2458, 3.3292, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.7861, 4.2458, 5.7861, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"8\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.3292, 4.4569, 3.3292, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"22.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.7875, 4.4569, 5.7875, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}, {\"page\": 2, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}, {\"page\": 3, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Frodo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"3000.00\", \"boundingBox\": [6.1722, 4.8861, 6.7208, 4.8861, 6.7208, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [5.8292, 5.1069, 6.2931, 5.1069, 6.2931, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"1000.00\", \"boundingBox\": [5.7986, 5.3264, 6.3472, 5.3264, 6.3472, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"4300.00\", \"boundingBox\": [5.9389, 5.5472, 6.4875, 5.5472, 6.4875, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Frodo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8833, 6.6431, 3.8833, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company B Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3833, 1.1014, 2.3833, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.4125, 3.1931, 3.4125, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.8708, 3.1931, 5.8708, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.4125, 3.4056, 3.4125, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"140.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.8694, 3.4056, 5.8694, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.4125, 3.6167, 3.4125, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"150.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.8694, 3.6167, 5.8694, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.4125, 3.8264, 3.4125, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.8694, 3.8264, 5.8694, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.4125, 4.0361, 3.4125, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.8708, 4.0361, 5.8708, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"60\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.4125, 4.2458, 3.4125, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.8694, 4.2458, 5.8694, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"80\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.4125, 4.4569, 3.4125, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"220.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.8708, 4.4569, 5.8708, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:34:48 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:35:44Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:35:50Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 2, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 3, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Bilbo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [6.1722, 4.8861, 6.6361, 4.8861, 6.6361, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"30.00\", \"boundingBox\": [5.8292, 5.1069, 6.2069, 5.1069, 6.2069, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"100.00\", \"boundingBox\": [5.7986, 5.3264, 6.2639, 5.3264, 6.2639, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"430.00\", \"boundingBox\": [5.9389, 5.5472, 6.4028, 5.5472, 6.4028, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Bilbo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8333, 6.6431, 3.8333, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company A Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3875, 1.1014, 2.3875, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.3292, 3.1931, 3.3292, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.7875, 3.1931, 5.7875, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"2\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.3292, 3.4056, 3.3292, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"14.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.7861, 3.4056, 5.7861, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.3292, 3.6167, 3.3292, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"15.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.7861, 3.6167, 5.7861, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.3292, 3.8264, 3.3292, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.7861, 3.8264, 5.7861, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.3292, 4.0361, 3.3292, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.7875, 4.0361, 5.7875, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.3292, 4.2458, 3.3292, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.7861, 4.2458, 5.7861, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"8\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.3292, 4.4569, 3.3292, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"22.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.7875, 4.4569, 5.7875, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}, {\"page\": 2, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}, {\"page\": 3, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Frodo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"3000.00\", \"boundingBox\": [6.1722, 4.8861, 6.7208, 4.8861, 6.7208, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [5.8292, 5.1069, 6.2931, 5.1069, 6.2931, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"1000.00\", \"boundingBox\": [5.7986, 5.3264, 6.3472, 5.3264, 6.3472, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"4300.00\", \"boundingBox\": [5.9389, 5.5472, 6.4875, 5.5472, 6.4875, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Frodo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8833, 6.6431, 3.8833, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company B Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3833, 1.1014, 2.3833, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.4125, 3.1931, 3.4125, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.8708, 3.1931, 5.8708, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.4125, 3.4056, 3.4125, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"140.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.8694, 3.4056, 5.8694, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.4125, 3.6167, 3.4125, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"150.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.8694, 3.6167, 5.8694, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.4125, 3.8264, 3.4125, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.8694, 3.8264, 5.8694, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.4125, 4.0361, 3.4125, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.8708, 4.0361, 5.8708, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"60\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.4125, 4.2458, 3.4125, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.8694, 4.2458, 5.8694, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"80\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.4125, 4.4569, 3.4125, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"220.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.8708, 4.4569, 5.8708, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Thu, 06 Aug 2020 22:35:53 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/0bc8eac7-70e5-4427-af81-9873e295e9ac/analyzeResults/e0637413-b408-4a35-b2f3-1748670b7502", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/d1ac814c-6d01-4ffe-9dbd-31845ad49800/analyzeResults/2a83757f-aab0-4179-9a85-af8139cabb7e", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "9c7c9f71-96bf-4b3c-a072-f5901923c874" + "x-ms-client-request-id" : "e4c27360-1116-4774-9f82-c8234cb3bc45" }, "Response" : { "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "aecb5ed7-8dad-4c7c-9fd1-f21b2770f31b", + "apim-request-id" : "ef1d95dc-f395-4c40-a425-6fd76f958635", "retry-after" : "0", "Content-Length" : "17652", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:34:38Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:34:44Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 2, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 3, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Bilbo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [6.1722, 4.8861, 6.6361, 4.8861, 6.6361, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"30.00\", \"boundingBox\": [5.8292, 5.1069, 6.2069, 5.1069, 6.2069, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"100.00\", \"boundingBox\": [5.7986, 5.3264, 6.2639, 5.3264, 6.2639, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"430.00\", \"boundingBox\": [5.9389, 5.5472, 6.4028, 5.5472, 6.4028, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Bilbo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8333, 6.6431, 3.8333, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company A Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3875, 1.1014, 2.3875, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.3292, 3.1931, 3.3292, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.7875, 3.1931, 5.7875, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"2\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.3292, 3.4056, 3.3292, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"14.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.7861, 3.4056, 5.7861, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.3292, 3.6167, 3.3292, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"15.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.7861, 3.6167, 5.7861, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.3292, 3.8264, 3.3292, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.7861, 3.8264, 5.7861, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.3292, 4.0361, 3.3292, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.7875, 4.0361, 5.7875, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.3292, 4.2458, 3.3292, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.7861, 4.2458, 5.7861, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"8\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.3292, 4.4569, 3.3292, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"22.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.7875, 4.4569, 5.7875, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}, {\"page\": 2, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}, {\"page\": 3, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Frodo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"3000.00\", \"boundingBox\": [6.1722, 4.8861, 6.7208, 4.8861, 6.7208, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [5.8292, 5.1069, 6.2931, 5.1069, 6.2931, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"1000.00\", \"boundingBox\": [5.7986, 5.3264, 6.3472, 5.3264, 6.3472, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"4300.00\", \"boundingBox\": [5.9389, 5.5472, 6.4875, 5.5472, 6.4875, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Frodo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8833, 6.6431, 3.8833, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company B Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3833, 1.1014, 2.3833, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.4125, 3.1931, 3.4125, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.8708, 3.1931, 5.8708, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.4125, 3.4056, 3.4125, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"140.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.8694, 3.4056, 5.8694, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.4125, 3.6167, 3.4125, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"150.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.8694, 3.6167, 5.8694, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.4125, 3.8264, 3.4125, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.8694, 3.8264, 5.8694, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.4125, 4.0361, 3.4125, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.8708, 4.0361, 5.8708, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"60\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.4125, 4.2458, 3.4125, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.8694, 4.2458, 5.8694, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"80\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.4125, 4.4569, 3.4125, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"220.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.8708, 4.4569, 5.8708, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:34:48 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:35:44Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:35:50Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 2, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}, {\"page\": 3, \"angle\": 0, \"width\": 8.5, \"height\": 11.0, \"unit\": \"inch\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Bilbo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [6.1722, 4.8861, 6.6361, 4.8861, 6.6361, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"30.00\", \"boundingBox\": [5.8292, 5.1069, 6.2069, 5.1069, 6.2069, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"100.00\", \"boundingBox\": [5.7986, 5.3264, 6.2639, 5.3264, 6.2639, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"430.00\", \"boundingBox\": [5.9389, 5.5472, 6.4028, 5.5472, 6.4028, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Bilbo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8333, 6.6431, 3.8333, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company A Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3875, 1.1014, 2.3875, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.3292, 3.1931, 3.3292, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.7875, 3.1931, 5.7875, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"2\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.3292, 3.4056, 3.3292, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"14.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.7861, 3.4056, 5.7861, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.3292, 3.6167, 3.3292, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"15.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.7861, 3.6167, 5.7861, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.3292, 3.8264, 3.3292, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.7861, 3.8264, 5.7861, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"4\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.3292, 4.0361, 3.3292, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.7875, 4.0361, 5.7875, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"6\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.3292, 4.2458, 3.3292, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"12.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.7861, 4.2458, 5.7861, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"8\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.3292, 4.4569, 3.3292, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"22.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.7875, 4.4569, 5.7875, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}, {\"page\": 2, \"keyValuePairs\": [], \"tables\": [], \"clusterId\": null}, {\"page\": 3, \"keyValuePairs\": [{\"key\": {\"text\": \"Invoice For:\", \"boundingBox\": [6.0028, 1.0431, 7.0528, 1.0431, 7.0528, 1.2667, 6.0028, 1.2667], \"elements\": null}, \"value\": {\"text\": \"Frodo Baggins 123 Hobbit Lane\", \"boundingBox\": [6.0028, 1.4389, 7.1083, 1.4389, 7.1083, 1.8264, 6.0028, 1.8264], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [0.8764, 1.4681, 1.5778, 1.4681, 1.5778, 1.6625, 0.8764, 1.6625], \"elements\": null}, \"value\": {\"text\": \"567 Main St.\", \"boundingBox\": [0.8764, 1.8292, 1.725, 1.8292, 1.725, 1.9958, 0.8764, 1.9958], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [6.0028, 1.8792, 6.9819, 1.8792, 6.9819, 2.0458, 6.0028, 2.0458], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [6.0028, 2.0986, 6.9472, 2.0986, 6.9472, 2.2653, 6.0028, 2.2653], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Redmond, WA\", \"boundingBox\": [0.8764, 2.0486, 1.8569, 2.0486, 1.8569, 2.2153, 0.8764, 2.2153], \"elements\": null}, \"value\": {\"text\": \"555-555-5555\", \"boundingBox\": [0.8764, 2.2694, 1.8222, 2.2694, 1.8222, 2.4361, 0.8764, 2.4361], \"elements\": null}, \"confidence\": 0.29}, {\"key\": {\"text\": \"Subtotal:\", \"boundingBox\": [5.5028, 4.8861, 6.1347, 4.8861, 6.1347, 5.0528, 5.5028, 5.0528], \"elements\": null}, \"value\": {\"text\": \"3000.00\", \"boundingBox\": [6.1722, 4.8861, 6.7208, 4.8861, 6.7208, 5.0528, 6.1722, 5.0528], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tax:\", \"boundingBox\": [5.5028, 5.1069, 5.7917, 5.1069, 5.7917, 5.2736, 5.5028, 5.2736], \"elements\": null}, \"value\": {\"text\": \"300.00\", \"boundingBox\": [5.8292, 5.1069, 6.2931, 5.1069, 6.2931, 5.2736, 5.8292, 5.2736], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Tip:\", \"boundingBox\": [5.5028, 5.3264, 5.7611, 5.3264, 5.7611, 5.4931, 5.5028, 5.4931], \"elements\": null}, \"value\": {\"text\": \"1000.00\", \"boundingBox\": [5.7986, 5.3264, 6.3472, 5.3264, 6.3472, 5.4931, 5.7986, 5.4931], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Total:\", \"boundingBox\": [5.5028, 5.5472, 5.9014, 5.5472, 5.9014, 5.7139, 5.5028, 5.7139], \"elements\": null}, \"value\": {\"text\": \"4300.00\", \"boundingBox\": [5.9389, 5.5472, 6.4875, 5.5472, 6.4875, 5.7139, 5.9389, 5.7139], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Signature:\", \"boundingBox\": [1.0, 6.6431, 1.7083, 6.6431, 1.7083, 6.8097, 1.0, 6.8097], \"elements\": null}, \"value\": {\"text\": \"____Frodo Baggins__________\", \"boundingBox\": [1.7472, 6.6431, 3.8833, 6.6431, 3.8833, 6.8097, 1.7472, 6.8097], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Company B Invoice\", \"boundingBox\": [0.8764, 1.1014, 2.3833, 1.1014, 2.3833, 1.2958, 0.8764, 1.2958], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 8, \"columns\": 3, \"cells\": [{\"text\": \"Item\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [1.0806, 2.9833, 1.3958, 2.9833, 1.3958, 3.15, 1.0806, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [3.2444, 2.9833, 3.8389, 2.9833, 3.8389, 3.15, 3.2444, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [5.4083, 2.9833, 5.7458, 2.9833, 5.7458, 3.15, 5.4083, 3.15], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"A\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.1931, 1.1764, 3.1931, 1.1764, 3.3597, 1.0806, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.1931, 3.4125, 3.1931, 3.4125, 3.3597, 3.2444, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.99\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.1931, 5.8708, 3.1931, 5.8708, 3.3597, 5.4083, 3.3597], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"B\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.4056, 1.1708, 3.4056, 1.1708, 3.5722, 1.0806, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.4056, 3.4125, 3.4056, 3.4125, 3.5722, 3.2444, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"140.67\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.4056, 5.8694, 3.4056, 5.8694, 3.5722, 5.4083, 3.5722], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"C\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.6167, 1.1694, 3.6167, 1.1694, 3.7833, 1.0806, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.6167, 3.4125, 3.6167, 3.4125, 3.7833, 3.2444, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"150.66\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.6167, 5.8694, 3.6167, 5.8694, 3.7833, 5.4083, 3.7833], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"D\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [1.0806, 3.8264, 1.1833, 3.8264, 1.1833, 3.9931, 1.0806, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"10\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [3.2444, 3.8264, 3.4125, 3.8264, 3.4125, 3.9931, 3.2444, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [5.4083, 3.8264, 5.8694, 3.8264, 5.8694, 3.9931, 5.4083, 3.9931], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"E\", \"rowIndex\": 5, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.0361, 1.1611, 4.0361, 1.1611, 4.2028, 1.0806, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"40\", \"rowIndex\": 5, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.0361, 3.4125, 4.0361, 3.4125, 4.2028, 3.2444, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 5, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.0361, 5.8708, 4.0361, 5.8708, 4.2028, 5.4083, 4.2028], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"F\", \"rowIndex\": 6, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.2458, 1.1569, 4.2458, 1.1569, 4.4125, 1.0806, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"60\", \"rowIndex\": 6, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.2458, 3.4125, 4.2458, 3.4125, 4.4125, 3.2444, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"120.00\", \"rowIndex\": 6, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.2458, 5.8694, 4.2458, 5.8694, 4.4125, 5.4083, 4.4125], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"G\", \"rowIndex\": 7, \"columnIndex\": 0, \"boundingBox\": [1.0806, 4.4569, 1.1861, 4.4569, 1.1861, 4.6236, 1.0806, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"80\", \"rowIndex\": 7, \"columnIndex\": 1, \"boundingBox\": [3.2444, 4.4569, 3.4125, 4.4569, 3.4125, 4.6236, 3.2444, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"220.00\", \"rowIndex\": 7, \"columnIndex\": 2, \"boundingBox\": [5.4083, 4.4569, 5.8708, 4.4569, 5.8708, 4.6236, 5.4083, 4.6236], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Thu, 06 Aug 2020 22:35:54 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null } ], "variables" : [ ] -} \ No newline at end of file +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlNonExistModelId.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlNonExistModelId.json index e3dfb07a1ca08..73450fad24f2d 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlNonExistModelId.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlNonExistModelId.json @@ -1,22 +1,22 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/00000000-0000-0000-0000-000000000000/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/00000000-0000-0000-0000-000000000000/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "1bb74630-2fa0-46cc-a0e5-84afe5d0705b", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "4dcaf073-1d11-413f-9ea6-6ad87a1b4572", "Content-Type" : "application/json" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "25", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "cfa4662f-0f10-4a19-a5cb-3af9f09f788f", + "apim-request-id" : "f015e969-f6de-46c2-a5e4-162fcafa1146", "retry-after" : "0", "StatusCode" : "400", "Body" : "{\"error\":{\"code\":\"1001\",\"message\":\"Specified model not found or not ready, Model Id: 00000000-0000-0000-0000-000000000000\"}}", - "Date" : "Thu, 06 Aug 2020 22:30:53 GMT", + "Date" : "Wed, 16 Sep 2020 00:52:21 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlUnlabeledData.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlUnlabeledData.json index f8c735006e9ab..2e2f07c251530 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlUnlabeledData.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlUnlabeledData.json @@ -1,141 +1,181 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "cfb43b52-4a59-4ce1-a0a3-858242ea8faa", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f4e6ffe8-6f8c-455f-b75e-8130b7032d8a", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "224", + "x-envoy-upstream-service-time" : "169", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "3c391ffc-9929-40ab-800a-8ed588d1af7b", + "apim-request-id" : "416b4833-97b2-4bd0-84d4-fe839c51c77f", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:38:16 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b66a264d-1241-4f54-952d-f9085e6cf729" + "Date" : "Wed, 16 Sep 2020 00:53:31 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/763de77d-5f40-4493-8172-68ad6db23802" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b66a264d-1241-4f54-952d-f9085e6cf729?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/763de77d-5f40-4493-8172-68ad6db23802?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e76e9a22-13d0-40c4-8f5b-a3018809db86" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ea53e919-f283-4ef4-bc17-7e0c42e8122a" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "24", + "x-envoy-upstream-service-time" : "20", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "052c12c2-49ec-4bbe-af2e-e5e2bd10f7c6", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"763de77d-5f40-4493-8172-68ad6db23802\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:53:32Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:32Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:53:36 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/763de77d-5f40-4493-8172-68ad6db23802?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "16da8ac6-a970-468a-bc7c-4e6054b6f051" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "0234661d-cd7c-4369-84dc-0d878fe6dfa0", + "apim-request-id" : "5abc4f29-328c-4f0a-93b1-150066c1d7cc", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"b66a264d-1241-4f54-952d-f9085e6cf729\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:38:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:17Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:38:21 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"763de77d-5f40-4493-8172-68ad6db23802\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:53:32Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:32Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:53:42 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b66a264d-1241-4f54-952d-f9085e6cf729?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/763de77d-5f40-4493-8172-68ad6db23802?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "882b1304-430e-4e8b-8236-31b52a6a8a4a" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "6e19b86f-37bd-405e-82f4-52c915198955" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "35", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "33bc101d-18fb-46b1-a5ed-51a11e09119b", + "apim-request-id" : "10d1bcbe-b93a-4065-86d6-75e0bd3b939e", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"b66a264d-1241-4f54-952d-f9085e6cf729\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:25Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:38:27 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"763de77d-5f40-4493-8172-68ad6db23802\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:32Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:46Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:53:47 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b66a264d-1241-4f54-952d-f9085e6cf729?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/763de77d-5f40-4493-8172-68ad6db23802?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "60de8eee-7e3c-4113-a209-125bab59e40a" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2e5e2378-d6f7-4dbb-b7cf-50dbbf412e3d" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "23", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "38788cab-50f3-4c81-b4cf-f9d62c9aa2aa", + "apim-request-id" : "0f9bf9e4-c725-4c6a-ae9d-93be287e018d", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"b66a264d-1241-4f54-952d-f9085e6cf729\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:38:17Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:38:25Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:38:27 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"763de77d-5f40-4493-8172-68ad6db23802\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:53:32Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:53:46Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:53:48 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b66a264d-1241-4f54-952d-f9085e6cf729/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/763de77d-5f40-4493-8172-68ad6db23802/analyze?includeTextDetails=false", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e26bc9a8-2384-4a4a-a788-13c31f1cbb42", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e9697ed7-ad99-4828-a0d1-510214f98f08", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "72", + "x-envoy-upstream-service-time" : "68", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "fdbdfba3-eeee-49eb-bfb5-3037cdd4c482", + "apim-request-id" : "75637512-3d4b-4e27-bea8-b03b4645ce01", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b66a264d-1241-4f54-952d-f9085e6cf729/analyzeresults/0deecfc8-ecdf-484e-b949-a7f158d67d62", - "Date" : "Thu, 06 Aug 2020 22:38:27 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/763de77d-5f40-4493-8172-68ad6db23802/analyzeresults/f54b8c7f-f846-4000-be89-38f7eae92b64", + "Date" : "Wed, 16 Sep 2020 00:53:48 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b66a264d-1241-4f54-952d-f9085e6cf729/analyzeResults/0deecfc8-ecdf-484e-b949-a7f158d67d62", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/763de77d-5f40-4493-8172-68ad6db23802/analyzeResults/f54b8c7f-f846-4000-be89-38f7eae92b64", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "9acd93c8-8cb3-4710-9b66-f43e17bc05f4" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "97fb99fc-c9e4-4386-9ba0-e3819ccdc493" }, "Response" : { - "x-envoy-upstream-service-time" : "20", + "x-envoy-upstream-service-time" : "17", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "8e28f3ba-caff-4306-bcf0-eb175de02d15", + "retry-after" : "0", + "Content-Length" : "134", + "StatusCode" : "200", + "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-09-16T00:53:48Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:53:49Z\", \"analyzeResult\": null}", + "Date" : "Wed, 16 Sep 2020 00:53:53 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/763de77d-5f40-4493-8172-68ad6db23802/analyzeResults/f54b8c7f-f846-4000-be89-38f7eae92b64", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "43a9dfb4-8c56-4916-b026-7e436e7b8b76" + }, + "Response" : { + "x-envoy-upstream-service-time" : "17", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "c08ae7a3-40d2-4576-a767-5b7f21dd3112", + "apim-request-id" : "412911f4-62d2-484f-903d-b0c353e90b0d", "retry-after" : "0", - "Content-Length" : "11800", + "Content-Length" : "10045", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:38:28Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:38:32Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0.16, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Hero Limited\", \"boundingBox\": [620.0, 203.0, 1078.0, 203.0, 1078.0, 271.0, 620.0, 271.0], \"elements\": null}, \"value\": {\"text\": \"\", \"boundingBox\": null, \"elements\": null}, \"confidence\": 0.5}, {\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [167.0, 351.0, 365.0, 351.0, 365.0, 381.0, 167.0, 381.0], \"elements\": null}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [371.0, 351.0, 528.0, 351.0, 528.0, 381.0, 371.0, 381.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 392.0, 271.0, 392.0, 271.0, 420.0, 167.0, 420.0], \"elements\": null}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [277.0, 392.0, 530.0, 392.0, 530.0, 420.0, 277.0, 420.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 418.0, 1161.0, 418.0, 1161.0, 451.0, 1025.0, 451.0], \"elements\": null}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1168.0, 418.0, 1319.0, 418.0, 1319.0, 451.0, 1168.0, 451.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [167.0, 431.0, 240.0, 431.0, 240.0, 458.0, 167.0, 458.0], \"elements\": null}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [168.0, 480.0, 476.0, 480.0, 476.0, 505.0, 168.0, 505.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1027.0, 460.0, 1275.0, 460.0, 1275.0, 491.0, 1027.0, 491.0], \"elements\": null}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1282.0, 460.0, 1376.0, 460.0, 1376.0, 491.0, 1282.0, 491.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [162.0, 610.0, 346.0, 610.0, 346.0, 640.0, 162.0, 640.0], \"elements\": null}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [352.0, 610.0, 519.0, 610.0, 519.0, 640.0, 352.0, 640.0], \"elements\": null}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [162.0, 646.0, 373.0, 646.0, 373.0, 678.0, 162.0, 678.0], \"elements\": null}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [379.0, 646.0, 628.0, 646.0, 628.0, 678.0, 379.0, 678.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [162.0, 684.0, 272.0, 684.0, 272.0, 715.0, 162.0, 715.0], \"elements\": null}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [279.0, 684.0, 569.0, 684.0, 569.0, 752.0, 279.0, 752.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [615.0, 723.0, 707.0, 723.0, 707.0, 752.0, 615.0, 752.0], \"elements\": null}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [713.0, 723.0, 884.0, 723.0, 884.0, 752.0, 713.0, 752.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 852.0, 253.0, 852.0, 253.0, 881.0, 166.0, 881.0], \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [258.0, 852.0, 445.0, 852.0, 445.0, 881.0, 258.0, 881.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [169.0, 888.0, 378.0, 888.0, 378.0, 919.0, 169.0, 919.0], \"elements\": null}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [385.0, 888.0, 624.0, 888.0, 624.0, 919.0, 385.0, 919.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [168.0, 924.0, 276.0, 924.0, 276.0, 954.0, 168.0, 954.0], \"elements\": null}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [283.0, 924.0, 524.0, 924.0, 524.0, 992.0, 283.0, 992.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 852.0, 964.0, 852.0, 992.0, 760.0, 992.0], \"elements\": null}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [857.0, 964.0, 1032.0, 964.0, 1032.0, 992.0, 857.0, 992.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1156.0, 1571.0, 1298.0, 1571.0, 1298.0, 1599.0, 1156.0, 1599.0], \"elements\": null}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1434.0, 1574.0, 1530.0, 1574.0, 1530.0, 1599.0, 1434.0, 1599.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1242.0, 1619.0, 1293.0, 1619.0, 1293.0, 1643.0, 1242.0, 1643.0], \"elements\": null}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1462.0, 1615.0, 1532.0, 1615.0, 1532.0, 1640.0, 1462.0, 1640.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1206.0, 1674.0, 1298.0, 1674.0, 1298.0, 1700.0, 1206.0, 1700.0], \"elements\": null}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1434.0, 1671.0, 1531.0, 1671.0, 1531.0, 1697.0, 1434.0, 1697.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [175.0, 1797.0, 479.0, 1797.0, 479.0, 1834.0, 175.0, 1834.0], \"elements\": null}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [170.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 170.0, 1992.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [141.0, 140.0, 348.0, 140.0, 348.0, 168.0, 141.0, 168.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__2\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [1117.0, 319.0, 1551.0, 319.0, 1551.0, 372.0, 1117.0, 372.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__3\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped To\", \"boundingBox\": [170.0, 546.0, 398.0, 546.0, 398.0, 592.0, 170.0, 592.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__4\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped From\", \"boundingBox\": [169.0, 784.0, 445.0, 784.0, 445.0, 831.0, 169.0, 831.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__5\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [485.0, 1669.0, 766.0, 1669.0, 766.0, 1708.0, 485.0, 1708.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__6\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [544.0, 1717.0, 719.0, 1717.0, 719.0, 1743.0, 544.0, 1743.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__7\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Manager\", \"boundingBox\": [579.0, 1752.0, 687.0, 1752.0, 687.0, 1777.0, 579.0, 1777.0], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1047.0, 551.0, 1047.0, 551.0, 1080.0, 447.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [890.0, 1048.0, 1028.0, 1048.0, 1028.0, 1080.0, 890.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1113.0, 1045.0, 1267.0, 1045.0, 1267.0, 1080.0, 1113.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1389.0, 1046.0, 1466.0, 1046.0, 1466.0, 1080.0, 1389.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [173.0, 1094.0, 282.0, 1094.0, 282.0, 1122.0, 173.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [863.0, 1098.0, 889.0, 1098.0, 889.0, 1122.0, 863.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1096.0, 1297.0, 1096.0, 1297.0, 1122.0, 1243.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1466.0, 1098.0, 1531.0, 1098.0, 1531.0, 1122.0, 1466.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [172.0, 1136.0, 331.0, 1136.0, 331.0, 1162.0, 172.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [862.0, 1137.0, 889.0, 1137.0, 889.0, 1162.0, 862.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1134.0, 1292.0, 1134.0, 1292.0, 1162.0, 1243.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1464.0, 1138.0, 1531.0, 1138.0, 1531.0, 1162.0, 1464.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [172.0, 1179.0, 404.0, 1179.0, 404.0, 1205.0, 172.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1177.0, 888.0, 1177.0, 888.0, 1199.0, 863.0, 1199.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1179.0, 1298.0, 1179.0, 1298.0, 1205.0, 1243.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1448.0, 1180.0, 1530.0, 1180.0, 1530.0, 1205.0, 1448.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [171.0, 1224.0, 426.0, 1224.0, 426.0, 1248.0, 171.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [864.0, 1221.0, 887.0, 1221.0, 887.0, 1244.0, 864.0, 1244.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1242.0, 1222.0, 1291.0, 1222.0, 1291.0, 1248.0, 1242.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1449.0, 1225.0, 1530.0, 1225.0, 1530.0, 1248.0, 1449.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:38:33 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:53:48Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:53:54Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [163.0, 352.0, 359.0, 352.0, 359.0, 378.0, 163.0, 378.0], \"elements\": null}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [364.0, 351.0, 528.0, 351.0, 528.0, 378.0, 364.0, 378.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 394.0, 269.0, 394.0, 269.0, 417.0, 167.0, 417.0], \"elements\": null}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [273.0, 393.0, 531.0, 393.0, 531.0, 418.0, 273.0, 418.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [165.0, 435.0, 237.0, 435.0, 237.0, 460.0, 165.0, 460.0], \"elements\": null}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [164.0, 481.0, 479.0, 481.0, 479.0, 503.0, 164.0, 503.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 421.0, 1160.0, 421.0, 1160.0, 448.0, 1025.0, 448.0], \"elements\": null}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1165.0, 420.0, 1317.0, 420.0, 1317.0, 448.0, 1165.0, 448.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1023.0, 461.0, 1272.0, 461.0, 1272.0, 488.0, 1023.0, 488.0], \"elements\": null}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1277.0, 461.0, 1376.0, 461.0, 1376.0, 489.0, 1277.0, 489.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [160.0, 611.0, 344.0, 611.0, 344.0, 637.0, 160.0, 637.0], \"elements\": null}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [350.0, 609.0, 521.0, 609.0, 521.0, 639.0, 350.0, 639.0], \"elements\": null}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [160.0, 648.0, 370.0, 648.0, 370.0, 677.0, 160.0, 677.0], \"elements\": null}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [375.0, 646.0, 630.0, 646.0, 630.0, 679.0, 375.0, 679.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [161.0, 685.0, 269.0, 685.0, 269.0, 711.0, 161.0, 711.0], \"elements\": null}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [274.0, 685.0, 565.0, 685.0, 565.0, 751.0, 274.0, 751.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [613.0, 722.0, 702.0, 722.0, 702.0, 749.0, 613.0, 749.0], \"elements\": null}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [708.0, 722.0, 885.0, 722.0, 885.0, 749.0, 708.0, 749.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 853.0, 250.0, 853.0, 250.0, 879.0, 166.0, 879.0], \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [255.0, 852.0, 446.0, 852.0, 446.0, 880.0, 255.0, 880.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [164.0, 890.0, 374.0, 890.0, 374.0, 919.0, 164.0, 919.0], \"elements\": null}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [380.0, 889.0, 629.0, 889.0, 629.0, 919.0, 380.0, 919.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [166.0, 926.0, 273.0, 926.0, 273.0, 953.0, 166.0, 953.0], \"elements\": null}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [279.0, 926.0, 521.0, 926.0, 521.0, 991.0, 279.0, 991.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 849.0, 964.0, 849.0, 990.0, 760.0, 990.0], \"elements\": null}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [855.0, 964.0, 1033.0, 964.0, 1033.0, 990.0, 855.0, 990.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1147.0, 1575.0, 1296.0, 1575.0, 1296.0, 1600.0, 1147.0, 1600.0], \"elements\": null}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1426.0, 1571.0, 1529.0, 1571.0, 1529.0, 1599.0, 1426.0, 1599.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1238.0, 1618.0, 1296.0, 1618.0, 1296.0, 1643.0, 1238.0, 1643.0], \"elements\": null}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1458.0, 1615.0, 1529.0, 1615.0, 1529.0, 1643.0, 1458.0, 1643.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1204.0, 1674.0, 1297.0, 1674.0, 1297.0, 1699.0, 1204.0, 1699.0], \"elements\": null}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1427.0, 1671.0, 1529.0, 1671.0, 1529.0, 1698.0, 1427.0, 1698.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [173.0, 1796.0, 479.0, 1796.0, 479.0, 1831.0, 173.0, 1831.0], \"elements\": null}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [169.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 169.0, 1992.0], \"elements\": null}, \"confidence\": 0.53}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1048.0, 558.0, 1048.0, 558.0, 1078.0, 447.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [886.0, 1048.0, 1034.0, 1048.0, 1034.0, 1084.0, 886.0, 1084.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1111.0, 1047.0, 1269.0, 1047.0, 1269.0, 1078.0, 1111.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1383.0, 1047.0, 1467.0, 1047.0, 1467.0, 1077.0, 1383.0, 1077.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [172.0, 1094.0, 280.0, 1094.0, 280.0, 1122.0, 172.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [861.0, 1094.0, 892.0, 1094.0, 892.0, 1119.0, 861.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1241.0, 1095.0, 1293.0, 1095.0, 1293.0, 1118.0, 1241.0, 1118.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1096.0, 1531.0, 1096.0, 1531.0, 1119.0, 1458.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [170.0, 1136.0, 333.0, 1136.0, 333.0, 1161.0, 170.0, 1161.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [861.0, 1135.0, 892.0, 1135.0, 892.0, 1160.0, 861.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1240.0, 1135.0, 1294.0, 1135.0, 1294.0, 1160.0, 1240.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1135.0, 1529.0, 1135.0, 1529.0, 1160.0, 1458.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [173.0, 1179.0, 402.0, 1179.0, 402.0, 1206.0, 173.0, 1206.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1179.0, 892.0, 1179.0, 892.0, 1204.0, 863.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1179.0, 1294.0, 1179.0, 1294.0, 1204.0, 1239.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1443.0, 1181.0, 1529.0, 1181.0, 1529.0, 1205.0, 1443.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [170.0, 1222.0, 429.0, 1222.0, 429.0, 1252.0, 170.0, 1252.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [860.0, 1223.0, 892.0, 1223.0, 892.0, 1247.0, 860.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1221.0, 1293.0, 1221.0, 1293.0, 1247.0, 1239.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1444.0, 1224.0, 1530.0, 1224.0, 1530.0, 1248.0, 1444.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:53:58 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/b66a264d-1241-4f54-952d-f9085e6cf729/analyzeResults/0deecfc8-ecdf-484e-b949-a7f158d67d62", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/763de77d-5f40-4493-8172-68ad6db23802/analyzeResults/f54b8c7f-f846-4000-be89-38f7eae92b64", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "dde37348-e356-47db-b016-69f4bf0fdb1a" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "74877354-5981-4f7e-9f0b-f15fd54f899b" }, "Response" : { - "x-envoy-upstream-service-time" : "30", + "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "34570ac7-ce0f-4c7d-9e25-bcd9af4f40f1", + "apim-request-id" : "d4269535-3f6a-452c-97ed-cb9f1ff84075", "retry-after" : "0", - "Content-Length" : "11800", + "Content-Length" : "10045", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:38:28Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:38:32Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0.16, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Hero Limited\", \"boundingBox\": [620.0, 203.0, 1078.0, 203.0, 1078.0, 271.0, 620.0, 271.0], \"elements\": null}, \"value\": {\"text\": \"\", \"boundingBox\": null, \"elements\": null}, \"confidence\": 0.5}, {\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [167.0, 351.0, 365.0, 351.0, 365.0, 381.0, 167.0, 381.0], \"elements\": null}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [371.0, 351.0, 528.0, 351.0, 528.0, 381.0, 371.0, 381.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 392.0, 271.0, 392.0, 271.0, 420.0, 167.0, 420.0], \"elements\": null}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [277.0, 392.0, 530.0, 392.0, 530.0, 420.0, 277.0, 420.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 418.0, 1161.0, 418.0, 1161.0, 451.0, 1025.0, 451.0], \"elements\": null}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1168.0, 418.0, 1319.0, 418.0, 1319.0, 451.0, 1168.0, 451.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [167.0, 431.0, 240.0, 431.0, 240.0, 458.0, 167.0, 458.0], \"elements\": null}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [168.0, 480.0, 476.0, 480.0, 476.0, 505.0, 168.0, 505.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1027.0, 460.0, 1275.0, 460.0, 1275.0, 491.0, 1027.0, 491.0], \"elements\": null}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1282.0, 460.0, 1376.0, 460.0, 1376.0, 491.0, 1282.0, 491.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [162.0, 610.0, 346.0, 610.0, 346.0, 640.0, 162.0, 640.0], \"elements\": null}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [352.0, 610.0, 519.0, 610.0, 519.0, 640.0, 352.0, 640.0], \"elements\": null}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [162.0, 646.0, 373.0, 646.0, 373.0, 678.0, 162.0, 678.0], \"elements\": null}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [379.0, 646.0, 628.0, 646.0, 628.0, 678.0, 379.0, 678.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [162.0, 684.0, 272.0, 684.0, 272.0, 715.0, 162.0, 715.0], \"elements\": null}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [279.0, 684.0, 569.0, 684.0, 569.0, 752.0, 279.0, 752.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [615.0, 723.0, 707.0, 723.0, 707.0, 752.0, 615.0, 752.0], \"elements\": null}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [713.0, 723.0, 884.0, 723.0, 884.0, 752.0, 713.0, 752.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 852.0, 253.0, 852.0, 253.0, 881.0, 166.0, 881.0], \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [258.0, 852.0, 445.0, 852.0, 445.0, 881.0, 258.0, 881.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [169.0, 888.0, 378.0, 888.0, 378.0, 919.0, 169.0, 919.0], \"elements\": null}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [385.0, 888.0, 624.0, 888.0, 624.0, 919.0, 385.0, 919.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [168.0, 924.0, 276.0, 924.0, 276.0, 954.0, 168.0, 954.0], \"elements\": null}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [283.0, 924.0, 524.0, 924.0, 524.0, 992.0, 283.0, 992.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 852.0, 964.0, 852.0, 992.0, 760.0, 992.0], \"elements\": null}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [857.0, 964.0, 1032.0, 964.0, 1032.0, 992.0, 857.0, 992.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1156.0, 1571.0, 1298.0, 1571.0, 1298.0, 1599.0, 1156.0, 1599.0], \"elements\": null}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1434.0, 1574.0, 1530.0, 1574.0, 1530.0, 1599.0, 1434.0, 1599.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1242.0, 1619.0, 1293.0, 1619.0, 1293.0, 1643.0, 1242.0, 1643.0], \"elements\": null}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1462.0, 1615.0, 1532.0, 1615.0, 1532.0, 1640.0, 1462.0, 1640.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1206.0, 1674.0, 1298.0, 1674.0, 1298.0, 1700.0, 1206.0, 1700.0], \"elements\": null}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1434.0, 1671.0, 1531.0, 1671.0, 1531.0, 1697.0, 1434.0, 1697.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [175.0, 1797.0, 479.0, 1797.0, 479.0, 1834.0, 175.0, 1834.0], \"elements\": null}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [170.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 170.0, 1992.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [141.0, 140.0, 348.0, 140.0, 348.0, 168.0, 141.0, 168.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__2\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [1117.0, 319.0, 1551.0, 319.0, 1551.0, 372.0, 1117.0, 372.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__3\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped To\", \"boundingBox\": [170.0, 546.0, 398.0, 546.0, 398.0, 592.0, 170.0, 592.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__4\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped From\", \"boundingBox\": [169.0, 784.0, 445.0, 784.0, 445.0, 831.0, 169.0, 831.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__5\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [485.0, 1669.0, 766.0, 1669.0, 766.0, 1708.0, 485.0, 1708.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__6\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [544.0, 1717.0, 719.0, 1717.0, 719.0, 1743.0, 544.0, 1743.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__7\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Manager\", \"boundingBox\": [579.0, 1752.0, 687.0, 1752.0, 687.0, 1777.0, 579.0, 1777.0], \"elements\": null}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1047.0, 551.0, 1047.0, 551.0, 1080.0, 447.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [890.0, 1048.0, 1028.0, 1048.0, 1028.0, 1080.0, 890.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1113.0, 1045.0, 1267.0, 1045.0, 1267.0, 1080.0, 1113.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1389.0, 1046.0, 1466.0, 1046.0, 1466.0, 1080.0, 1389.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [173.0, 1094.0, 282.0, 1094.0, 282.0, 1122.0, 173.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [863.0, 1098.0, 889.0, 1098.0, 889.0, 1122.0, 863.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1096.0, 1297.0, 1096.0, 1297.0, 1122.0, 1243.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1466.0, 1098.0, 1531.0, 1098.0, 1531.0, 1122.0, 1466.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [172.0, 1136.0, 331.0, 1136.0, 331.0, 1162.0, 172.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [862.0, 1137.0, 889.0, 1137.0, 889.0, 1162.0, 862.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1134.0, 1292.0, 1134.0, 1292.0, 1162.0, 1243.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1464.0, 1138.0, 1531.0, 1138.0, 1531.0, 1162.0, 1464.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [172.0, 1179.0, 404.0, 1179.0, 404.0, 1205.0, 172.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1177.0, 888.0, 1177.0, 888.0, 1199.0, 863.0, 1199.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1179.0, 1298.0, 1179.0, 1298.0, 1205.0, 1243.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1448.0, 1180.0, 1530.0, 1180.0, 1530.0, 1205.0, 1448.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [171.0, 1224.0, 426.0, 1224.0, 426.0, 1248.0, 171.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [864.0, 1221.0, 887.0, 1221.0, 887.0, 1244.0, 864.0, 1244.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1242.0, 1222.0, 1291.0, 1222.0, 1291.0, 1248.0, 1242.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1449.0, 1225.0, 1530.0, 1225.0, 1530.0, 1248.0, 1449.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:38:33 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:53:48Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:53:54Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": []}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [163.0, 352.0, 359.0, 352.0, 359.0, 378.0, 163.0, 378.0], \"elements\": null}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [364.0, 351.0, 528.0, 351.0, 528.0, 378.0, 364.0, 378.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 394.0, 269.0, 394.0, 269.0, 417.0, 167.0, 417.0], \"elements\": null}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [273.0, 393.0, 531.0, 393.0, 531.0, 418.0, 273.0, 418.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [165.0, 435.0, 237.0, 435.0, 237.0, 460.0, 165.0, 460.0], \"elements\": null}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [164.0, 481.0, 479.0, 481.0, 479.0, 503.0, 164.0, 503.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 421.0, 1160.0, 421.0, 1160.0, 448.0, 1025.0, 448.0], \"elements\": null}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1165.0, 420.0, 1317.0, 420.0, 1317.0, 448.0, 1165.0, 448.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1023.0, 461.0, 1272.0, 461.0, 1272.0, 488.0, 1023.0, 488.0], \"elements\": null}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1277.0, 461.0, 1376.0, 461.0, 1376.0, 489.0, 1277.0, 489.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [160.0, 611.0, 344.0, 611.0, 344.0, 637.0, 160.0, 637.0], \"elements\": null}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [350.0, 609.0, 521.0, 609.0, 521.0, 639.0, 350.0, 639.0], \"elements\": null}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [160.0, 648.0, 370.0, 648.0, 370.0, 677.0, 160.0, 677.0], \"elements\": null}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [375.0, 646.0, 630.0, 646.0, 630.0, 679.0, 375.0, 679.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [161.0, 685.0, 269.0, 685.0, 269.0, 711.0, 161.0, 711.0], \"elements\": null}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [274.0, 685.0, 565.0, 685.0, 565.0, 751.0, 274.0, 751.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [613.0, 722.0, 702.0, 722.0, 702.0, 749.0, 613.0, 749.0], \"elements\": null}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [708.0, 722.0, 885.0, 722.0, 885.0, 749.0, 708.0, 749.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 853.0, 250.0, 853.0, 250.0, 879.0, 166.0, 879.0], \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [255.0, 852.0, 446.0, 852.0, 446.0, 880.0, 255.0, 880.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [164.0, 890.0, 374.0, 890.0, 374.0, 919.0, 164.0, 919.0], \"elements\": null}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [380.0, 889.0, 629.0, 889.0, 629.0, 919.0, 380.0, 919.0], \"elements\": null}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [166.0, 926.0, 273.0, 926.0, 273.0, 953.0, 166.0, 953.0], \"elements\": null}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [279.0, 926.0, 521.0, 926.0, 521.0, 991.0, 279.0, 991.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 849.0, 964.0, 849.0, 990.0, 760.0, 990.0], \"elements\": null}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [855.0, 964.0, 1033.0, 964.0, 1033.0, 990.0, 855.0, 990.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1147.0, 1575.0, 1296.0, 1575.0, 1296.0, 1600.0, 1147.0, 1600.0], \"elements\": null}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1426.0, 1571.0, 1529.0, 1571.0, 1529.0, 1599.0, 1426.0, 1599.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1238.0, 1618.0, 1296.0, 1618.0, 1296.0, 1643.0, 1238.0, 1643.0], \"elements\": null}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1458.0, 1615.0, 1529.0, 1615.0, 1529.0, 1643.0, 1458.0, 1643.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1204.0, 1674.0, 1297.0, 1674.0, 1297.0, 1699.0, 1204.0, 1699.0], \"elements\": null}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1427.0, 1671.0, 1529.0, 1671.0, 1529.0, 1698.0, 1427.0, 1698.0], \"elements\": null}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [173.0, 1796.0, 479.0, 1796.0, 479.0, 1831.0, 173.0, 1831.0], \"elements\": null}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [169.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 169.0, 1992.0], \"elements\": null}, \"confidence\": 0.53}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1048.0, 558.0, 1048.0, 558.0, 1078.0, 447.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [886.0, 1048.0, 1034.0, 1048.0, 1034.0, 1084.0, 886.0, 1084.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1111.0, 1047.0, 1269.0, 1047.0, 1269.0, 1078.0, 1111.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1383.0, 1047.0, 1467.0, 1047.0, 1467.0, 1077.0, 1383.0, 1077.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [172.0, 1094.0, 280.0, 1094.0, 280.0, 1122.0, 172.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [861.0, 1094.0, 892.0, 1094.0, 892.0, 1119.0, 861.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1241.0, 1095.0, 1293.0, 1095.0, 1293.0, 1118.0, 1241.0, 1118.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1096.0, 1531.0, 1096.0, 1531.0, 1119.0, 1458.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [170.0, 1136.0, 333.0, 1136.0, 333.0, 1161.0, 170.0, 1161.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [861.0, 1135.0, 892.0, 1135.0, 892.0, 1160.0, 861.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1240.0, 1135.0, 1294.0, 1135.0, 1294.0, 1160.0, 1240.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1135.0, 1529.0, 1135.0, 1529.0, 1160.0, 1458.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [173.0, 1179.0, 402.0, 1179.0, 402.0, 1206.0, 173.0, 1206.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1179.0, 892.0, 1179.0, 892.0, 1204.0, 863.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1179.0, 1294.0, 1179.0, 1294.0, 1204.0, 1239.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1443.0, 1181.0, 1529.0, 1181.0, 1529.0, 1205.0, 1443.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [170.0, 1222.0, 429.0, 1222.0, 429.0, 1252.0, 170.0, 1252.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [860.0, 1223.0, 892.0, 1223.0, 892.0, 1247.0, 860.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1221.0, 1293.0, 1221.0, 1293.0, 1247.0, 1239.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1444.0, 1224.0, 1530.0, 1224.0, 1530.0, 1248.0, 1444.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": null, \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:53:58 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlUnlabeledDataIncludeFieldElements.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlUnlabeledDataIncludeFieldElements.json index 44f9fece59a1c..f60174ef82d7b 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlUnlabeledDataIncludeFieldElements.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeCustomFormUrlUnlabeledDataIncludeFieldElements.json @@ -1,141 +1,181 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "4d7eda04-d44f-4e0e-bb15-20f1893681ee", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "8e756045-1040-47e6-9717-c9ffbbb7e783", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "193", + "x-envoy-upstream-service-time" : "825", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "d933fba7-fbfe-43e3-82b5-72424a034f1a", + "apim-request-id" : "4c74bc38-95da-48e8-b176-739c07201d79", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "201", - "Date" : "Thu, 06 Aug 2020 22:32:50 GMT", - "Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c7a6dc79-882d-47cb-95d5-1b2625c74c38" + "Date" : "Wed, 16 Sep 2020 00:54:25 GMT", + "Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c4959c57-4a4f-4096-98ee-933f7b65800a" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c7a6dc79-882d-47cb-95d5-1b2625c74c38?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c4959c57-4a4f-4096-98ee-933f7b65800a?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "148e39b0-6da3-4d93-adfe-0a62e8617e85" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "fea8e10c-e865-4ac3-84d9-89a835344ce1" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "22", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "d4c0aafd-5168-4a28-aa6b-550fe3eb5512", + "apim-request-id" : "fc6e8a10-2456-4b38-8a5d-101207602850", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"c7a6dc79-882d-47cb-95d5-1b2625c74c38\",\"status\":\"creating\",\"createdDateTime\":\"2020-08-06T22:32:50Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:50Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:32:54 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"c4959c57-4a4f-4096-98ee-933f7b65800a\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:25Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:25Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:30 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c7a6dc79-882d-47cb-95d5-1b2625c74c38?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c4959c57-4a4f-4096-98ee-933f7b65800a?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "c2f8ba19-9f43-42ab-8007-fedc7a37f674" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "0cf26283-c7db-4513-8129-0086936571f8" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "28", + "x-envoy-upstream-service-time" : "36", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "5dbb74b2-13b9-4bf4-bc9b-6c98a6d862c5", + "apim-request-id" : "0c761710-1928-4448-87bb-ea1452d6019e", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"c7a6dc79-882d-47cb-95d5-1b2625c74c38\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:50Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:58Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:33:00 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"c4959c57-4a4f-4096-98ee-933f7b65800a\",\"status\":\"creating\",\"createdDateTime\":\"2020-09-16T00:54:25Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:25Z\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:36 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c7a6dc79-882d-47cb-95d5-1b2625c74c38?includeKeys=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c4959c57-4a4f-4096-98ee-933f7b65800a?includeKeys=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e5517997-89df-4c23-a48e-6f4289f91018" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2be31a29-a8ff-405a-98c0-67a754b0ad2d" }, "Response" : { "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "27", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "36ac7b28-6a42-407d-9768-72967198fdf8", + "apim-request-id" : "02415913-8dcf-49fc-9a78-16379aecef93", + "retry-after" : "0", + "StatusCode" : "200", + "Body" : "{\"modelInfo\":{\"modelId\":\"c4959c57-4a4f-4096-98ee-933f7b65800a\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:25Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:39Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:40 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c4959c57-4a4f-4096-98ee-933f7b65800a?includeKeys=true", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e2f3273f-b6a1-4b28-acc9-80d722077ab1" + }, + "Response" : { + "Transfer-Encoding" : "chunked", + "x-envoy-upstream-service-time" : "20", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "3759b273-cba9-46cf-8526-b62d279e57f8", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"modelInfo\":{\"modelId\":\"c7a6dc79-882d-47cb-95d5-1b2625c74c38\",\"status\":\"ready\",\"createdDateTime\":\"2020-08-06T22:32:50Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:58Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", - "Date" : "Thu, 06 Aug 2020 22:33:00 GMT", + "Body" : "{\"modelInfo\":{\"modelId\":\"c4959c57-4a4f-4096-98ee-933f7b65800a\",\"status\":\"ready\",\"createdDateTime\":\"2020-09-16T00:54:25Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:39Z\"},\"keys\":{\"clusters\":{\"0\":[\"Additional Notes:\",\"Address:\",\"Company Name:\",\"Company Phone:\",\"Dated As:\",\"Details\",\"Email:\",\"Ft Lauderdale, FL Phone:\",\"Hero Limited\",\"Name:\",\"Phone:\",\"Purchase Order\",\"Purchase Order #:\",\"Quantity\",\"SUBTOTAL\",\"Seattle, WA 93849 Phone:\",\"Shipped From\",\"Shipped To\",\"TAX\",\"TOTAL\",\"Total\",\"Unit Price\",\"Vendor Name:\",\"Website:\"]}},\"trainResult\":{\"trainingDocuments\":[{\"documentName\":\"Form_1.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_2.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_3.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_4.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"},{\"documentName\":\"Form_5.jpg\",\"pages\":1,\"errors\":[],\"status\":\"succeeded\"}],\"errors\":[]}}", + "Date" : "Wed, 16 Sep 2020 00:54:40 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c7a6dc79-882d-47cb-95d5-1b2625c74c38/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c4959c57-4a4f-4096-98ee-933f7b65800a/analyze?includeTextDetails=true", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "08f8654e-e25b-4de9-a869-1698b78d80f4", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "94cda022-c7a1-40a1-ab8d-39d205224d93", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "79", + "x-envoy-upstream-service-time" : "74", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "609fcfff-c89a-4845-965f-5649cb5ac22c", + "apim-request-id" : "7fafbfa6-9620-4649-abc0-503a93aa8535", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c7a6dc79-882d-47cb-95d5-1b2625c74c38/analyzeresults/c6461d8b-3e1e-40c5-a81f-246e302b11d7", - "Date" : "Thu, 06 Aug 2020 22:33:00 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c4959c57-4a4f-4096-98ee-933f7b65800a/analyzeresults/60946aad-b7c9-41ba-bd47-9b380ce80ef8", + "Date" : "Wed, 16 Sep 2020 00:54:41 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c7a6dc79-882d-47cb-95d5-1b2625c74c38/analyzeResults/c6461d8b-3e1e-40c5-a81f-246e302b11d7", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c4959c57-4a4f-4096-98ee-933f7b65800a/analyzeResults/60946aad-b7c9-41ba-bd47-9b380ce80ef8", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "62a49d37-e8d5-4676-a699-b3691f6529e4" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "34b61757-2d77-4b36-80a8-31fe20529078" }, "Response" : { - "x-envoy-upstream-service-time" : "35", + "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "d331fe9b-5f47-4fe9-9fdf-a1b32373c6c8", + "apim-request-id" : "e0a6bdb1-06da-4916-87e9-011f26b8ed17", "retry-after" : "0", - "Content-Length" : "36450", + "Content-Length" : "134", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:33:01Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:33:05Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0.16, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": [{\"text\": \"Purchase Order\", \"boundingBox\": [141.0, 140.0, 348.0, 140.0, 348.0, 168.0, 141.0, 168.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [141.0, 140.0, 267.0, 140.0, 267.0, 168.0, 141.0, 168.0]}, {\"text\": \"Order\", \"boundingBox\": [273.0, 140.0, 348.0, 140.0, 348.0, 168.0, 273.0, 168.0]}]}, {\"text\": \"Hero Limited\", \"boundingBox\": [620.0, 203.0, 1078.0, 203.0, 1078.0, 271.0, 620.0, 271.0], \"words\": [{\"text\": \"Hero\", \"boundingBox\": [620.0, 203.0, 793.0, 203.0, 793.0, 271.0, 620.0, 271.0]}, {\"text\": \"Limited\", \"boundingBox\": [811.0, 203.0, 1078.0, 203.0, 1078.0, 271.0, 811.0, 271.0]}]}, {\"text\": \"Purchase Order\", \"boundingBox\": [1117.0, 319.0, 1551.0, 319.0, 1551.0, 372.0, 1117.0, 372.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [1117.0, 319.0, 1380.0, 319.0, 1380.0, 372.0, 1117.0, 372.0]}, {\"text\": \"Order\", \"boundingBox\": [1397.0, 319.0, 1551.0, 319.0, 1551.0, 372.0, 1397.0, 372.0]}]}, {\"text\": \"Company Phone:\", \"boundingBox\": [167.0, 351.0, 365.0, 351.0, 365.0, 381.0, 167.0, 381.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [167.0, 351.0, 276.0, 351.0, 276.0, 381.0, 167.0, 381.0]}, {\"text\": \"Phone:\", \"boundingBox\": [283.0, 351.0, 365.0, 351.0, 365.0, 381.0, 283.0, 381.0]}]}, {\"text\": \"555-348-6512\", \"boundingBox\": [371.0, 351.0, 528.0, 351.0, 528.0, 381.0, 371.0, 381.0], \"words\": [{\"text\": \"555-348-6512\", \"boundingBox\": [371.0, 351.0, 528.0, 351.0, 528.0, 381.0, 371.0, 381.0]}]}, {\"text\": \"Website:\", \"boundingBox\": [167.0, 392.0, 271.0, 392.0, 271.0, 420.0, 167.0, 420.0], \"words\": [{\"text\": \"Website:\", \"boundingBox\": [167.0, 392.0, 271.0, 392.0, 271.0, 420.0, 167.0, 420.0]}]}, {\"text\": \"www.herolimited.com\", \"boundingBox\": [277.0, 392.0, 530.0, 392.0, 530.0, 420.0, 277.0, 420.0], \"words\": [{\"text\": \"www.herolimited.com\", \"boundingBox\": [277.0, 392.0, 530.0, 392.0, 530.0, 420.0, 277.0, 420.0]}]}, {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 418.0, 1161.0, 418.0, 1161.0, 451.0, 1025.0, 451.0], \"words\": [{\"text\": \"Dated\", \"boundingBox\": [1025.0, 418.0, 1111.0, 418.0, 1111.0, 451.0, 1025.0, 451.0]}, {\"text\": \"As:\", \"boundingBox\": [1117.0, 418.0, 1161.0, 418.0, 1161.0, 451.0, 1117.0, 451.0]}]}, {\"text\": \"12/20/2020\", \"boundingBox\": [1168.0, 418.0, 1319.0, 418.0, 1319.0, 451.0, 1168.0, 451.0], \"words\": [{\"text\": \"12/20/2020\", \"boundingBox\": [1168.0, 418.0, 1319.0, 418.0, 1319.0, 451.0, 1168.0, 451.0]}]}, {\"text\": \"Email:\", \"boundingBox\": [167.0, 431.0, 240.0, 431.0, 240.0, 458.0, 167.0, 458.0], \"words\": [{\"text\": \"Email:\", \"boundingBox\": [167.0, 431.0, 240.0, 431.0, 240.0, 458.0, 167.0, 458.0]}]}, {\"text\": \"Purchase Order #:\", \"boundingBox\": [1027.0, 460.0, 1275.0, 460.0, 1275.0, 491.0, 1027.0, 491.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [1027.0, 460.0, 1153.0, 460.0, 1153.0, 491.0, 1027.0, 491.0]}, {\"text\": \"Order\", \"boundingBox\": [1160.0, 460.0, 1241.0, 460.0, 1241.0, 491.0, 1160.0, 491.0]}, {\"text\": \"#:\", \"boundingBox\": [1248.0, 460.0, 1275.0, 460.0, 1275.0, 491.0, 1248.0, 491.0]}]}, {\"text\": \"948284\", \"boundingBox\": [1282.0, 460.0, 1376.0, 460.0, 1376.0, 491.0, 1282.0, 491.0], \"words\": [{\"text\": \"948284\", \"boundingBox\": [1282.0, 460.0, 1376.0, 460.0, 1376.0, 491.0, 1282.0, 491.0]}]}, {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [168.0, 480.0, 476.0, 480.0, 476.0, 505.0, 168.0, 505.0], \"words\": [{\"text\": \"accounts@herolimited.com\", \"boundingBox\": [168.0, 480.0, 476.0, 480.0, 476.0, 505.0, 168.0, 505.0]}]}, {\"text\": \"Shipped To\", \"boundingBox\": [170.0, 546.0, 398.0, 546.0, 398.0, 592.0, 170.0, 592.0], \"words\": [{\"text\": \"Shipped\", \"boundingBox\": [170.0, 546.0, 343.0, 546.0, 343.0, 592.0, 170.0, 592.0]}, {\"text\": \"To\", \"boundingBox\": [352.0, 546.0, 398.0, 546.0, 398.0, 592.0, 352.0, 592.0]}]}, {\"text\": \"Vendor Name:\", \"boundingBox\": [162.0, 610.0, 346.0, 610.0, 346.0, 640.0, 162.0, 640.0], \"words\": [{\"text\": \"Vendor\", \"boundingBox\": [162.0, 610.0, 256.0, 610.0, 256.0, 640.0, 162.0, 640.0]}, {\"text\": \"Name:\", \"boundingBox\": [262.0, 610.0, 346.0, 610.0, 346.0, 640.0, 262.0, 640.0]}]}, {\"text\": \"Hillary Swank\", \"boundingBox\": [352.0, 610.0, 519.0, 610.0, 519.0, 640.0, 352.0, 640.0], \"words\": [{\"text\": \"Hillary\", \"boundingBox\": [352.0, 610.0, 435.0, 610.0, 435.0, 640.0, 352.0, 640.0]}, {\"text\": \"Swank\", \"boundingBox\": [441.0, 610.0, 519.0, 610.0, 519.0, 640.0, 441.0, 640.0]}]}, {\"text\": \"Company Name:\", \"boundingBox\": [162.0, 646.0, 373.0, 646.0, 373.0, 678.0, 162.0, 678.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [162.0, 646.0, 283.0, 646.0, 283.0, 678.0, 162.0, 678.0]}, {\"text\": \"Name:\", \"boundingBox\": [289.0, 646.0, 373.0, 646.0, 373.0, 678.0, 289.0, 678.0]}]}, {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [379.0, 646.0, 628.0, 646.0, 628.0, 678.0, 379.0, 678.0], \"words\": [{\"text\": \"Higgly\", \"boundingBox\": [379.0, 646.0, 457.0, 646.0, 457.0, 678.0, 379.0, 678.0]}, {\"text\": \"Wiggly\", \"boundingBox\": [463.0, 646.0, 549.0, 646.0, 549.0, 678.0, 463.0, 678.0]}, {\"text\": \"Books\", \"boundingBox\": [555.0, 646.0, 628.0, 646.0, 628.0, 678.0, 555.0, 678.0]}]}, {\"text\": \"Address:\", \"boundingBox\": [162.0, 684.0, 272.0, 684.0, 272.0, 715.0, 162.0, 715.0], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [162.0, 684.0, 272.0, 684.0, 272.0, 715.0, 162.0, 715.0]}]}, {\"text\": \"938 NE Burner Road\", \"boundingBox\": [279.0, 684.0, 526.0, 684.0, 526.0, 715.0, 279.0, 715.0], \"words\": [{\"text\": \"938\", \"boundingBox\": [279.0, 684.0, 326.0, 684.0, 326.0, 715.0, 279.0, 715.0]}, {\"text\": \"NE\", \"boundingBox\": [332.0, 684.0, 366.0, 684.0, 366.0, 715.0, 332.0, 715.0]}, {\"text\": \"Burner\", \"boundingBox\": [372.0, 684.0, 458.0, 684.0, 458.0, 715.0, 372.0, 715.0]}, {\"text\": \"Road\", \"boundingBox\": [464.0, 684.0, 526.0, 684.0, 526.0, 715.0, 464.0, 715.0]}]}, {\"text\": \"Boulder City, CO 92848\", \"boundingBox\": [283.0, 720.0, 569.0, 720.0, 569.0, 752.0, 283.0, 752.0], \"words\": [{\"text\": \"Boulder\", \"boundingBox\": [283.0, 720.0, 377.0, 720.0, 377.0, 752.0, 283.0, 752.0]}, {\"text\": \"City,\", \"boundingBox\": [384.0, 720.0, 437.0, 720.0, 437.0, 752.0, 384.0, 752.0]}, {\"text\": \"CO\", \"boundingBox\": [443.0, 720.0, 482.0, 720.0, 482.0, 752.0, 443.0, 752.0]}, {\"text\": \"92848\", \"boundingBox\": [489.0, 720.0, 569.0, 720.0, 569.0, 752.0, 489.0, 752.0]}]}, {\"text\": \"Phone:\", \"boundingBox\": [615.0, 723.0, 707.0, 723.0, 707.0, 752.0, 615.0, 752.0], \"words\": [{\"text\": \"Phone:\", \"boundingBox\": [615.0, 723.0, 707.0, 723.0, 707.0, 752.0, 615.0, 752.0]}]}, {\"text\": \"938-294-2949\", \"boundingBox\": [713.0, 723.0, 884.0, 723.0, 884.0, 752.0, 713.0, 752.0], \"words\": [{\"text\": \"938-294-2949\", \"boundingBox\": [713.0, 723.0, 884.0, 723.0, 884.0, 752.0, 713.0, 752.0]}]}, {\"text\": \"Shipped From\", \"boundingBox\": [169.0, 784.0, 445.0, 784.0, 445.0, 831.0, 169.0, 831.0], \"words\": [{\"text\": \"Shipped\", \"boundingBox\": [169.0, 784.0, 335.0, 784.0, 335.0, 831.0, 169.0, 831.0]}, {\"text\": \"From\", \"boundingBox\": [345.0, 784.0, 445.0, 784.0, 445.0, 831.0, 345.0, 831.0]}]}, {\"text\": \"Name:\", \"boundingBox\": [166.0, 852.0, 253.0, 852.0, 253.0, 881.0, 166.0, 881.0], \"words\": [{\"text\": \"Name:\", \"boundingBox\": [166.0, 852.0, 253.0, 852.0, 253.0, 881.0, 166.0, 881.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [258.0, 852.0, 445.0, 852.0, 445.0, 881.0, 258.0, 881.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [258.0, 852.0, 341.0, 852.0, 341.0, 881.0, 258.0, 881.0]}, {\"text\": \"Sanders\", \"boundingBox\": [347.0, 852.0, 445.0, 852.0, 445.0, 881.0, 347.0, 881.0]}]}, {\"text\": \"Company Name:\", \"boundingBox\": [169.0, 888.0, 378.0, 888.0, 378.0, 919.0, 169.0, 919.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [169.0, 888.0, 286.0, 888.0, 286.0, 919.0, 169.0, 919.0]}, {\"text\": \"Name:\", \"boundingBox\": [292.0, 888.0, 378.0, 888.0, 378.0, 919.0, 292.0, 919.0]}]}, {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [385.0, 888.0, 624.0, 888.0, 624.0, 919.0, 385.0, 919.0], \"words\": [{\"text\": \"Jupiter\", \"boundingBox\": [385.0, 888.0, 470.0, 888.0, 470.0, 919.0, 385.0, 919.0]}, {\"text\": \"Book\", \"boundingBox\": [477.0, 888.0, 541.0, 888.0, 541.0, 919.0, 477.0, 919.0]}, {\"text\": \"Supply\", \"boundingBox\": [547.0, 888.0, 624.0, 888.0, 624.0, 919.0, 547.0, 919.0]}]}, {\"text\": \"Address:\", \"boundingBox\": [168.0, 924.0, 276.0, 924.0, 276.0, 954.0, 168.0, 954.0], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [168.0, 924.0, 276.0, 924.0, 276.0, 954.0, 168.0, 954.0]}]}, {\"text\": \"383 N Kinnick Road\", \"boundingBox\": [283.0, 924.0, 524.0, 924.0, 524.0, 954.0, 283.0, 954.0], \"words\": [{\"text\": \"383\", \"boundingBox\": [283.0, 924.0, 328.0, 924.0, 328.0, 954.0, 283.0, 954.0]}, {\"text\": \"N\", \"boundingBox\": [335.0, 924.0, 355.0, 924.0, 355.0, 954.0, 335.0, 954.0]}, {\"text\": \"Kinnick\", \"boundingBox\": [362.0, 924.0, 451.0, 924.0, 451.0, 954.0, 362.0, 954.0]}, {\"text\": \"Road\", \"boundingBox\": [457.0, 924.0, 524.0, 924.0, 524.0, 954.0, 457.0, 954.0]}]}, {\"text\": \"Seattle, WA 38383\", \"boundingBox\": [285.0, 962.0, 515.0, 962.0, 515.0, 992.0, 285.0, 992.0], \"words\": [{\"text\": \"Seattle,\", \"boundingBox\": [285.0, 962.0, 380.0, 962.0, 380.0, 992.0, 285.0, 992.0]}, {\"text\": \"WA\", \"boundingBox\": [386.0, 962.0, 432.0, 962.0, 432.0, 992.0, 386.0, 992.0]}, {\"text\": \"38383\", \"boundingBox\": [438.0, 962.0, 515.0, 962.0, 515.0, 992.0, 438.0, 992.0]}]}, {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 852.0, 964.0, 852.0, 992.0, 760.0, 992.0], \"words\": [{\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 852.0, 964.0, 852.0, 992.0, 760.0, 992.0]}]}, {\"text\": \"932-299-0292\", \"boundingBox\": [857.0, 964.0, 1032.0, 964.0, 1032.0, 992.0, 857.0, 992.0], \"words\": [{\"text\": \"932-299-0292\", \"boundingBox\": [857.0, 964.0, 1032.0, 964.0, 1032.0, 992.0, 857.0, 992.0]}]}, {\"text\": \"Details\", \"boundingBox\": [447.0, 1047.0, 551.0, 1047.0, 551.0, 1080.0, 447.0, 1080.0], \"words\": [{\"text\": \"Details\", \"boundingBox\": [447.0, 1047.0, 551.0, 1047.0, 551.0, 1080.0, 447.0, 1080.0]}]}, {\"text\": \"Quantity\", \"boundingBox\": [890.0, 1048.0, 1028.0, 1048.0, 1028.0, 1080.0, 890.0, 1080.0], \"words\": [{\"text\": \"Quantity\", \"boundingBox\": [890.0, 1048.0, 1028.0, 1048.0, 1028.0, 1080.0, 890.0, 1080.0]}]}, {\"text\": \"Unit Price\", \"boundingBox\": [1113.0, 1045.0, 1267.0, 1045.0, 1267.0, 1080.0, 1113.0, 1080.0], \"words\": [{\"text\": \"Unit\", \"boundingBox\": [1113.0, 1045.0, 1184.0, 1045.0, 1184.0, 1080.0, 1113.0, 1080.0]}, {\"text\": \"Price\", \"boundingBox\": [1191.0, 1045.0, 1267.0, 1045.0, 1267.0, 1080.0, 1191.0, 1080.0]}]}, {\"text\": \"Total\", \"boundingBox\": [1389.0, 1046.0, 1466.0, 1046.0, 1466.0, 1080.0, 1389.0, 1080.0], \"words\": [{\"text\": \"Total\", \"boundingBox\": [1389.0, 1046.0, 1466.0, 1046.0, 1466.0, 1080.0, 1389.0, 1080.0]}]}, {\"text\": \"Bindings\", \"boundingBox\": [173.0, 1094.0, 282.0, 1094.0, 282.0, 1122.0, 173.0, 1122.0], \"words\": [{\"text\": \"Bindings\", \"boundingBox\": [173.0, 1094.0, 282.0, 1094.0, 282.0, 1122.0, 173.0, 1122.0]}]}, {\"text\": \"20\", \"boundingBox\": [863.0, 1098.0, 889.0, 1098.0, 889.0, 1122.0, 863.0, 1122.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [863.0, 1098.0, 889.0, 1098.0, 889.0, 1122.0, 863.0, 1122.0]}]}, {\"text\": \"1.00\", \"boundingBox\": [1243.0, 1096.0, 1297.0, 1096.0, 1297.0, 1122.0, 1243.0, 1122.0], \"words\": [{\"text\": \"1.00\", \"boundingBox\": [1243.0, 1096.0, 1297.0, 1096.0, 1297.0, 1122.0, 1243.0, 1122.0]}]}, {\"text\": \"20.00\", \"boundingBox\": [1466.0, 1098.0, 1531.0, 1098.0, 1531.0, 1122.0, 1466.0, 1122.0], \"words\": [{\"text\": \"20.00\", \"boundingBox\": [1466.0, 1098.0, 1531.0, 1098.0, 1531.0, 1122.0, 1466.0, 1122.0]}]}, {\"text\": \"Covers Small\", \"boundingBox\": [172.0, 1136.0, 331.0, 1136.0, 331.0, 1162.0, 172.0, 1162.0], \"words\": [{\"text\": \"Covers\", \"boundingBox\": [172.0, 1136.0, 257.0, 1136.0, 257.0, 1162.0, 172.0, 1162.0]}, {\"text\": \"Small\", \"boundingBox\": [262.0, 1136.0, 331.0, 1136.0, 331.0, 1162.0, 262.0, 1162.0]}]}, {\"text\": \"20\", \"boundingBox\": [862.0, 1137.0, 889.0, 1137.0, 889.0, 1162.0, 862.0, 1162.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [862.0, 1137.0, 889.0, 1137.0, 889.0, 1162.0, 862.0, 1162.0]}]}, {\"text\": \"1.00\", \"boundingBox\": [1243.0, 1134.0, 1292.0, 1134.0, 1292.0, 1162.0, 1243.0, 1162.0], \"words\": [{\"text\": \"1.00\", \"boundingBox\": [1243.0, 1134.0, 1292.0, 1134.0, 1292.0, 1162.0, 1243.0, 1162.0]}]}, {\"text\": \"20.00\", \"boundingBox\": [1464.0, 1138.0, 1531.0, 1138.0, 1531.0, 1162.0, 1464.0, 1162.0], \"words\": [{\"text\": \"20.00\", \"boundingBox\": [1464.0, 1138.0, 1531.0, 1138.0, 1531.0, 1162.0, 1464.0, 1162.0]}]}, {\"text\": \"Feather Bookmark\", \"boundingBox\": [172.0, 1179.0, 404.0, 1179.0, 404.0, 1205.0, 172.0, 1205.0], \"words\": [{\"text\": \"Feather\", \"boundingBox\": [172.0, 1179.0, 271.0, 1179.0, 271.0, 1205.0, 172.0, 1205.0]}, {\"text\": \"Bookmark\", \"boundingBox\": [276.0, 1179.0, 404.0, 1179.0, 404.0, 1205.0, 276.0, 1205.0]}]}, {\"text\": \"20\", \"boundingBox\": [863.0, 1177.0, 888.0, 1177.0, 888.0, 1199.0, 863.0, 1199.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [863.0, 1177.0, 888.0, 1177.0, 888.0, 1199.0, 863.0, 1199.0]}]}, {\"text\": \"5.00\", \"boundingBox\": [1243.0, 1179.0, 1298.0, 1179.0, 1298.0, 1205.0, 1243.0, 1205.0], \"words\": [{\"text\": \"5.00\", \"boundingBox\": [1243.0, 1179.0, 1298.0, 1179.0, 1298.0, 1205.0, 1243.0, 1205.0]}]}, {\"text\": \"100.00\", \"boundingBox\": [1448.0, 1180.0, 1530.0, 1180.0, 1530.0, 1205.0, 1448.0, 1205.0], \"words\": [{\"text\": \"100.00\", \"boundingBox\": [1448.0, 1180.0, 1530.0, 1180.0, 1530.0, 1205.0, 1448.0, 1205.0]}]}, {\"text\": \"Copper Swirl Marker\", \"boundingBox\": [171.0, 1224.0, 426.0, 1224.0, 426.0, 1248.0, 171.0, 1248.0], \"words\": [{\"text\": \"Copper\", \"boundingBox\": [171.0, 1224.0, 265.0, 1224.0, 265.0, 1248.0, 171.0, 1248.0]}, {\"text\": \"Swirl\", \"boundingBox\": [270.0, 1224.0, 334.0, 1224.0, 334.0, 1248.0, 270.0, 1248.0]}, {\"text\": \"Marker\", \"boundingBox\": [339.0, 1224.0, 426.0, 1224.0, 426.0, 1248.0, 339.0, 1248.0]}]}, {\"text\": \"20\", \"boundingBox\": [864.0, 1221.0, 887.0, 1221.0, 887.0, 1244.0, 864.0, 1244.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [864.0, 1221.0, 887.0, 1221.0, 887.0, 1244.0, 864.0, 1244.0]}]}, {\"text\": \"5.00\", \"boundingBox\": [1242.0, 1222.0, 1291.0, 1222.0, 1291.0, 1248.0, 1242.0, 1248.0], \"words\": [{\"text\": \"5.00\", \"boundingBox\": [1242.0, 1222.0, 1291.0, 1222.0, 1291.0, 1248.0, 1242.0, 1248.0]}]}, {\"text\": \"100.00\", \"boundingBox\": [1449.0, 1225.0, 1530.0, 1225.0, 1530.0, 1248.0, 1449.0, 1248.0], \"words\": [{\"text\": \"100.00\", \"boundingBox\": [1449.0, 1225.0, 1530.0, 1225.0, 1530.0, 1248.0, 1449.0, 1248.0]}]}, {\"text\": \"SUBTOTAL\", \"boundingBox\": [1156.0, 1571.0, 1298.0, 1571.0, 1298.0, 1599.0, 1156.0, 1599.0], \"words\": [{\"text\": \"SUBTOTAL\", \"boundingBox\": [1156.0, 1571.0, 1298.0, 1571.0, 1298.0, 1599.0, 1156.0, 1599.0]}]}, {\"text\": \"$140.00\", \"boundingBox\": [1434.0, 1574.0, 1530.0, 1574.0, 1530.0, 1599.0, 1434.0, 1599.0], \"words\": [{\"text\": \"$140.00\", \"boundingBox\": [1434.0, 1574.0, 1530.0, 1574.0, 1530.0, 1599.0, 1434.0, 1599.0]}]}, {\"text\": \"TAX\", \"boundingBox\": [1242.0, 1619.0, 1293.0, 1619.0, 1293.0, 1643.0, 1242.0, 1643.0], \"words\": [{\"text\": \"TAX\", \"boundingBox\": [1242.0, 1619.0, 1293.0, 1619.0, 1293.0, 1643.0, 1242.0, 1643.0]}]}, {\"text\": \"$4.00\", \"boundingBox\": [1462.0, 1615.0, 1532.0, 1615.0, 1532.0, 1640.0, 1462.0, 1640.0], \"words\": [{\"text\": \"$4.00\", \"boundingBox\": [1462.0, 1615.0, 1532.0, 1615.0, 1532.0, 1640.0, 1462.0, 1640.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [485.0, 1669.0, 766.0, 1669.0, 766.0, 1708.0, 485.0, 1708.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [485.0, 1669.0, 605.0, 1669.0, 605.0, 1708.0, 485.0, 1708.0]}, {\"text\": \"Sanders\", \"boundingBox\": [613.0, 1669.0, 766.0, 1669.0, 766.0, 1708.0, 613.0, 1708.0]}]}, {\"text\": \"TOTAL\", \"boundingBox\": [1206.0, 1674.0, 1298.0, 1674.0, 1298.0, 1700.0, 1206.0, 1700.0], \"words\": [{\"text\": \"TOTAL\", \"boundingBox\": [1206.0, 1674.0, 1298.0, 1674.0, 1298.0, 1700.0, 1206.0, 1700.0]}]}, {\"text\": \"$144.00\", \"boundingBox\": [1434.0, 1671.0, 1531.0, 1671.0, 1531.0, 1697.0, 1434.0, 1697.0], \"words\": [{\"text\": \"$144.00\", \"boundingBox\": [1434.0, 1671.0, 1531.0, 1671.0, 1531.0, 1697.0, 1434.0, 1697.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [544.0, 1717.0, 719.0, 1717.0, 719.0, 1743.0, 544.0, 1743.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [544.0, 1717.0, 622.0, 1717.0, 622.0, 1743.0, 544.0, 1743.0]}, {\"text\": \"Sanders\", \"boundingBox\": [627.0, 1717.0, 719.0, 1717.0, 719.0, 1743.0, 627.0, 1743.0]}]}, {\"text\": \"Manager\", \"boundingBox\": [579.0, 1752.0, 687.0, 1752.0, 687.0, 1777.0, 579.0, 1777.0], \"words\": [{\"text\": \"Manager\", \"boundingBox\": [579.0, 1752.0, 687.0, 1752.0, 687.0, 1777.0, 579.0, 1777.0]}]}, {\"text\": \"Additional Notes:\", \"boundingBox\": [175.0, 1797.0, 479.0, 1797.0, 479.0, 1834.0, 175.0, 1834.0], \"words\": [{\"text\": \"Additional\", \"boundingBox\": [175.0, 1797.0, 358.0, 1797.0, 358.0, 1834.0, 175.0, 1834.0]}, {\"text\": \"Notes:\", \"boundingBox\": [366.0, 1797.0, 479.0, 1797.0, 479.0, 1834.0, 366.0, 1834.0]}]}, {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy.\", \"boundingBox\": [176.0, 1880.0, 707.0, 1880.0, 707.0, 1910.0, 176.0, 1910.0], \"words\": [{\"text\": \"Do\", \"boundingBox\": [176.0, 1880.0, 208.0, 1880.0, 208.0, 1910.0, 176.0, 1910.0]}, {\"text\": \"not\", \"boundingBox\": [213.0, 1880.0, 258.0, 1880.0, 258.0, 1910.0, 213.0, 1910.0]}, {\"text\": \"Jostle\", \"boundingBox\": [264.0, 1880.0, 338.0, 1880.0, 338.0, 1910.0, 264.0, 1910.0]}, {\"text\": \"Box.\", \"boundingBox\": [343.0, 1880.0, 404.0, 1880.0, 404.0, 1910.0, 343.0, 1910.0]}, {\"text\": \"Unpack\", \"boundingBox\": [410.0, 1880.0, 503.0, 1880.0, 503.0, 1910.0, 410.0, 1910.0]}, {\"text\": \"carefully.\", \"boundingBox\": [509.0, 1880.0, 628.0, 1880.0, 628.0, 1910.0, 509.0, 1910.0]}, {\"text\": \"Enjoy.\", \"boundingBox\": [633.0, 1880.0, 707.0, 1880.0, 707.0, 1910.0, 633.0, 1910.0]}]}, {\"text\": \"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\", \"boundingBox\": [173.0, 1925.0, 1511.0, 1925.0, 1511.0, 1959.0, 173.0, 1959.0], \"words\": [{\"text\": \"Jupiter\", \"boundingBox\": [173.0, 1925.0, 274.0, 1925.0, 274.0, 1959.0, 173.0, 1959.0]}, {\"text\": \"Book\", \"boundingBox\": [280.0, 1925.0, 361.0, 1925.0, 361.0, 1959.0, 280.0, 1959.0]}, {\"text\": \"Supply\", \"boundingBox\": [367.0, 1925.0, 470.0, 1925.0, 470.0, 1959.0, 367.0, 1959.0]}, {\"text\": \"will\", \"boundingBox\": [477.0, 1925.0, 523.0, 1925.0, 523.0, 1959.0, 477.0, 1959.0]}, {\"text\": \"refund\", \"boundingBox\": [530.0, 1925.0, 628.0, 1925.0, 628.0, 1959.0, 530.0, 1959.0]}, {\"text\": \"you\", \"boundingBox\": [635.0, 1925.0, 693.0, 1925.0, 693.0, 1959.0, 635.0, 1959.0]}, {\"text\": \"50%\", \"boundingBox\": [699.0, 1925.0, 766.0, 1925.0, 766.0, 1959.0, 699.0, 1959.0]}, {\"text\": \"per\", \"boundingBox\": [773.0, 1925.0, 827.0, 1925.0, 827.0, 1959.0, 773.0, 1959.0]}, {\"text\": \"book\", \"boundingBox\": [833.0, 1925.0, 907.0, 1925.0, 907.0, 1959.0, 833.0, 1959.0]}, {\"text\": \"if\", \"boundingBox\": [913.0, 1925.0, 934.0, 1925.0, 934.0, 1959.0, 913.0, 1959.0]}, {\"text\": \"returned\", \"boundingBox\": [940.0, 1925.0, 1067.0, 1925.0, 1067.0, 1959.0, 940.0, 1959.0]}, {\"text\": \"within\", \"boundingBox\": [1074.0, 1925.0, 1161.0, 1925.0, 1161.0, 1959.0, 1074.0, 1959.0]}, {\"text\": \"60\", \"boundingBox\": [1168.0, 1925.0, 1210.0, 1925.0, 1210.0, 1959.0, 1168.0, 1959.0]}, {\"text\": \"days\", \"boundingBox\": [1219.0, 1925.0, 1288.0, 1925.0, 1288.0, 1959.0, 1219.0, 1959.0]}, {\"text\": \"of\", \"boundingBox\": [1295.0, 1925.0, 1324.0, 1925.0, 1324.0, 1959.0, 1295.0, 1959.0]}, {\"text\": \"reading\", \"boundingBox\": [1330.0, 1925.0, 1446.0, 1925.0, 1446.0, 1959.0, 1330.0, 1959.0]}, {\"text\": \"and\", \"boundingBox\": [1453.0, 1925.0, 1511.0, 1925.0, 1511.0, 1959.0, 1453.0, 1959.0]}]}, {\"text\": \"offer you 25% off you next total purchase.\", \"boundingBox\": [170.0, 1959.0, 782.0, 1959.0, 782.0, 1992.0, 170.0, 1992.0], \"words\": [{\"text\": \"offer\", \"boundingBox\": [170.0, 1959.0, 239.0, 1959.0, 239.0, 1992.0, 170.0, 1992.0]}, {\"text\": \"you\", \"boundingBox\": [246.0, 1959.0, 304.0, 1959.0, 304.0, 1992.0, 246.0, 1992.0]}, {\"text\": \"25%\", \"boundingBox\": [310.0, 1959.0, 379.0, 1959.0, 379.0, 1992.0, 310.0, 1992.0]}, {\"text\": \"off\", \"boundingBox\": [386.0, 1959.0, 425.0, 1959.0, 425.0, 1992.0, 386.0, 1992.0]}, {\"text\": \"you\", \"boundingBox\": [432.0, 1959.0, 490.0, 1959.0, 490.0, 1992.0, 432.0, 1992.0]}, {\"text\": \"next\", \"boundingBox\": [496.0, 1959.0, 561.0, 1959.0, 561.0, 1992.0, 496.0, 1992.0]}, {\"text\": \"total\", \"boundingBox\": [567.0, 1959.0, 634.0, 1959.0, 634.0, 1992.0, 567.0, 1992.0]}, {\"text\": \"purchase.\", \"boundingBox\": [641.0, 1959.0, 782.0, 1959.0, 782.0, 1992.0, 641.0, 1992.0]}]}]}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Hero Limited\", \"boundingBox\": [620.0, 203.0, 1078.0, 203.0, 1078.0, 271.0, 620.0, 271.0], \"elements\": [\"#/readResults/0/lines/1/words/0\", \"#/readResults/0/lines/1/words/1\"]}, \"value\": {\"text\": \"\", \"boundingBox\": null, \"elements\": null}, \"confidence\": 0.5}, {\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [167.0, 351.0, 365.0, 351.0, 365.0, 381.0, 167.0, 381.0], \"elements\": [\"#/readResults/0/lines/3/words/0\", \"#/readResults/0/lines/3/words/1\"]}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [371.0, 351.0, 528.0, 351.0, 528.0, 381.0, 371.0, 381.0], \"elements\": [\"#/readResults/0/lines/4/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 392.0, 271.0, 392.0, 271.0, 420.0, 167.0, 420.0], \"elements\": [\"#/readResults/0/lines/5/words/0\"]}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [277.0, 392.0, 530.0, 392.0, 530.0, 420.0, 277.0, 420.0], \"elements\": [\"#/readResults/0/lines/6/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 418.0, 1161.0, 418.0, 1161.0, 451.0, 1025.0, 451.0], \"elements\": [\"#/readResults/0/lines/7/words/0\", \"#/readResults/0/lines/7/words/1\"]}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1168.0, 418.0, 1319.0, 418.0, 1319.0, 451.0, 1168.0, 451.0], \"elements\": [\"#/readResults/0/lines/8/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [167.0, 431.0, 240.0, 431.0, 240.0, 458.0, 167.0, 458.0], \"elements\": [\"#/readResults/0/lines/9/words/0\"]}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [168.0, 480.0, 476.0, 480.0, 476.0, 505.0, 168.0, 505.0], \"elements\": [\"#/readResults/0/lines/12/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1027.0, 460.0, 1275.0, 460.0, 1275.0, 491.0, 1027.0, 491.0], \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"]}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1282.0, 460.0, 1376.0, 460.0, 1376.0, 491.0, 1282.0, 491.0], \"elements\": [\"#/readResults/0/lines/11/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [162.0, 610.0, 346.0, 610.0, 346.0, 640.0, 162.0, 640.0], \"elements\": [\"#/readResults/0/lines/14/words/0\", \"#/readResults/0/lines/14/words/1\"]}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [352.0, 610.0, 519.0, 610.0, 519.0, 640.0, 352.0, 640.0], \"elements\": [\"#/readResults/0/lines/15/words/0\", \"#/readResults/0/lines/15/words/1\"]}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [162.0, 646.0, 373.0, 646.0, 373.0, 678.0, 162.0, 678.0], \"elements\": [\"#/readResults/0/lines/16/words/0\", \"#/readResults/0/lines/16/words/1\"]}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [379.0, 646.0, 628.0, 646.0, 628.0, 678.0, 379.0, 678.0], \"elements\": [\"#/readResults/0/lines/17/words/0\", \"#/readResults/0/lines/17/words/1\", \"#/readResults/0/lines/17/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [162.0, 684.0, 272.0, 684.0, 272.0, 715.0, 162.0, 715.0], \"elements\": [\"#/readResults/0/lines/18/words/0\"]}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [279.0, 684.0, 569.0, 684.0, 569.0, 752.0, 279.0, 752.0], \"elements\": [\"#/readResults/0/lines/19/words/0\", \"#/readResults/0/lines/19/words/1\", \"#/readResults/0/lines/19/words/2\", \"#/readResults/0/lines/19/words/3\", \"#/readResults/0/lines/20/words/0\", \"#/readResults/0/lines/20/words/1\", \"#/readResults/0/lines/20/words/2\", \"#/readResults/0/lines/20/words/3\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [615.0, 723.0, 707.0, 723.0, 707.0, 752.0, 615.0, 752.0], \"elements\": [\"#/readResults/0/lines/21/words/0\"]}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [713.0, 723.0, 884.0, 723.0, 884.0, 752.0, 713.0, 752.0], \"elements\": [\"#/readResults/0/lines/22/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 852.0, 253.0, 852.0, 253.0, 881.0, 166.0, 881.0], \"elements\": [\"#/readResults/0/lines/24/words/0\"]}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [258.0, 852.0, 445.0, 852.0, 445.0, 881.0, 258.0, 881.0], \"elements\": [\"#/readResults/0/lines/25/words/0\", \"#/readResults/0/lines/25/words/1\"]}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [169.0, 888.0, 378.0, 888.0, 378.0, 919.0, 169.0, 919.0], \"elements\": [\"#/readResults/0/lines/26/words/0\", \"#/readResults/0/lines/26/words/1\"]}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [385.0, 888.0, 624.0, 888.0, 624.0, 919.0, 385.0, 919.0], \"elements\": [\"#/readResults/0/lines/27/words/0\", \"#/readResults/0/lines/27/words/1\", \"#/readResults/0/lines/27/words/2\"]}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [168.0, 924.0, 276.0, 924.0, 276.0, 954.0, 168.0, 954.0], \"elements\": [\"#/readResults/0/lines/28/words/0\"]}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [283.0, 924.0, 524.0, 924.0, 524.0, 992.0, 283.0, 992.0], \"elements\": [\"#/readResults/0/lines/29/words/0\", \"#/readResults/0/lines/29/words/1\", \"#/readResults/0/lines/29/words/2\", \"#/readResults/0/lines/29/words/3\", \"#/readResults/0/lines/30/words/0\", \"#/readResults/0/lines/30/words/1\", \"#/readResults/0/lines/30/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 852.0, 964.0, 852.0, 992.0, 760.0, 992.0], \"elements\": [\"#/readResults/0/lines/31/words/0\"]}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [857.0, 964.0, 1032.0, 964.0, 1032.0, 992.0, 857.0, 992.0], \"elements\": [\"#/readResults/0/lines/32/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1156.0, 1571.0, 1298.0, 1571.0, 1298.0, 1599.0, 1156.0, 1599.0], \"elements\": [\"#/readResults/0/lines/53/words/0\"]}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1434.0, 1574.0, 1530.0, 1574.0, 1530.0, 1599.0, 1434.0, 1599.0], \"elements\": [\"#/readResults/0/lines/54/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1242.0, 1619.0, 1293.0, 1619.0, 1293.0, 1643.0, 1242.0, 1643.0], \"elements\": [\"#/readResults/0/lines/55/words/0\"]}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1462.0, 1615.0, 1532.0, 1615.0, 1532.0, 1640.0, 1462.0, 1640.0], \"elements\": [\"#/readResults/0/lines/56/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1206.0, 1674.0, 1298.0, 1674.0, 1298.0, 1700.0, 1206.0, 1700.0], \"elements\": [\"#/readResults/0/lines/58/words/0\"]}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1434.0, 1671.0, 1531.0, 1671.0, 1531.0, 1697.0, 1434.0, 1697.0], \"elements\": [\"#/readResults/0/lines/59/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [175.0, 1797.0, 479.0, 1797.0, 479.0, 1834.0, 175.0, 1834.0], \"elements\": [\"#/readResults/0/lines/62/words/0\", \"#/readResults/0/lines/62/words/1\"]}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [170.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 170.0, 1992.0], \"elements\": [\"#/readResults/0/lines/63/words/0\", \"#/readResults/0/lines/63/words/1\", \"#/readResults/0/lines/63/words/2\", \"#/readResults/0/lines/63/words/3\", \"#/readResults/0/lines/63/words/4\", \"#/readResults/0/lines/63/words/5\", \"#/readResults/0/lines/63/words/6\", \"#/readResults/0/lines/64/words/0\", \"#/readResults/0/lines/64/words/1\", \"#/readResults/0/lines/64/words/2\", \"#/readResults/0/lines/64/words/3\", \"#/readResults/0/lines/64/words/4\", \"#/readResults/0/lines/64/words/5\", \"#/readResults/0/lines/64/words/6\", \"#/readResults/0/lines/64/words/7\", \"#/readResults/0/lines/64/words/8\", \"#/readResults/0/lines/64/words/9\", \"#/readResults/0/lines/64/words/10\", \"#/readResults/0/lines/64/words/11\", \"#/readResults/0/lines/64/words/12\", \"#/readResults/0/lines/64/words/13\", \"#/readResults/0/lines/64/words/14\", \"#/readResults/0/lines/64/words/15\", \"#/readResults/0/lines/64/words/16\", \"#/readResults/0/lines/65/words/0\", \"#/readResults/0/lines/65/words/1\", \"#/readResults/0/lines/65/words/2\", \"#/readResults/0/lines/65/words/3\", \"#/readResults/0/lines/65/words/4\", \"#/readResults/0/lines/65/words/5\", \"#/readResults/0/lines/65/words/6\", \"#/readResults/0/lines/65/words/7\"]}, \"confidence\": 0.53}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [141.0, 140.0, 348.0, 140.0, 348.0, 168.0, 141.0, 168.0], \"elements\": [\"#/readResults/0/lines/0/words/0\", \"#/readResults/0/lines/0/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__2\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [1117.0, 319.0, 1551.0, 319.0, 1551.0, 372.0, 1117.0, 372.0], \"elements\": [\"#/readResults/0/lines/2/words/0\", \"#/readResults/0/lines/2/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__3\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped To\", \"boundingBox\": [170.0, 546.0, 398.0, 546.0, 398.0, 592.0, 170.0, 592.0], \"elements\": [\"#/readResults/0/lines/13/words/0\", \"#/readResults/0/lines/13/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__4\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped From\", \"boundingBox\": [169.0, 784.0, 445.0, 784.0, 445.0, 831.0, 169.0, 831.0], \"elements\": [\"#/readResults/0/lines/23/words/0\", \"#/readResults/0/lines/23/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__5\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [485.0, 1669.0, 766.0, 1669.0, 766.0, 1708.0, 485.0, 1708.0], \"elements\": [\"#/readResults/0/lines/57/words/0\", \"#/readResults/0/lines/57/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__6\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [544.0, 1717.0, 719.0, 1717.0, 719.0, 1743.0, 544.0, 1743.0], \"elements\": [\"#/readResults/0/lines/60/words/0\", \"#/readResults/0/lines/60/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__7\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Manager\", \"boundingBox\": [579.0, 1752.0, 687.0, 1752.0, 687.0, 1777.0, 579.0, 1777.0], \"elements\": [\"#/readResults/0/lines/61/words/0\"]}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1047.0, 551.0, 1047.0, 551.0, 1080.0, 447.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/33/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [890.0, 1048.0, 1028.0, 1048.0, 1028.0, 1080.0, 890.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/34/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1113.0, 1045.0, 1267.0, 1045.0, 1267.0, 1080.0, 1113.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/35/words/0\", \"#/readResults/0/lines/35/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1389.0, 1046.0, 1466.0, 1046.0, 1466.0, 1080.0, 1389.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/36/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [173.0, 1094.0, 282.0, 1094.0, 282.0, 1122.0, 173.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/37/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [863.0, 1098.0, 889.0, 1098.0, 889.0, 1122.0, 863.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/38/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1096.0, 1297.0, 1096.0, 1297.0, 1122.0, 1243.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/39/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1466.0, 1098.0, 1531.0, 1098.0, 1531.0, 1122.0, 1466.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/40/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [172.0, 1136.0, 331.0, 1136.0, 331.0, 1162.0, 172.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/41/words/0\", \"#/readResults/0/lines/41/words/1\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [862.0, 1137.0, 889.0, 1137.0, 889.0, 1162.0, 862.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/42/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1134.0, 1292.0, 1134.0, 1292.0, 1162.0, 1243.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/43/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1464.0, 1138.0, 1531.0, 1138.0, 1531.0, 1162.0, 1464.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/44/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [172.0, 1179.0, 404.0, 1179.0, 404.0, 1205.0, 172.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/45/words/0\", \"#/readResults/0/lines/45/words/1\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1177.0, 888.0, 1177.0, 888.0, 1199.0, 863.0, 1199.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/46/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1179.0, 1298.0, 1179.0, 1298.0, 1205.0, 1243.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/47/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1448.0, 1180.0, 1530.0, 1180.0, 1530.0, 1205.0, 1448.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/48/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [171.0, 1224.0, 426.0, 1224.0, 426.0, 1248.0, 171.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/49/words/0\", \"#/readResults/0/lines/49/words/1\", \"#/readResults/0/lines/49/words/2\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [864.0, 1221.0, 887.0, 1221.0, 887.0, 1244.0, 864.0, 1244.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/50/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1242.0, 1222.0, 1291.0, 1222.0, 1291.0, 1248.0, 1242.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/51/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1449.0, 1225.0, 1530.0, 1225.0, 1530.0, 1248.0, 1449.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/52/words/0\"], \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:33:05 GMT", + "Body" : "{\"status\": \"running\", \"createdDateTime\": \"2020-09-16T00:54:41Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:54:42Z\", \"analyzeResult\": null}", + "Date" : "Wed, 16 Sep 2020 00:54:46 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models/c7a6dc79-882d-47cb-95d5-1b2625c74c38/analyzeResults/c6461d8b-3e1e-40c5-a81f-246e302b11d7", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c4959c57-4a4f-4096-98ee-933f7b65800a/analyzeResults/60946aad-b7c9-41ba-bd47-9b380ce80ef8", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e0d543a0-1a96-4b47-9e7a-5fbfe0e5e7aa" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "fe9db4b9-f212-4d8b-aaa0-5814e8fca4e1" }, "Response" : { - "x-envoy-upstream-service-time" : "36", + "x-envoy-upstream-service-time" : "29", + "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", + "x-content-type-options" : "nosniff", + "apim-request-id" : "e40d27ce-80b3-4f31-9c73-29716b4f23ed", + "retry-after" : "0", + "Content-Length" : "34193", + "StatusCode" : "200", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:54:41Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:54:48Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": [{\"text\": \"Purchase Order\", \"boundingBox\": [137.0, 140.0, 351.0, 140.0, 351.0, 167.0, 137.0, 167.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [137.0, 140.0, 264.0, 140.0, 264.0, 167.0, 137.0, 167.0]}, {\"text\": \"Order\", \"boundingBox\": [269.0, 139.0, 351.0, 139.0, 351.0, 167.0, 269.0, 167.0]}]}, {\"text\": \"Hero Limited\", \"boundingBox\": [621.0, 206.0, 1075.0, 206.0, 1075.0, 266.0, 621.0, 266.0], \"words\": [{\"text\": \"Hero\", \"boundingBox\": [621.0, 208.0, 794.0, 208.0, 794.0, 266.0, 621.0, 266.0]}, {\"text\": \"Limited\", \"boundingBox\": [806.0, 205.0, 1075.0, 205.0, 1075.0, 266.0, 806.0, 266.0]}]}, {\"text\": \"Purchase Order\", \"boundingBox\": [1113.0, 322.0, 1554.0, 322.0, 1554.0, 369.0, 1113.0, 369.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [1113.0, 322.0, 1381.0, 322.0, 1381.0, 368.0, 1113.0, 368.0]}, {\"text\": \"Order\", \"boundingBox\": [1390.0, 321.0, 1554.0, 321.0, 1554.0, 370.0, 1390.0, 370.0]}]}, {\"text\": \"Company Phone:\", \"boundingBox\": [163.0, 352.0, 359.0, 352.0, 359.0, 378.0, 163.0, 378.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [163.0, 353.0, 274.0, 353.0, 274.0, 378.0, 163.0, 378.0]}, {\"text\": \"Phone:\", \"boundingBox\": [279.0, 351.0, 359.0, 351.0, 359.0, 378.0, 279.0, 378.0]}]}, {\"text\": \"555-348-6512\", \"boundingBox\": [364.0, 351.0, 528.0, 351.0, 528.0, 378.0, 364.0, 378.0], \"words\": [{\"text\": \"555-348-6512\", \"boundingBox\": [364.0, 351.0, 528.0, 351.0, 528.0, 378.0, 364.0, 378.0]}]}, {\"text\": \"Website:\", \"boundingBox\": [167.0, 394.0, 269.0, 394.0, 269.0, 417.0, 167.0, 417.0], \"words\": [{\"text\": \"Website:\", \"boundingBox\": [167.0, 394.0, 269.0, 394.0, 269.0, 417.0, 167.0, 417.0]}]}, {\"text\": \"www.herolimited.com\", \"boundingBox\": [273.0, 393.0, 531.0, 393.0, 531.0, 418.0, 273.0, 418.0], \"words\": [{\"text\": \"www.herolimited.com\", \"boundingBox\": [273.0, 393.0, 531.0, 393.0, 531.0, 418.0, 273.0, 418.0]}]}, {\"text\": \"Email:\", \"boundingBox\": [165.0, 435.0, 237.0, 435.0, 237.0, 460.0, 165.0, 460.0], \"words\": [{\"text\": \"Email:\", \"boundingBox\": [165.0, 435.0, 237.0, 435.0, 237.0, 460.0, 165.0, 460.0]}]}, {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 421.0, 1160.0, 421.0, 1160.0, 448.0, 1025.0, 448.0], \"words\": [{\"text\": \"Dated\", \"boundingBox\": [1025.0, 421.0, 1108.0, 421.0, 1108.0, 448.0, 1025.0, 448.0]}, {\"text\": \"As:\", \"boundingBox\": [1114.0, 420.0, 1160.0, 420.0, 1160.0, 448.0, 1114.0, 448.0]}]}, {\"text\": \"12/20/2020\", \"boundingBox\": [1165.0, 420.0, 1317.0, 420.0, 1317.0, 448.0, 1165.0, 448.0], \"words\": [{\"text\": \"12/20/2020\", \"boundingBox\": [1165.0, 420.0, 1317.0, 420.0, 1317.0, 448.0, 1165.0, 448.0]}]}, {\"text\": \"Purchase Order #:\", \"boundingBox\": [1023.0, 461.0, 1272.0, 461.0, 1272.0, 488.0, 1023.0, 488.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [1023.0, 461.0, 1152.0, 461.0, 1152.0, 488.0, 1023.0, 488.0]}, {\"text\": \"Order\", \"boundingBox\": [1157.0, 461.0, 1238.0, 461.0, 1238.0, 489.0, 1157.0, 489.0]}, {\"text\": \"#:\", \"boundingBox\": [1244.0, 461.0, 1272.0, 461.0, 1272.0, 489.0, 1244.0, 489.0]}]}, {\"text\": \"948284\", \"boundingBox\": [1277.0, 461.0, 1376.0, 461.0, 1376.0, 489.0, 1277.0, 489.0], \"words\": [{\"text\": \"948284\", \"boundingBox\": [1277.0, 461.0, 1376.0, 461.0, 1376.0, 489.0, 1277.0, 489.0]}]}, {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [164.0, 481.0, 479.0, 481.0, 479.0, 503.0, 164.0, 503.0], \"words\": [{\"text\": \"accounts@herolimited.com\", \"boundingBox\": [164.0, 481.0, 479.0, 481.0, 479.0, 503.0, 164.0, 503.0]}]}, {\"text\": \"Shipped To\", \"boundingBox\": [167.0, 547.0, 397.0, 547.0, 397.0, 592.0, 167.0, 592.0], \"words\": [{\"text\": \"Shipped\", \"boundingBox\": [167.0, 547.0, 333.0, 547.0, 333.0, 592.0, 167.0, 592.0]}, {\"text\": \"To\", \"boundingBox\": [342.0, 547.0, 397.0, 547.0, 397.0, 592.0, 342.0, 592.0]}]}, {\"text\": \"Vendor Name:\", \"boundingBox\": [160.0, 611.0, 344.0, 611.0, 344.0, 637.0, 160.0, 637.0], \"words\": [{\"text\": \"Vendor\", \"boundingBox\": [160.0, 611.0, 254.0, 611.0, 254.0, 637.0, 160.0, 637.0]}, {\"text\": \"Name:\", \"boundingBox\": [259.0, 610.0, 344.0, 610.0, 344.0, 638.0, 259.0, 638.0]}]}, {\"text\": \"Hillary Swank\", \"boundingBox\": [350.0, 609.0, 521.0, 609.0, 521.0, 639.0, 350.0, 639.0], \"words\": [{\"text\": \"Hillary\", \"boundingBox\": [350.0, 609.0, 430.0, 609.0, 430.0, 639.0, 350.0, 639.0]}, {\"text\": \"Swank\", \"boundingBox\": [435.0, 609.0, 521.0, 609.0, 521.0, 639.0, 435.0, 639.0]}]}, {\"text\": \"Company Name:\", \"boundingBox\": [160.0, 648.0, 370.0, 648.0, 370.0, 677.0, 160.0, 677.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [160.0, 649.0, 280.0, 649.0, 280.0, 676.0, 160.0, 676.0]}, {\"text\": \"Name:\", \"boundingBox\": [286.0, 647.0, 370.0, 647.0, 370.0, 678.0, 286.0, 678.0]}]}, {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [375.0, 646.0, 630.0, 646.0, 630.0, 679.0, 375.0, 679.0], \"words\": [{\"text\": \"Higgly\", \"boundingBox\": [375.0, 647.0, 455.0, 647.0, 455.0, 679.0, 375.0, 679.0]}, {\"text\": \"Wiggly\", \"boundingBox\": [461.0, 646.0, 546.0, 646.0, 546.0, 679.0, 461.0, 679.0]}, {\"text\": \"Books\", \"boundingBox\": [552.0, 646.0, 630.0, 646.0, 630.0, 678.0, 552.0, 678.0]}]}, {\"text\": \"Address:\", \"boundingBox\": [161.0, 685.0, 269.0, 685.0, 269.0, 711.0, 161.0, 711.0], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [161.0, 685.0, 269.0, 685.0, 269.0, 711.0, 161.0, 711.0]}]}, {\"text\": \"938 NE Burner Road\", \"boundingBox\": [274.0, 685.0, 527.0, 685.0, 527.0, 713.0, 274.0, 713.0], \"words\": [{\"text\": \"938\", \"boundingBox\": [274.0, 685.0, 323.0, 685.0, 323.0, 712.0, 274.0, 712.0]}, {\"text\": \"NE\", \"boundingBox\": [329.0, 685.0, 364.0, 685.0, 364.0, 713.0, 329.0, 713.0]}, {\"text\": \"Burner\", \"boundingBox\": [370.0, 685.0, 455.0, 685.0, 455.0, 713.0, 370.0, 713.0]}, {\"text\": \"Road\", \"boundingBox\": [460.0, 685.0, 527.0, 685.0, 527.0, 713.0, 460.0, 713.0]}]}, {\"text\": \"Boulder City, CO 92848\", \"boundingBox\": [279.0, 722.0, 565.0, 722.0, 565.0, 751.0, 279.0, 751.0], \"words\": [{\"text\": \"Boulder\", \"boundingBox\": [279.0, 722.0, 371.0, 722.0, 371.0, 750.0, 279.0, 750.0]}, {\"text\": \"City,\", \"boundingBox\": [377.0, 722.0, 433.0, 722.0, 433.0, 751.0, 377.0, 751.0]}, {\"text\": \"CO\", \"boundingBox\": [439.0, 722.0, 477.0, 722.0, 477.0, 751.0, 439.0, 751.0]}, {\"text\": \"92848\", \"boundingBox\": [482.0, 722.0, 565.0, 722.0, 565.0, 751.0, 482.0, 751.0]}]}, {\"text\": \"Phone:\", \"boundingBox\": [613.0, 722.0, 702.0, 722.0, 702.0, 749.0, 613.0, 749.0], \"words\": [{\"text\": \"Phone:\", \"boundingBox\": [613.0, 722.0, 702.0, 722.0, 702.0, 749.0, 613.0, 749.0]}]}, {\"text\": \"938-294-2949\", \"boundingBox\": [708.0, 722.0, 885.0, 722.0, 885.0, 749.0, 708.0, 749.0], \"words\": [{\"text\": \"938-294-2949\", \"boundingBox\": [708.0, 722.0, 885.0, 722.0, 885.0, 749.0, 708.0, 749.0]}]}, {\"text\": \"Shipped From\", \"boundingBox\": [167.0, 784.0, 448.0, 784.0, 448.0, 830.0, 167.0, 830.0], \"words\": [{\"text\": \"Shipped\", \"boundingBox\": [167.0, 784.0, 327.0, 784.0, 327.0, 830.0, 167.0, 830.0]}, {\"text\": \"From\", \"boundingBox\": [336.0, 785.0, 448.0, 785.0, 448.0, 830.0, 336.0, 830.0]}]}, {\"text\": \"Name:\", \"boundingBox\": [166.0, 853.0, 250.0, 853.0, 250.0, 879.0, 166.0, 879.0], \"words\": [{\"text\": \"Name:\", \"boundingBox\": [166.0, 853.0, 250.0, 853.0, 250.0, 879.0, 166.0, 879.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [255.0, 852.0, 446.0, 852.0, 446.0, 880.0, 255.0, 880.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [255.0, 852.0, 336.0, 852.0, 336.0, 879.0, 255.0, 879.0]}, {\"text\": \"Sanders\", \"boundingBox\": [341.0, 852.0, 446.0, 852.0, 446.0, 880.0, 341.0, 880.0]}]}, {\"text\": \"Company Name:\", \"boundingBox\": [164.0, 890.0, 374.0, 890.0, 374.0, 919.0, 164.0, 919.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [164.0, 890.0, 282.0, 890.0, 282.0, 919.0, 164.0, 919.0]}, {\"text\": \"Name:\", \"boundingBox\": [288.0, 890.0, 374.0, 890.0, 374.0, 919.0, 288.0, 919.0]}]}, {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [380.0, 889.0, 629.0, 889.0, 629.0, 919.0, 380.0, 919.0], \"words\": [{\"text\": \"Jupiter\", \"boundingBox\": [380.0, 889.0, 467.0, 889.0, 467.0, 919.0, 380.0, 919.0]}, {\"text\": \"Book\", \"boundingBox\": [473.0, 889.0, 536.0, 889.0, 536.0, 919.0, 473.0, 919.0]}, {\"text\": \"Supply\", \"boundingBox\": [542.0, 889.0, 629.0, 889.0, 629.0, 920.0, 542.0, 920.0]}]}, {\"text\": \"Address:\", \"boundingBox\": [166.0, 926.0, 273.0, 926.0, 273.0, 953.0, 166.0, 953.0], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [166.0, 926.0, 273.0, 926.0, 273.0, 953.0, 166.0, 953.0]}]}, {\"text\": \"383 N Kinnick Road\", \"boundingBox\": [279.0, 926.0, 521.0, 926.0, 521.0, 953.0, 279.0, 953.0], \"words\": [{\"text\": \"383\", \"boundingBox\": [279.0, 925.0, 327.0, 925.0, 327.0, 953.0, 279.0, 953.0]}, {\"text\": \"N\", \"boundingBox\": [332.0, 926.0, 353.0, 926.0, 353.0, 953.0, 332.0, 953.0]}, {\"text\": \"Kinnick\", \"boundingBox\": [358.0, 926.0, 448.0, 926.0, 448.0, 953.0, 358.0, 953.0]}, {\"text\": \"Road\", \"boundingBox\": [453.0, 926.0, 521.0, 926.0, 521.0, 954.0, 453.0, 954.0]}]}, {\"text\": \"Seattle, WA 38383\", \"boundingBox\": [281.0, 965.0, 514.0, 965.0, 514.0, 991.0, 281.0, 991.0], \"words\": [{\"text\": \"Seattle,\", \"boundingBox\": [281.0, 965.0, 377.0, 965.0, 377.0, 991.0, 281.0, 991.0]}, {\"text\": \"WA\", \"boundingBox\": [382.0, 964.0, 429.0, 964.0, 429.0, 991.0, 382.0, 991.0]}, {\"text\": \"38383\", \"boundingBox\": [434.0, 964.0, 514.0, 964.0, 514.0, 991.0, 434.0, 991.0]}]}, {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 849.0, 964.0, 849.0, 990.0, 760.0, 990.0], \"words\": [{\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 849.0, 964.0, 849.0, 990.0, 760.0, 990.0]}]}, {\"text\": \"932-299-0292\", \"boundingBox\": [855.0, 964.0, 1033.0, 964.0, 1033.0, 990.0, 855.0, 990.0], \"words\": [{\"text\": \"932-299-0292\", \"boundingBox\": [855.0, 964.0, 1033.0, 964.0, 1033.0, 990.0, 855.0, 990.0]}]}, {\"text\": \"Details\", \"boundingBox\": [447.0, 1048.0, 558.0, 1048.0, 558.0, 1078.0, 447.0, 1078.0], \"words\": [{\"text\": \"Details\", \"boundingBox\": [447.0, 1048.0, 558.0, 1048.0, 558.0, 1078.0, 447.0, 1078.0]}]}, {\"text\": \"Quantity\", \"boundingBox\": [886.0, 1048.0, 1034.0, 1048.0, 1034.0, 1084.0, 886.0, 1084.0], \"words\": [{\"text\": \"Quantity\", \"boundingBox\": [886.0, 1048.0, 1034.0, 1048.0, 1034.0, 1084.0, 886.0, 1084.0]}]}, {\"text\": \"Unit Price\", \"boundingBox\": [1111.0, 1047.0, 1269.0, 1047.0, 1269.0, 1078.0, 1111.0, 1078.0], \"words\": [{\"text\": \"Unit\", \"boundingBox\": [1111.0, 1047.0, 1181.0, 1047.0, 1181.0, 1078.0, 1111.0, 1078.0]}, {\"text\": \"Price\", \"boundingBox\": [1187.0, 1047.0, 1269.0, 1047.0, 1269.0, 1078.0, 1187.0, 1078.0]}]}, {\"text\": \"Total\", \"boundingBox\": [1383.0, 1047.0, 1467.0, 1047.0, 1467.0, 1077.0, 1383.0, 1077.0], \"words\": [{\"text\": \"Total\", \"boundingBox\": [1383.0, 1047.0, 1467.0, 1047.0, 1467.0, 1077.0, 1383.0, 1077.0]}]}, {\"text\": \"Bindings\", \"boundingBox\": [172.0, 1094.0, 280.0, 1094.0, 280.0, 1122.0, 172.0, 1122.0], \"words\": [{\"text\": \"Bindings\", \"boundingBox\": [172.0, 1094.0, 280.0, 1094.0, 280.0, 1122.0, 172.0, 1122.0]}]}, {\"text\": \"20\", \"boundingBox\": [861.0, 1094.0, 892.0, 1094.0, 892.0, 1119.0, 861.0, 1119.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [861.0, 1094.0, 892.0, 1094.0, 892.0, 1119.0, 861.0, 1119.0]}]}, {\"text\": \"1.00\", \"boundingBox\": [1241.0, 1095.0, 1293.0, 1095.0, 1293.0, 1118.0, 1241.0, 1118.0], \"words\": [{\"text\": \"1.00\", \"boundingBox\": [1241.0, 1095.0, 1293.0, 1095.0, 1293.0, 1118.0, 1241.0, 1118.0]}]}, {\"text\": \"20.00\", \"boundingBox\": [1458.0, 1096.0, 1531.0, 1096.0, 1531.0, 1119.0, 1458.0, 1119.0], \"words\": [{\"text\": \"20.00\", \"boundingBox\": [1458.0, 1096.0, 1531.0, 1096.0, 1531.0, 1119.0, 1458.0, 1119.0]}]}, {\"text\": \"Covers Small\", \"boundingBox\": [170.0, 1136.0, 333.0, 1136.0, 333.0, 1161.0, 170.0, 1161.0], \"words\": [{\"text\": \"Covers\", \"boundingBox\": [170.0, 1136.0, 254.0, 1136.0, 254.0, 1161.0, 170.0, 1161.0]}, {\"text\": \"Small\", \"boundingBox\": [259.0, 1136.0, 333.0, 1136.0, 333.0, 1161.0, 259.0, 1161.0]}]}, {\"text\": \"20\", \"boundingBox\": [861.0, 1135.0, 892.0, 1135.0, 892.0, 1160.0, 861.0, 1160.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [861.0, 1135.0, 892.0, 1135.0, 892.0, 1160.0, 861.0, 1160.0]}]}, {\"text\": \"1.00\", \"boundingBox\": [1240.0, 1135.0, 1294.0, 1135.0, 1294.0, 1160.0, 1240.0, 1160.0], \"words\": [{\"text\": \"1.00\", \"boundingBox\": [1240.0, 1135.0, 1294.0, 1135.0, 1294.0, 1160.0, 1240.0, 1160.0]}]}, {\"text\": \"20.00\", \"boundingBox\": [1458.0, 1135.0, 1529.0, 1135.0, 1529.0, 1160.0, 1458.0, 1160.0], \"words\": [{\"text\": \"20.00\", \"boundingBox\": [1458.0, 1135.0, 1529.0, 1135.0, 1529.0, 1160.0, 1458.0, 1160.0]}]}, {\"text\": \"Feather Bookmark\", \"boundingBox\": [173.0, 1179.0, 402.0, 1179.0, 402.0, 1206.0, 173.0, 1206.0], \"words\": [{\"text\": \"Feather\", \"boundingBox\": [173.0, 1180.0, 266.0, 1180.0, 266.0, 1206.0, 173.0, 1206.0]}, {\"text\": \"Bookmark\", \"boundingBox\": [271.0, 1179.0, 402.0, 1179.0, 402.0, 1206.0, 271.0, 1206.0]}]}, {\"text\": \"20\", \"boundingBox\": [863.0, 1179.0, 892.0, 1179.0, 892.0, 1204.0, 863.0, 1204.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [863.0, 1179.0, 892.0, 1179.0, 892.0, 1204.0, 863.0, 1204.0]}]}, {\"text\": \"5.00\", \"boundingBox\": [1239.0, 1179.0, 1294.0, 1179.0, 1294.0, 1204.0, 1239.0, 1204.0], \"words\": [{\"text\": \"5.00\", \"boundingBox\": [1239.0, 1179.0, 1294.0, 1179.0, 1294.0, 1204.0, 1239.0, 1204.0]}]}, {\"text\": \"100.00\", \"boundingBox\": [1443.0, 1181.0, 1529.0, 1181.0, 1529.0, 1205.0, 1443.0, 1205.0], \"words\": [{\"text\": \"100.00\", \"boundingBox\": [1443.0, 1181.0, 1529.0, 1181.0, 1529.0, 1205.0, 1443.0, 1205.0]}]}, {\"text\": \"Copper Swirl Marker\", \"boundingBox\": [170.0, 1222.0, 429.0, 1222.0, 429.0, 1252.0, 170.0, 1252.0], \"words\": [{\"text\": \"Copper\", \"boundingBox\": [170.0, 1223.0, 259.0, 1223.0, 259.0, 1253.0, 170.0, 1253.0]}, {\"text\": \"Swirl\", \"boundingBox\": [265.0, 1222.0, 328.0, 1222.0, 328.0, 1252.0, 265.0, 1252.0]}, {\"text\": \"Marker\", \"boundingBox\": [334.0, 1222.0, 429.0, 1222.0, 429.0, 1251.0, 334.0, 1251.0]}]}, {\"text\": \"20\", \"boundingBox\": [860.0, 1223.0, 892.0, 1223.0, 892.0, 1247.0, 860.0, 1247.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [860.0, 1223.0, 892.0, 1223.0, 892.0, 1247.0, 860.0, 1247.0]}]}, {\"text\": \"5.00\", \"boundingBox\": [1239.0, 1221.0, 1293.0, 1221.0, 1293.0, 1247.0, 1239.0, 1247.0], \"words\": [{\"text\": \"5.00\", \"boundingBox\": [1239.0, 1221.0, 1293.0, 1221.0, 1293.0, 1247.0, 1239.0, 1247.0]}]}, {\"text\": \"100.00\", \"boundingBox\": [1444.0, 1224.0, 1530.0, 1224.0, 1530.0, 1248.0, 1444.0, 1248.0], \"words\": [{\"text\": \"100.00\", \"boundingBox\": [1444.0, 1224.0, 1530.0, 1224.0, 1530.0, 1248.0, 1444.0, 1248.0]}]}, {\"text\": \"SUBTOTAL\", \"boundingBox\": [1147.0, 1575.0, 1296.0, 1575.0, 1296.0, 1600.0, 1147.0, 1600.0], \"words\": [{\"text\": \"SUBTOTAL\", \"boundingBox\": [1147.0, 1575.0, 1296.0, 1575.0, 1296.0, 1600.0, 1147.0, 1600.0]}]}, {\"text\": \"$140.00\", \"boundingBox\": [1426.0, 1571.0, 1529.0, 1571.0, 1529.0, 1599.0, 1426.0, 1599.0], \"words\": [{\"text\": \"$140.00\", \"boundingBox\": [1426.0, 1571.0, 1529.0, 1571.0, 1529.0, 1599.0, 1426.0, 1599.0]}]}, {\"text\": \"TAX\", \"boundingBox\": [1238.0, 1618.0, 1296.0, 1618.0, 1296.0, 1643.0, 1238.0, 1643.0], \"words\": [{\"text\": \"TAX\", \"boundingBox\": [1238.0, 1618.0, 1296.0, 1618.0, 1296.0, 1643.0, 1238.0, 1643.0]}]}, {\"text\": \"$4.00\", \"boundingBox\": [1458.0, 1615.0, 1529.0, 1615.0, 1529.0, 1643.0, 1458.0, 1643.0], \"words\": [{\"text\": \"$4.00\", \"boundingBox\": [1458.0, 1615.0, 1529.0, 1615.0, 1529.0, 1643.0, 1458.0, 1643.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [489.0, 1671.0, 764.0, 1671.0, 764.0, 1706.0, 489.0, 1706.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [489.0, 1671.0, 609.0, 1671.0, 609.0, 1706.0, 489.0, 1706.0]}, {\"text\": \"Sanders\", \"boundingBox\": [616.0, 1671.0, 764.0, 1671.0, 764.0, 1706.0, 616.0, 1706.0]}]}, {\"text\": \"TOTAL\", \"boundingBox\": [1204.0, 1674.0, 1297.0, 1674.0, 1297.0, 1699.0, 1204.0, 1699.0], \"words\": [{\"text\": \"TOTAL\", \"boundingBox\": [1204.0, 1674.0, 1297.0, 1674.0, 1297.0, 1699.0, 1204.0, 1699.0]}]}, {\"text\": \"$144.00\", \"boundingBox\": [1427.0, 1671.0, 1529.0, 1671.0, 1529.0, 1698.0, 1427.0, 1698.0], \"words\": [{\"text\": \"$144.00\", \"boundingBox\": [1427.0, 1671.0, 1529.0, 1671.0, 1529.0, 1698.0, 1427.0, 1698.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [542.0, 1719.0, 717.0, 1719.0, 717.0, 1742.0, 542.0, 1742.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [542.0, 1719.0, 617.0, 1719.0, 617.0, 1742.0, 542.0, 1742.0]}, {\"text\": \"Sanders\", \"boundingBox\": [621.0, 1719.0, 717.0, 1719.0, 717.0, 1742.0, 621.0, 1742.0]}]}, {\"text\": \"Manager\", \"boundingBox\": [577.0, 1754.0, 681.0, 1754.0, 681.0, 1776.0, 577.0, 1776.0], \"words\": [{\"text\": \"Manager\", \"boundingBox\": [577.0, 1754.0, 681.0, 1754.0, 681.0, 1776.0, 577.0, 1776.0]}]}, {\"text\": \"Additional Notes:\", \"boundingBox\": [173.0, 1796.0, 479.0, 1796.0, 479.0, 1831.0, 173.0, 1831.0], \"words\": [{\"text\": \"Additional\", \"boundingBox\": [173.0, 1796.0, 355.0, 1796.0, 355.0, 1831.0, 173.0, 1831.0]}, {\"text\": \"Notes:\", \"boundingBox\": [361.0, 1796.0, 479.0, 1796.0, 479.0, 1832.0, 361.0, 1832.0]}]}, {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy.\", \"boundingBox\": [175.0, 1880.0, 707.0, 1880.0, 707.0, 1909.0, 175.0, 1909.0], \"words\": [{\"text\": \"Do\", \"boundingBox\": [175.0, 1881.0, 205.0, 1881.0, 205.0, 1907.0, 175.0, 1907.0]}, {\"text\": \"not\", \"boundingBox\": [210.0, 1881.0, 256.0, 1881.0, 256.0, 1907.0, 210.0, 1907.0]}, {\"text\": \"Jostle\", \"boundingBox\": [261.0, 1880.0, 335.0, 1880.0, 335.0, 1908.0, 261.0, 1908.0]}, {\"text\": \"Box.\", \"boundingBox\": [340.0, 1880.0, 401.0, 1880.0, 401.0, 1909.0, 340.0, 1909.0]}, {\"text\": \"Unpack\", \"boundingBox\": [406.0, 1880.0, 500.0, 1880.0, 500.0, 1909.0, 406.0, 1909.0]}, {\"text\": \"carefully.\", \"boundingBox\": [505.0, 1880.0, 623.0, 1880.0, 623.0, 1910.0, 505.0, 1910.0]}, {\"text\": \"Enjoy.\", \"boundingBox\": [628.0, 1880.0, 707.0, 1880.0, 707.0, 1911.0, 628.0, 1911.0]}]}, {\"text\": \"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\", \"boundingBox\": [169.0, 1924.0, 1511.0, 1924.0, 1511.0, 1958.0, 169.0, 1958.0], \"words\": [{\"text\": \"Jupiter\", \"boundingBox\": [169.0, 1924.0, 270.0, 1924.0, 270.0, 1959.0, 169.0, 1959.0]}, {\"text\": \"Book\", \"boundingBox\": [277.0, 1924.0, 355.0, 1924.0, 355.0, 1959.0, 277.0, 1959.0]}, {\"text\": \"Supply\", \"boundingBox\": [361.0, 1924.0, 465.0, 1924.0, 465.0, 1958.0, 361.0, 1958.0]}, {\"text\": \"will\", \"boundingBox\": [472.0, 1924.0, 517.0, 1924.0, 517.0, 1958.0, 472.0, 1958.0]}, {\"text\": \"refund\", \"boundingBox\": [524.0, 1924.0, 625.0, 1924.0, 625.0, 1958.0, 524.0, 1958.0]}, {\"text\": \"you\", \"boundingBox\": [632.0, 1924.0, 687.0, 1924.0, 687.0, 1958.0, 632.0, 1958.0]}, {\"text\": \"50%\", \"boundingBox\": [694.0, 1924.0, 763.0, 1924.0, 763.0, 1958.0, 694.0, 1958.0]}, {\"text\": \"per\", \"boundingBox\": [770.0, 1924.0, 820.0, 1924.0, 820.0, 1958.0, 770.0, 1958.0]}, {\"text\": \"book\", \"boundingBox\": [827.0, 1924.0, 900.0, 1924.0, 900.0, 1958.0, 827.0, 1958.0]}, {\"text\": \"if\", \"boundingBox\": [907.0, 1924.0, 928.0, 1924.0, 928.0, 1958.0, 907.0, 1958.0]}, {\"text\": \"returned\", \"boundingBox\": [935.0, 1924.0, 1063.0, 1924.0, 1063.0, 1958.0, 935.0, 1958.0]}, {\"text\": \"within\", \"boundingBox\": [1070.0, 1924.0, 1157.0, 1924.0, 1157.0, 1958.0, 1070.0, 1958.0]}, {\"text\": \"60\", \"boundingBox\": [1164.0, 1924.0, 1203.0, 1924.0, 1203.0, 1958.0, 1164.0, 1958.0]}, {\"text\": \"days\", \"boundingBox\": [1210.0, 1924.0, 1284.0, 1924.0, 1284.0, 1958.0, 1210.0, 1958.0]}, {\"text\": \"of\", \"boundingBox\": [1290.0, 1924.0, 1318.0, 1924.0, 1318.0, 1958.0, 1290.0, 1958.0]}, {\"text\": \"reading\", \"boundingBox\": [1325.0, 1924.0, 1439.0, 1924.0, 1439.0, 1958.0, 1325.0, 1958.0]}, {\"text\": \"and\", \"boundingBox\": [1446.0, 1924.0, 1511.0, 1924.0, 1511.0, 1958.0, 1446.0, 1958.0]}]}, {\"text\": \"offer you 25% off you next total purchase.\", \"boundingBox\": [169.0, 1958.0, 786.0, 1958.0, 786.0, 1992.0, 169.0, 1992.0], \"words\": [{\"text\": \"offer\", \"boundingBox\": [169.0, 1958.0, 235.0, 1958.0, 235.0, 1991.0, 169.0, 1991.0]}, {\"text\": \"you\", \"boundingBox\": [242.0, 1958.0, 299.0, 1958.0, 299.0, 1991.0, 242.0, 1991.0]}, {\"text\": \"25%\", \"boundingBox\": [306.0, 1958.0, 374.0, 1958.0, 374.0, 1992.0, 306.0, 1992.0]}, {\"text\": \"off\", \"boundingBox\": [380.0, 1958.0, 421.0, 1958.0, 421.0, 1992.0, 380.0, 1992.0]}, {\"text\": \"you\", \"boundingBox\": [427.0, 1958.0, 483.0, 1958.0, 483.0, 1992.0, 427.0, 1992.0]}, {\"text\": \"next\", \"boundingBox\": [489.0, 1958.0, 556.0, 1958.0, 556.0, 1992.0, 489.0, 1992.0]}, {\"text\": \"total\", \"boundingBox\": [562.0, 1959.0, 628.0, 1959.0, 628.0, 1992.0, 562.0, 1992.0]}, {\"text\": \"purchase.\", \"boundingBox\": [635.0, 1959.0, 786.0, 1959.0, 786.0, 1991.0, 635.0, 1991.0]}]}]}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [163.0, 352.0, 359.0, 352.0, 359.0, 378.0, 163.0, 378.0], \"elements\": [\"#/readResults/0/lines/3/words/0\", \"#/readResults/0/lines/3/words/1\"]}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [364.0, 351.0, 528.0, 351.0, 528.0, 378.0, 364.0, 378.0], \"elements\": [\"#/readResults/0/lines/4/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 394.0, 269.0, 394.0, 269.0, 417.0, 167.0, 417.0], \"elements\": [\"#/readResults/0/lines/5/words/0\"]}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [273.0, 393.0, 531.0, 393.0, 531.0, 418.0, 273.0, 418.0], \"elements\": [\"#/readResults/0/lines/6/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [165.0, 435.0, 237.0, 435.0, 237.0, 460.0, 165.0, 460.0], \"elements\": [\"#/readResults/0/lines/7/words/0\"]}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [164.0, 481.0, 479.0, 481.0, 479.0, 503.0, 164.0, 503.0], \"elements\": [\"#/readResults/0/lines/12/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 421.0, 1160.0, 421.0, 1160.0, 448.0, 1025.0, 448.0], \"elements\": [\"#/readResults/0/lines/8/words/0\", \"#/readResults/0/lines/8/words/1\"]}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1165.0, 420.0, 1317.0, 420.0, 1317.0, 448.0, 1165.0, 448.0], \"elements\": [\"#/readResults/0/lines/9/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1023.0, 461.0, 1272.0, 461.0, 1272.0, 488.0, 1023.0, 488.0], \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"]}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1277.0, 461.0, 1376.0, 461.0, 1376.0, 489.0, 1277.0, 489.0], \"elements\": [\"#/readResults/0/lines/11/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [160.0, 611.0, 344.0, 611.0, 344.0, 637.0, 160.0, 637.0], \"elements\": [\"#/readResults/0/lines/14/words/0\", \"#/readResults/0/lines/14/words/1\"]}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [350.0, 609.0, 521.0, 609.0, 521.0, 639.0, 350.0, 639.0], \"elements\": [\"#/readResults/0/lines/15/words/0\", \"#/readResults/0/lines/15/words/1\"]}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [160.0, 648.0, 370.0, 648.0, 370.0, 677.0, 160.0, 677.0], \"elements\": [\"#/readResults/0/lines/16/words/0\", \"#/readResults/0/lines/16/words/1\"]}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [375.0, 646.0, 630.0, 646.0, 630.0, 679.0, 375.0, 679.0], \"elements\": [\"#/readResults/0/lines/17/words/0\", \"#/readResults/0/lines/17/words/1\", \"#/readResults/0/lines/17/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [161.0, 685.0, 269.0, 685.0, 269.0, 711.0, 161.0, 711.0], \"elements\": [\"#/readResults/0/lines/18/words/0\"]}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [274.0, 685.0, 565.0, 685.0, 565.0, 751.0, 274.0, 751.0], \"elements\": [\"#/readResults/0/lines/19/words/0\", \"#/readResults/0/lines/19/words/1\", \"#/readResults/0/lines/19/words/2\", \"#/readResults/0/lines/19/words/3\", \"#/readResults/0/lines/20/words/0\", \"#/readResults/0/lines/20/words/1\", \"#/readResults/0/lines/20/words/2\", \"#/readResults/0/lines/20/words/3\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [613.0, 722.0, 702.0, 722.0, 702.0, 749.0, 613.0, 749.0], \"elements\": [\"#/readResults/0/lines/21/words/0\"]}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [708.0, 722.0, 885.0, 722.0, 885.0, 749.0, 708.0, 749.0], \"elements\": [\"#/readResults/0/lines/22/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 853.0, 250.0, 853.0, 250.0, 879.0, 166.0, 879.0], \"elements\": [\"#/readResults/0/lines/24/words/0\"]}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [255.0, 852.0, 446.0, 852.0, 446.0, 880.0, 255.0, 880.0], \"elements\": [\"#/readResults/0/lines/25/words/0\", \"#/readResults/0/lines/25/words/1\"]}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [164.0, 890.0, 374.0, 890.0, 374.0, 919.0, 164.0, 919.0], \"elements\": [\"#/readResults/0/lines/26/words/0\", \"#/readResults/0/lines/26/words/1\"]}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [380.0, 889.0, 629.0, 889.0, 629.0, 919.0, 380.0, 919.0], \"elements\": [\"#/readResults/0/lines/27/words/0\", \"#/readResults/0/lines/27/words/1\", \"#/readResults/0/lines/27/words/2\"]}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [166.0, 926.0, 273.0, 926.0, 273.0, 953.0, 166.0, 953.0], \"elements\": [\"#/readResults/0/lines/28/words/0\"]}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [279.0, 926.0, 521.0, 926.0, 521.0, 991.0, 279.0, 991.0], \"elements\": [\"#/readResults/0/lines/29/words/0\", \"#/readResults/0/lines/29/words/1\", \"#/readResults/0/lines/29/words/2\", \"#/readResults/0/lines/29/words/3\", \"#/readResults/0/lines/30/words/0\", \"#/readResults/0/lines/30/words/1\", \"#/readResults/0/lines/30/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 849.0, 964.0, 849.0, 990.0, 760.0, 990.0], \"elements\": [\"#/readResults/0/lines/31/words/0\"]}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [855.0, 964.0, 1033.0, 964.0, 1033.0, 990.0, 855.0, 990.0], \"elements\": [\"#/readResults/0/lines/32/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1147.0, 1575.0, 1296.0, 1575.0, 1296.0, 1600.0, 1147.0, 1600.0], \"elements\": [\"#/readResults/0/lines/53/words/0\"]}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1426.0, 1571.0, 1529.0, 1571.0, 1529.0, 1599.0, 1426.0, 1599.0], \"elements\": [\"#/readResults/0/lines/54/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1238.0, 1618.0, 1296.0, 1618.0, 1296.0, 1643.0, 1238.0, 1643.0], \"elements\": [\"#/readResults/0/lines/55/words/0\"]}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1458.0, 1615.0, 1529.0, 1615.0, 1529.0, 1643.0, 1458.0, 1643.0], \"elements\": [\"#/readResults/0/lines/56/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1204.0, 1674.0, 1297.0, 1674.0, 1297.0, 1699.0, 1204.0, 1699.0], \"elements\": [\"#/readResults/0/lines/58/words/0\"]}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1427.0, 1671.0, 1529.0, 1671.0, 1529.0, 1698.0, 1427.0, 1698.0], \"elements\": [\"#/readResults/0/lines/59/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [173.0, 1796.0, 479.0, 1796.0, 479.0, 1831.0, 173.0, 1831.0], \"elements\": [\"#/readResults/0/lines/62/words/0\", \"#/readResults/0/lines/62/words/1\"]}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [169.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 169.0, 1992.0], \"elements\": [\"#/readResults/0/lines/63/words/0\", \"#/readResults/0/lines/63/words/1\", \"#/readResults/0/lines/63/words/2\", \"#/readResults/0/lines/63/words/3\", \"#/readResults/0/lines/63/words/4\", \"#/readResults/0/lines/63/words/5\", \"#/readResults/0/lines/63/words/6\", \"#/readResults/0/lines/64/words/0\", \"#/readResults/0/lines/64/words/1\", \"#/readResults/0/lines/64/words/2\", \"#/readResults/0/lines/64/words/3\", \"#/readResults/0/lines/64/words/4\", \"#/readResults/0/lines/64/words/5\", \"#/readResults/0/lines/64/words/6\", \"#/readResults/0/lines/64/words/7\", \"#/readResults/0/lines/64/words/8\", \"#/readResults/0/lines/64/words/9\", \"#/readResults/0/lines/64/words/10\", \"#/readResults/0/lines/64/words/11\", \"#/readResults/0/lines/64/words/12\", \"#/readResults/0/lines/64/words/13\", \"#/readResults/0/lines/64/words/14\", \"#/readResults/0/lines/64/words/15\", \"#/readResults/0/lines/64/words/16\", \"#/readResults/0/lines/65/words/0\", \"#/readResults/0/lines/65/words/1\", \"#/readResults/0/lines/65/words/2\", \"#/readResults/0/lines/65/words/3\", \"#/readResults/0/lines/65/words/4\", \"#/readResults/0/lines/65/words/5\", \"#/readResults/0/lines/65/words/6\", \"#/readResults/0/lines/65/words/7\"]}, \"confidence\": 0.53}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1048.0, 558.0, 1048.0, 558.0, 1078.0, 447.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/33/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [886.0, 1048.0, 1034.0, 1048.0, 1034.0, 1084.0, 886.0, 1084.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/34/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1111.0, 1047.0, 1269.0, 1047.0, 1269.0, 1078.0, 1111.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/35/words/0\", \"#/readResults/0/lines/35/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1383.0, 1047.0, 1467.0, 1047.0, 1467.0, 1077.0, 1383.0, 1077.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/36/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [172.0, 1094.0, 280.0, 1094.0, 280.0, 1122.0, 172.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/37/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [861.0, 1094.0, 892.0, 1094.0, 892.0, 1119.0, 861.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/38/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1241.0, 1095.0, 1293.0, 1095.0, 1293.0, 1118.0, 1241.0, 1118.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/39/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1096.0, 1531.0, 1096.0, 1531.0, 1119.0, 1458.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/40/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [170.0, 1136.0, 333.0, 1136.0, 333.0, 1161.0, 170.0, 1161.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/41/words/0\", \"#/readResults/0/lines/41/words/1\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [861.0, 1135.0, 892.0, 1135.0, 892.0, 1160.0, 861.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/42/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1240.0, 1135.0, 1294.0, 1135.0, 1294.0, 1160.0, 1240.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/43/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1135.0, 1529.0, 1135.0, 1529.0, 1160.0, 1458.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/44/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [173.0, 1179.0, 402.0, 1179.0, 402.0, 1206.0, 173.0, 1206.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/45/words/0\", \"#/readResults/0/lines/45/words/1\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1179.0, 892.0, 1179.0, 892.0, 1204.0, 863.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/46/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1179.0, 1294.0, 1179.0, 1294.0, 1204.0, 1239.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/47/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1443.0, 1181.0, 1529.0, 1181.0, 1529.0, 1205.0, 1443.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/48/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [170.0, 1222.0, 429.0, 1222.0, 429.0, 1252.0, 170.0, 1252.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/49/words/0\", \"#/readResults/0/lines/49/words/1\", \"#/readResults/0/lines/49/words/2\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [860.0, 1223.0, 892.0, 1223.0, 892.0, 1247.0, 860.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/50/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1221.0, 1293.0, 1221.0, 1293.0, 1247.0, 1239.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/51/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1444.0, 1224.0, 1530.0, 1224.0, 1530.0, 1248.0, 1444.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/52/words/0\"], \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:54:52 GMT", + "Content-Type" : "application/json; charset=utf-8" + }, + "Exception" : null + }, { + "Method" : "GET", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models/c4959c57-4a4f-4096-98ee-933f7b65800a/analyzeResults/60946aad-b7c9-41ba-bd47-9b380ce80ef8", + "Headers" : { + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "97955b6c-9609-400a-83b0-4c275c6b9391" + }, + "Response" : { + "x-envoy-upstream-service-time" : "30", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "de47c460-a93c-4b76-ab17-40e5dcf38f28", + "apim-request-id" : "305417b2-9669-4a7c-b354-37f9044f2041", "retry-after" : "0", - "Content-Length" : "36450", + "Content-Length" : "34193", "StatusCode" : "200", - "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-08-06T22:33:01Z\", \"lastUpdatedDateTime\": \"2020-08-06T22:33:05Z\", \"analyzeResult\": {\"version\": \"2.0.0\", \"readResults\": [{\"page\": 1, \"angle\": 0.16, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": [{\"text\": \"Purchase Order\", \"boundingBox\": [141.0, 140.0, 348.0, 140.0, 348.0, 168.0, 141.0, 168.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [141.0, 140.0, 267.0, 140.0, 267.0, 168.0, 141.0, 168.0]}, {\"text\": \"Order\", \"boundingBox\": [273.0, 140.0, 348.0, 140.0, 348.0, 168.0, 273.0, 168.0]}]}, {\"text\": \"Hero Limited\", \"boundingBox\": [620.0, 203.0, 1078.0, 203.0, 1078.0, 271.0, 620.0, 271.0], \"words\": [{\"text\": \"Hero\", \"boundingBox\": [620.0, 203.0, 793.0, 203.0, 793.0, 271.0, 620.0, 271.0]}, {\"text\": \"Limited\", \"boundingBox\": [811.0, 203.0, 1078.0, 203.0, 1078.0, 271.0, 811.0, 271.0]}]}, {\"text\": \"Purchase Order\", \"boundingBox\": [1117.0, 319.0, 1551.0, 319.0, 1551.0, 372.0, 1117.0, 372.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [1117.0, 319.0, 1380.0, 319.0, 1380.0, 372.0, 1117.0, 372.0]}, {\"text\": \"Order\", \"boundingBox\": [1397.0, 319.0, 1551.0, 319.0, 1551.0, 372.0, 1397.0, 372.0]}]}, {\"text\": \"Company Phone:\", \"boundingBox\": [167.0, 351.0, 365.0, 351.0, 365.0, 381.0, 167.0, 381.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [167.0, 351.0, 276.0, 351.0, 276.0, 381.0, 167.0, 381.0]}, {\"text\": \"Phone:\", \"boundingBox\": [283.0, 351.0, 365.0, 351.0, 365.0, 381.0, 283.0, 381.0]}]}, {\"text\": \"555-348-6512\", \"boundingBox\": [371.0, 351.0, 528.0, 351.0, 528.0, 381.0, 371.0, 381.0], \"words\": [{\"text\": \"555-348-6512\", \"boundingBox\": [371.0, 351.0, 528.0, 351.0, 528.0, 381.0, 371.0, 381.0]}]}, {\"text\": \"Website:\", \"boundingBox\": [167.0, 392.0, 271.0, 392.0, 271.0, 420.0, 167.0, 420.0], \"words\": [{\"text\": \"Website:\", \"boundingBox\": [167.0, 392.0, 271.0, 392.0, 271.0, 420.0, 167.0, 420.0]}]}, {\"text\": \"www.herolimited.com\", \"boundingBox\": [277.0, 392.0, 530.0, 392.0, 530.0, 420.0, 277.0, 420.0], \"words\": [{\"text\": \"www.herolimited.com\", \"boundingBox\": [277.0, 392.0, 530.0, 392.0, 530.0, 420.0, 277.0, 420.0]}]}, {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 418.0, 1161.0, 418.0, 1161.0, 451.0, 1025.0, 451.0], \"words\": [{\"text\": \"Dated\", \"boundingBox\": [1025.0, 418.0, 1111.0, 418.0, 1111.0, 451.0, 1025.0, 451.0]}, {\"text\": \"As:\", \"boundingBox\": [1117.0, 418.0, 1161.0, 418.0, 1161.0, 451.0, 1117.0, 451.0]}]}, {\"text\": \"12/20/2020\", \"boundingBox\": [1168.0, 418.0, 1319.0, 418.0, 1319.0, 451.0, 1168.0, 451.0], \"words\": [{\"text\": \"12/20/2020\", \"boundingBox\": [1168.0, 418.0, 1319.0, 418.0, 1319.0, 451.0, 1168.0, 451.0]}]}, {\"text\": \"Email:\", \"boundingBox\": [167.0, 431.0, 240.0, 431.0, 240.0, 458.0, 167.0, 458.0], \"words\": [{\"text\": \"Email:\", \"boundingBox\": [167.0, 431.0, 240.0, 431.0, 240.0, 458.0, 167.0, 458.0]}]}, {\"text\": \"Purchase Order #:\", \"boundingBox\": [1027.0, 460.0, 1275.0, 460.0, 1275.0, 491.0, 1027.0, 491.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [1027.0, 460.0, 1153.0, 460.0, 1153.0, 491.0, 1027.0, 491.0]}, {\"text\": \"Order\", \"boundingBox\": [1160.0, 460.0, 1241.0, 460.0, 1241.0, 491.0, 1160.0, 491.0]}, {\"text\": \"#:\", \"boundingBox\": [1248.0, 460.0, 1275.0, 460.0, 1275.0, 491.0, 1248.0, 491.0]}]}, {\"text\": \"948284\", \"boundingBox\": [1282.0, 460.0, 1376.0, 460.0, 1376.0, 491.0, 1282.0, 491.0], \"words\": [{\"text\": \"948284\", \"boundingBox\": [1282.0, 460.0, 1376.0, 460.0, 1376.0, 491.0, 1282.0, 491.0]}]}, {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [168.0, 480.0, 476.0, 480.0, 476.0, 505.0, 168.0, 505.0], \"words\": [{\"text\": \"accounts@herolimited.com\", \"boundingBox\": [168.0, 480.0, 476.0, 480.0, 476.0, 505.0, 168.0, 505.0]}]}, {\"text\": \"Shipped To\", \"boundingBox\": [170.0, 546.0, 398.0, 546.0, 398.0, 592.0, 170.0, 592.0], \"words\": [{\"text\": \"Shipped\", \"boundingBox\": [170.0, 546.0, 343.0, 546.0, 343.0, 592.0, 170.0, 592.0]}, {\"text\": \"To\", \"boundingBox\": [352.0, 546.0, 398.0, 546.0, 398.0, 592.0, 352.0, 592.0]}]}, {\"text\": \"Vendor Name:\", \"boundingBox\": [162.0, 610.0, 346.0, 610.0, 346.0, 640.0, 162.0, 640.0], \"words\": [{\"text\": \"Vendor\", \"boundingBox\": [162.0, 610.0, 256.0, 610.0, 256.0, 640.0, 162.0, 640.0]}, {\"text\": \"Name:\", \"boundingBox\": [262.0, 610.0, 346.0, 610.0, 346.0, 640.0, 262.0, 640.0]}]}, {\"text\": \"Hillary Swank\", \"boundingBox\": [352.0, 610.0, 519.0, 610.0, 519.0, 640.0, 352.0, 640.0], \"words\": [{\"text\": \"Hillary\", \"boundingBox\": [352.0, 610.0, 435.0, 610.0, 435.0, 640.0, 352.0, 640.0]}, {\"text\": \"Swank\", \"boundingBox\": [441.0, 610.0, 519.0, 610.0, 519.0, 640.0, 441.0, 640.0]}]}, {\"text\": \"Company Name:\", \"boundingBox\": [162.0, 646.0, 373.0, 646.0, 373.0, 678.0, 162.0, 678.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [162.0, 646.0, 283.0, 646.0, 283.0, 678.0, 162.0, 678.0]}, {\"text\": \"Name:\", \"boundingBox\": [289.0, 646.0, 373.0, 646.0, 373.0, 678.0, 289.0, 678.0]}]}, {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [379.0, 646.0, 628.0, 646.0, 628.0, 678.0, 379.0, 678.0], \"words\": [{\"text\": \"Higgly\", \"boundingBox\": [379.0, 646.0, 457.0, 646.0, 457.0, 678.0, 379.0, 678.0]}, {\"text\": \"Wiggly\", \"boundingBox\": [463.0, 646.0, 549.0, 646.0, 549.0, 678.0, 463.0, 678.0]}, {\"text\": \"Books\", \"boundingBox\": [555.0, 646.0, 628.0, 646.0, 628.0, 678.0, 555.0, 678.0]}]}, {\"text\": \"Address:\", \"boundingBox\": [162.0, 684.0, 272.0, 684.0, 272.0, 715.0, 162.0, 715.0], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [162.0, 684.0, 272.0, 684.0, 272.0, 715.0, 162.0, 715.0]}]}, {\"text\": \"938 NE Burner Road\", \"boundingBox\": [279.0, 684.0, 526.0, 684.0, 526.0, 715.0, 279.0, 715.0], \"words\": [{\"text\": \"938\", \"boundingBox\": [279.0, 684.0, 326.0, 684.0, 326.0, 715.0, 279.0, 715.0]}, {\"text\": \"NE\", \"boundingBox\": [332.0, 684.0, 366.0, 684.0, 366.0, 715.0, 332.0, 715.0]}, {\"text\": \"Burner\", \"boundingBox\": [372.0, 684.0, 458.0, 684.0, 458.0, 715.0, 372.0, 715.0]}, {\"text\": \"Road\", \"boundingBox\": [464.0, 684.0, 526.0, 684.0, 526.0, 715.0, 464.0, 715.0]}]}, {\"text\": \"Boulder City, CO 92848\", \"boundingBox\": [283.0, 720.0, 569.0, 720.0, 569.0, 752.0, 283.0, 752.0], \"words\": [{\"text\": \"Boulder\", \"boundingBox\": [283.0, 720.0, 377.0, 720.0, 377.0, 752.0, 283.0, 752.0]}, {\"text\": \"City,\", \"boundingBox\": [384.0, 720.0, 437.0, 720.0, 437.0, 752.0, 384.0, 752.0]}, {\"text\": \"CO\", \"boundingBox\": [443.0, 720.0, 482.0, 720.0, 482.0, 752.0, 443.0, 752.0]}, {\"text\": \"92848\", \"boundingBox\": [489.0, 720.0, 569.0, 720.0, 569.0, 752.0, 489.0, 752.0]}]}, {\"text\": \"Phone:\", \"boundingBox\": [615.0, 723.0, 707.0, 723.0, 707.0, 752.0, 615.0, 752.0], \"words\": [{\"text\": \"Phone:\", \"boundingBox\": [615.0, 723.0, 707.0, 723.0, 707.0, 752.0, 615.0, 752.0]}]}, {\"text\": \"938-294-2949\", \"boundingBox\": [713.0, 723.0, 884.0, 723.0, 884.0, 752.0, 713.0, 752.0], \"words\": [{\"text\": \"938-294-2949\", \"boundingBox\": [713.0, 723.0, 884.0, 723.0, 884.0, 752.0, 713.0, 752.0]}]}, {\"text\": \"Shipped From\", \"boundingBox\": [169.0, 784.0, 445.0, 784.0, 445.0, 831.0, 169.0, 831.0], \"words\": [{\"text\": \"Shipped\", \"boundingBox\": [169.0, 784.0, 335.0, 784.0, 335.0, 831.0, 169.0, 831.0]}, {\"text\": \"From\", \"boundingBox\": [345.0, 784.0, 445.0, 784.0, 445.0, 831.0, 345.0, 831.0]}]}, {\"text\": \"Name:\", \"boundingBox\": [166.0, 852.0, 253.0, 852.0, 253.0, 881.0, 166.0, 881.0], \"words\": [{\"text\": \"Name:\", \"boundingBox\": [166.0, 852.0, 253.0, 852.0, 253.0, 881.0, 166.0, 881.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [258.0, 852.0, 445.0, 852.0, 445.0, 881.0, 258.0, 881.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [258.0, 852.0, 341.0, 852.0, 341.0, 881.0, 258.0, 881.0]}, {\"text\": \"Sanders\", \"boundingBox\": [347.0, 852.0, 445.0, 852.0, 445.0, 881.0, 347.0, 881.0]}]}, {\"text\": \"Company Name:\", \"boundingBox\": [169.0, 888.0, 378.0, 888.0, 378.0, 919.0, 169.0, 919.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [169.0, 888.0, 286.0, 888.0, 286.0, 919.0, 169.0, 919.0]}, {\"text\": \"Name:\", \"boundingBox\": [292.0, 888.0, 378.0, 888.0, 378.0, 919.0, 292.0, 919.0]}]}, {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [385.0, 888.0, 624.0, 888.0, 624.0, 919.0, 385.0, 919.0], \"words\": [{\"text\": \"Jupiter\", \"boundingBox\": [385.0, 888.0, 470.0, 888.0, 470.0, 919.0, 385.0, 919.0]}, {\"text\": \"Book\", \"boundingBox\": [477.0, 888.0, 541.0, 888.0, 541.0, 919.0, 477.0, 919.0]}, {\"text\": \"Supply\", \"boundingBox\": [547.0, 888.0, 624.0, 888.0, 624.0, 919.0, 547.0, 919.0]}]}, {\"text\": \"Address:\", \"boundingBox\": [168.0, 924.0, 276.0, 924.0, 276.0, 954.0, 168.0, 954.0], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [168.0, 924.0, 276.0, 924.0, 276.0, 954.0, 168.0, 954.0]}]}, {\"text\": \"383 N Kinnick Road\", \"boundingBox\": [283.0, 924.0, 524.0, 924.0, 524.0, 954.0, 283.0, 954.0], \"words\": [{\"text\": \"383\", \"boundingBox\": [283.0, 924.0, 328.0, 924.0, 328.0, 954.0, 283.0, 954.0]}, {\"text\": \"N\", \"boundingBox\": [335.0, 924.0, 355.0, 924.0, 355.0, 954.0, 335.0, 954.0]}, {\"text\": \"Kinnick\", \"boundingBox\": [362.0, 924.0, 451.0, 924.0, 451.0, 954.0, 362.0, 954.0]}, {\"text\": \"Road\", \"boundingBox\": [457.0, 924.0, 524.0, 924.0, 524.0, 954.0, 457.0, 954.0]}]}, {\"text\": \"Seattle, WA 38383\", \"boundingBox\": [285.0, 962.0, 515.0, 962.0, 515.0, 992.0, 285.0, 992.0], \"words\": [{\"text\": \"Seattle,\", \"boundingBox\": [285.0, 962.0, 380.0, 962.0, 380.0, 992.0, 285.0, 992.0]}, {\"text\": \"WA\", \"boundingBox\": [386.0, 962.0, 432.0, 962.0, 432.0, 992.0, 386.0, 992.0]}, {\"text\": \"38383\", \"boundingBox\": [438.0, 962.0, 515.0, 962.0, 515.0, 992.0, 438.0, 992.0]}]}, {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 852.0, 964.0, 852.0, 992.0, 760.0, 992.0], \"words\": [{\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 852.0, 964.0, 852.0, 992.0, 760.0, 992.0]}]}, {\"text\": \"932-299-0292\", \"boundingBox\": [857.0, 964.0, 1032.0, 964.0, 1032.0, 992.0, 857.0, 992.0], \"words\": [{\"text\": \"932-299-0292\", \"boundingBox\": [857.0, 964.0, 1032.0, 964.0, 1032.0, 992.0, 857.0, 992.0]}]}, {\"text\": \"Details\", \"boundingBox\": [447.0, 1047.0, 551.0, 1047.0, 551.0, 1080.0, 447.0, 1080.0], \"words\": [{\"text\": \"Details\", \"boundingBox\": [447.0, 1047.0, 551.0, 1047.0, 551.0, 1080.0, 447.0, 1080.0]}]}, {\"text\": \"Quantity\", \"boundingBox\": [890.0, 1048.0, 1028.0, 1048.0, 1028.0, 1080.0, 890.0, 1080.0], \"words\": [{\"text\": \"Quantity\", \"boundingBox\": [890.0, 1048.0, 1028.0, 1048.0, 1028.0, 1080.0, 890.0, 1080.0]}]}, {\"text\": \"Unit Price\", \"boundingBox\": [1113.0, 1045.0, 1267.0, 1045.0, 1267.0, 1080.0, 1113.0, 1080.0], \"words\": [{\"text\": \"Unit\", \"boundingBox\": [1113.0, 1045.0, 1184.0, 1045.0, 1184.0, 1080.0, 1113.0, 1080.0]}, {\"text\": \"Price\", \"boundingBox\": [1191.0, 1045.0, 1267.0, 1045.0, 1267.0, 1080.0, 1191.0, 1080.0]}]}, {\"text\": \"Total\", \"boundingBox\": [1389.0, 1046.0, 1466.0, 1046.0, 1466.0, 1080.0, 1389.0, 1080.0], \"words\": [{\"text\": \"Total\", \"boundingBox\": [1389.0, 1046.0, 1466.0, 1046.0, 1466.0, 1080.0, 1389.0, 1080.0]}]}, {\"text\": \"Bindings\", \"boundingBox\": [173.0, 1094.0, 282.0, 1094.0, 282.0, 1122.0, 173.0, 1122.0], \"words\": [{\"text\": \"Bindings\", \"boundingBox\": [173.0, 1094.0, 282.0, 1094.0, 282.0, 1122.0, 173.0, 1122.0]}]}, {\"text\": \"20\", \"boundingBox\": [863.0, 1098.0, 889.0, 1098.0, 889.0, 1122.0, 863.0, 1122.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [863.0, 1098.0, 889.0, 1098.0, 889.0, 1122.0, 863.0, 1122.0]}]}, {\"text\": \"1.00\", \"boundingBox\": [1243.0, 1096.0, 1297.0, 1096.0, 1297.0, 1122.0, 1243.0, 1122.0], \"words\": [{\"text\": \"1.00\", \"boundingBox\": [1243.0, 1096.0, 1297.0, 1096.0, 1297.0, 1122.0, 1243.0, 1122.0]}]}, {\"text\": \"20.00\", \"boundingBox\": [1466.0, 1098.0, 1531.0, 1098.0, 1531.0, 1122.0, 1466.0, 1122.0], \"words\": [{\"text\": \"20.00\", \"boundingBox\": [1466.0, 1098.0, 1531.0, 1098.0, 1531.0, 1122.0, 1466.0, 1122.0]}]}, {\"text\": \"Covers Small\", \"boundingBox\": [172.0, 1136.0, 331.0, 1136.0, 331.0, 1162.0, 172.0, 1162.0], \"words\": [{\"text\": \"Covers\", \"boundingBox\": [172.0, 1136.0, 257.0, 1136.0, 257.0, 1162.0, 172.0, 1162.0]}, {\"text\": \"Small\", \"boundingBox\": [262.0, 1136.0, 331.0, 1136.0, 331.0, 1162.0, 262.0, 1162.0]}]}, {\"text\": \"20\", \"boundingBox\": [862.0, 1137.0, 889.0, 1137.0, 889.0, 1162.0, 862.0, 1162.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [862.0, 1137.0, 889.0, 1137.0, 889.0, 1162.0, 862.0, 1162.0]}]}, {\"text\": \"1.00\", \"boundingBox\": [1243.0, 1134.0, 1292.0, 1134.0, 1292.0, 1162.0, 1243.0, 1162.0], \"words\": [{\"text\": \"1.00\", \"boundingBox\": [1243.0, 1134.0, 1292.0, 1134.0, 1292.0, 1162.0, 1243.0, 1162.0]}]}, {\"text\": \"20.00\", \"boundingBox\": [1464.0, 1138.0, 1531.0, 1138.0, 1531.0, 1162.0, 1464.0, 1162.0], \"words\": [{\"text\": \"20.00\", \"boundingBox\": [1464.0, 1138.0, 1531.0, 1138.0, 1531.0, 1162.0, 1464.0, 1162.0]}]}, {\"text\": \"Feather Bookmark\", \"boundingBox\": [172.0, 1179.0, 404.0, 1179.0, 404.0, 1205.0, 172.0, 1205.0], \"words\": [{\"text\": \"Feather\", \"boundingBox\": [172.0, 1179.0, 271.0, 1179.0, 271.0, 1205.0, 172.0, 1205.0]}, {\"text\": \"Bookmark\", \"boundingBox\": [276.0, 1179.0, 404.0, 1179.0, 404.0, 1205.0, 276.0, 1205.0]}]}, {\"text\": \"20\", \"boundingBox\": [863.0, 1177.0, 888.0, 1177.0, 888.0, 1199.0, 863.0, 1199.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [863.0, 1177.0, 888.0, 1177.0, 888.0, 1199.0, 863.0, 1199.0]}]}, {\"text\": \"5.00\", \"boundingBox\": [1243.0, 1179.0, 1298.0, 1179.0, 1298.0, 1205.0, 1243.0, 1205.0], \"words\": [{\"text\": \"5.00\", \"boundingBox\": [1243.0, 1179.0, 1298.0, 1179.0, 1298.0, 1205.0, 1243.0, 1205.0]}]}, {\"text\": \"100.00\", \"boundingBox\": [1448.0, 1180.0, 1530.0, 1180.0, 1530.0, 1205.0, 1448.0, 1205.0], \"words\": [{\"text\": \"100.00\", \"boundingBox\": [1448.0, 1180.0, 1530.0, 1180.0, 1530.0, 1205.0, 1448.0, 1205.0]}]}, {\"text\": \"Copper Swirl Marker\", \"boundingBox\": [171.0, 1224.0, 426.0, 1224.0, 426.0, 1248.0, 171.0, 1248.0], \"words\": [{\"text\": \"Copper\", \"boundingBox\": [171.0, 1224.0, 265.0, 1224.0, 265.0, 1248.0, 171.0, 1248.0]}, {\"text\": \"Swirl\", \"boundingBox\": [270.0, 1224.0, 334.0, 1224.0, 334.0, 1248.0, 270.0, 1248.0]}, {\"text\": \"Marker\", \"boundingBox\": [339.0, 1224.0, 426.0, 1224.0, 426.0, 1248.0, 339.0, 1248.0]}]}, {\"text\": \"20\", \"boundingBox\": [864.0, 1221.0, 887.0, 1221.0, 887.0, 1244.0, 864.0, 1244.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [864.0, 1221.0, 887.0, 1221.0, 887.0, 1244.0, 864.0, 1244.0]}]}, {\"text\": \"5.00\", \"boundingBox\": [1242.0, 1222.0, 1291.0, 1222.0, 1291.0, 1248.0, 1242.0, 1248.0], \"words\": [{\"text\": \"5.00\", \"boundingBox\": [1242.0, 1222.0, 1291.0, 1222.0, 1291.0, 1248.0, 1242.0, 1248.0]}]}, {\"text\": \"100.00\", \"boundingBox\": [1449.0, 1225.0, 1530.0, 1225.0, 1530.0, 1248.0, 1449.0, 1248.0], \"words\": [{\"text\": \"100.00\", \"boundingBox\": [1449.0, 1225.0, 1530.0, 1225.0, 1530.0, 1248.0, 1449.0, 1248.0]}]}, {\"text\": \"SUBTOTAL\", \"boundingBox\": [1156.0, 1571.0, 1298.0, 1571.0, 1298.0, 1599.0, 1156.0, 1599.0], \"words\": [{\"text\": \"SUBTOTAL\", \"boundingBox\": [1156.0, 1571.0, 1298.0, 1571.0, 1298.0, 1599.0, 1156.0, 1599.0]}]}, {\"text\": \"$140.00\", \"boundingBox\": [1434.0, 1574.0, 1530.0, 1574.0, 1530.0, 1599.0, 1434.0, 1599.0], \"words\": [{\"text\": \"$140.00\", \"boundingBox\": [1434.0, 1574.0, 1530.0, 1574.0, 1530.0, 1599.0, 1434.0, 1599.0]}]}, {\"text\": \"TAX\", \"boundingBox\": [1242.0, 1619.0, 1293.0, 1619.0, 1293.0, 1643.0, 1242.0, 1643.0], \"words\": [{\"text\": \"TAX\", \"boundingBox\": [1242.0, 1619.0, 1293.0, 1619.0, 1293.0, 1643.0, 1242.0, 1643.0]}]}, {\"text\": \"$4.00\", \"boundingBox\": [1462.0, 1615.0, 1532.0, 1615.0, 1532.0, 1640.0, 1462.0, 1640.0], \"words\": [{\"text\": \"$4.00\", \"boundingBox\": [1462.0, 1615.0, 1532.0, 1615.0, 1532.0, 1640.0, 1462.0, 1640.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [485.0, 1669.0, 766.0, 1669.0, 766.0, 1708.0, 485.0, 1708.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [485.0, 1669.0, 605.0, 1669.0, 605.0, 1708.0, 485.0, 1708.0]}, {\"text\": \"Sanders\", \"boundingBox\": [613.0, 1669.0, 766.0, 1669.0, 766.0, 1708.0, 613.0, 1708.0]}]}, {\"text\": \"TOTAL\", \"boundingBox\": [1206.0, 1674.0, 1298.0, 1674.0, 1298.0, 1700.0, 1206.0, 1700.0], \"words\": [{\"text\": \"TOTAL\", \"boundingBox\": [1206.0, 1674.0, 1298.0, 1674.0, 1298.0, 1700.0, 1206.0, 1700.0]}]}, {\"text\": \"$144.00\", \"boundingBox\": [1434.0, 1671.0, 1531.0, 1671.0, 1531.0, 1697.0, 1434.0, 1697.0], \"words\": [{\"text\": \"$144.00\", \"boundingBox\": [1434.0, 1671.0, 1531.0, 1671.0, 1531.0, 1697.0, 1434.0, 1697.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [544.0, 1717.0, 719.0, 1717.0, 719.0, 1743.0, 544.0, 1743.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [544.0, 1717.0, 622.0, 1717.0, 622.0, 1743.0, 544.0, 1743.0]}, {\"text\": \"Sanders\", \"boundingBox\": [627.0, 1717.0, 719.0, 1717.0, 719.0, 1743.0, 627.0, 1743.0]}]}, {\"text\": \"Manager\", \"boundingBox\": [579.0, 1752.0, 687.0, 1752.0, 687.0, 1777.0, 579.0, 1777.0], \"words\": [{\"text\": \"Manager\", \"boundingBox\": [579.0, 1752.0, 687.0, 1752.0, 687.0, 1777.0, 579.0, 1777.0]}]}, {\"text\": \"Additional Notes:\", \"boundingBox\": [175.0, 1797.0, 479.0, 1797.0, 479.0, 1834.0, 175.0, 1834.0], \"words\": [{\"text\": \"Additional\", \"boundingBox\": [175.0, 1797.0, 358.0, 1797.0, 358.0, 1834.0, 175.0, 1834.0]}, {\"text\": \"Notes:\", \"boundingBox\": [366.0, 1797.0, 479.0, 1797.0, 479.0, 1834.0, 366.0, 1834.0]}]}, {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy.\", \"boundingBox\": [176.0, 1880.0, 707.0, 1880.0, 707.0, 1910.0, 176.0, 1910.0], \"words\": [{\"text\": \"Do\", \"boundingBox\": [176.0, 1880.0, 208.0, 1880.0, 208.0, 1910.0, 176.0, 1910.0]}, {\"text\": \"not\", \"boundingBox\": [213.0, 1880.0, 258.0, 1880.0, 258.0, 1910.0, 213.0, 1910.0]}, {\"text\": \"Jostle\", \"boundingBox\": [264.0, 1880.0, 338.0, 1880.0, 338.0, 1910.0, 264.0, 1910.0]}, {\"text\": \"Box.\", \"boundingBox\": [343.0, 1880.0, 404.0, 1880.0, 404.0, 1910.0, 343.0, 1910.0]}, {\"text\": \"Unpack\", \"boundingBox\": [410.0, 1880.0, 503.0, 1880.0, 503.0, 1910.0, 410.0, 1910.0]}, {\"text\": \"carefully.\", \"boundingBox\": [509.0, 1880.0, 628.0, 1880.0, 628.0, 1910.0, 509.0, 1910.0]}, {\"text\": \"Enjoy.\", \"boundingBox\": [633.0, 1880.0, 707.0, 1880.0, 707.0, 1910.0, 633.0, 1910.0]}]}, {\"text\": \"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\", \"boundingBox\": [173.0, 1925.0, 1511.0, 1925.0, 1511.0, 1959.0, 173.0, 1959.0], \"words\": [{\"text\": \"Jupiter\", \"boundingBox\": [173.0, 1925.0, 274.0, 1925.0, 274.0, 1959.0, 173.0, 1959.0]}, {\"text\": \"Book\", \"boundingBox\": [280.0, 1925.0, 361.0, 1925.0, 361.0, 1959.0, 280.0, 1959.0]}, {\"text\": \"Supply\", \"boundingBox\": [367.0, 1925.0, 470.0, 1925.0, 470.0, 1959.0, 367.0, 1959.0]}, {\"text\": \"will\", \"boundingBox\": [477.0, 1925.0, 523.0, 1925.0, 523.0, 1959.0, 477.0, 1959.0]}, {\"text\": \"refund\", \"boundingBox\": [530.0, 1925.0, 628.0, 1925.0, 628.0, 1959.0, 530.0, 1959.0]}, {\"text\": \"you\", \"boundingBox\": [635.0, 1925.0, 693.0, 1925.0, 693.0, 1959.0, 635.0, 1959.0]}, {\"text\": \"50%\", \"boundingBox\": [699.0, 1925.0, 766.0, 1925.0, 766.0, 1959.0, 699.0, 1959.0]}, {\"text\": \"per\", \"boundingBox\": [773.0, 1925.0, 827.0, 1925.0, 827.0, 1959.0, 773.0, 1959.0]}, {\"text\": \"book\", \"boundingBox\": [833.0, 1925.0, 907.0, 1925.0, 907.0, 1959.0, 833.0, 1959.0]}, {\"text\": \"if\", \"boundingBox\": [913.0, 1925.0, 934.0, 1925.0, 934.0, 1959.0, 913.0, 1959.0]}, {\"text\": \"returned\", \"boundingBox\": [940.0, 1925.0, 1067.0, 1925.0, 1067.0, 1959.0, 940.0, 1959.0]}, {\"text\": \"within\", \"boundingBox\": [1074.0, 1925.0, 1161.0, 1925.0, 1161.0, 1959.0, 1074.0, 1959.0]}, {\"text\": \"60\", \"boundingBox\": [1168.0, 1925.0, 1210.0, 1925.0, 1210.0, 1959.0, 1168.0, 1959.0]}, {\"text\": \"days\", \"boundingBox\": [1219.0, 1925.0, 1288.0, 1925.0, 1288.0, 1959.0, 1219.0, 1959.0]}, {\"text\": \"of\", \"boundingBox\": [1295.0, 1925.0, 1324.0, 1925.0, 1324.0, 1959.0, 1295.0, 1959.0]}, {\"text\": \"reading\", \"boundingBox\": [1330.0, 1925.0, 1446.0, 1925.0, 1446.0, 1959.0, 1330.0, 1959.0]}, {\"text\": \"and\", \"boundingBox\": [1453.0, 1925.0, 1511.0, 1925.0, 1511.0, 1959.0, 1453.0, 1959.0]}]}, {\"text\": \"offer you 25% off you next total purchase.\", \"boundingBox\": [170.0, 1959.0, 782.0, 1959.0, 782.0, 1992.0, 170.0, 1992.0], \"words\": [{\"text\": \"offer\", \"boundingBox\": [170.0, 1959.0, 239.0, 1959.0, 239.0, 1992.0, 170.0, 1992.0]}, {\"text\": \"you\", \"boundingBox\": [246.0, 1959.0, 304.0, 1959.0, 304.0, 1992.0, 246.0, 1992.0]}, {\"text\": \"25%\", \"boundingBox\": [310.0, 1959.0, 379.0, 1959.0, 379.0, 1992.0, 310.0, 1992.0]}, {\"text\": \"off\", \"boundingBox\": [386.0, 1959.0, 425.0, 1959.0, 425.0, 1992.0, 386.0, 1992.0]}, {\"text\": \"you\", \"boundingBox\": [432.0, 1959.0, 490.0, 1959.0, 490.0, 1992.0, 432.0, 1992.0]}, {\"text\": \"next\", \"boundingBox\": [496.0, 1959.0, 561.0, 1959.0, 561.0, 1992.0, 496.0, 1992.0]}, {\"text\": \"total\", \"boundingBox\": [567.0, 1959.0, 634.0, 1959.0, 634.0, 1992.0, 567.0, 1992.0]}, {\"text\": \"purchase.\", \"boundingBox\": [641.0, 1959.0, 782.0, 1959.0, 782.0, 1992.0, 641.0, 1992.0]}]}]}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Hero Limited\", \"boundingBox\": [620.0, 203.0, 1078.0, 203.0, 1078.0, 271.0, 620.0, 271.0], \"elements\": [\"#/readResults/0/lines/1/words/0\", \"#/readResults/0/lines/1/words/1\"]}, \"value\": {\"text\": \"\", \"boundingBox\": null, \"elements\": null}, \"confidence\": 0.5}, {\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [167.0, 351.0, 365.0, 351.0, 365.0, 381.0, 167.0, 381.0], \"elements\": [\"#/readResults/0/lines/3/words/0\", \"#/readResults/0/lines/3/words/1\"]}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [371.0, 351.0, 528.0, 351.0, 528.0, 381.0, 371.0, 381.0], \"elements\": [\"#/readResults/0/lines/4/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 392.0, 271.0, 392.0, 271.0, 420.0, 167.0, 420.0], \"elements\": [\"#/readResults/0/lines/5/words/0\"]}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [277.0, 392.0, 530.0, 392.0, 530.0, 420.0, 277.0, 420.0], \"elements\": [\"#/readResults/0/lines/6/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 418.0, 1161.0, 418.0, 1161.0, 451.0, 1025.0, 451.0], \"elements\": [\"#/readResults/0/lines/7/words/0\", \"#/readResults/0/lines/7/words/1\"]}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1168.0, 418.0, 1319.0, 418.0, 1319.0, 451.0, 1168.0, 451.0], \"elements\": [\"#/readResults/0/lines/8/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [167.0, 431.0, 240.0, 431.0, 240.0, 458.0, 167.0, 458.0], \"elements\": [\"#/readResults/0/lines/9/words/0\"]}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [168.0, 480.0, 476.0, 480.0, 476.0, 505.0, 168.0, 505.0], \"elements\": [\"#/readResults/0/lines/12/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1027.0, 460.0, 1275.0, 460.0, 1275.0, 491.0, 1027.0, 491.0], \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"]}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1282.0, 460.0, 1376.0, 460.0, 1376.0, 491.0, 1282.0, 491.0], \"elements\": [\"#/readResults/0/lines/11/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [162.0, 610.0, 346.0, 610.0, 346.0, 640.0, 162.0, 640.0], \"elements\": [\"#/readResults/0/lines/14/words/0\", \"#/readResults/0/lines/14/words/1\"]}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [352.0, 610.0, 519.0, 610.0, 519.0, 640.0, 352.0, 640.0], \"elements\": [\"#/readResults/0/lines/15/words/0\", \"#/readResults/0/lines/15/words/1\"]}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [162.0, 646.0, 373.0, 646.0, 373.0, 678.0, 162.0, 678.0], \"elements\": [\"#/readResults/0/lines/16/words/0\", \"#/readResults/0/lines/16/words/1\"]}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [379.0, 646.0, 628.0, 646.0, 628.0, 678.0, 379.0, 678.0], \"elements\": [\"#/readResults/0/lines/17/words/0\", \"#/readResults/0/lines/17/words/1\", \"#/readResults/0/lines/17/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [162.0, 684.0, 272.0, 684.0, 272.0, 715.0, 162.0, 715.0], \"elements\": [\"#/readResults/0/lines/18/words/0\"]}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [279.0, 684.0, 569.0, 684.0, 569.0, 752.0, 279.0, 752.0], \"elements\": [\"#/readResults/0/lines/19/words/0\", \"#/readResults/0/lines/19/words/1\", \"#/readResults/0/lines/19/words/2\", \"#/readResults/0/lines/19/words/3\", \"#/readResults/0/lines/20/words/0\", \"#/readResults/0/lines/20/words/1\", \"#/readResults/0/lines/20/words/2\", \"#/readResults/0/lines/20/words/3\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [615.0, 723.0, 707.0, 723.0, 707.0, 752.0, 615.0, 752.0], \"elements\": [\"#/readResults/0/lines/21/words/0\"]}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [713.0, 723.0, 884.0, 723.0, 884.0, 752.0, 713.0, 752.0], \"elements\": [\"#/readResults/0/lines/22/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 852.0, 253.0, 852.0, 253.0, 881.0, 166.0, 881.0], \"elements\": [\"#/readResults/0/lines/24/words/0\"]}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [258.0, 852.0, 445.0, 852.0, 445.0, 881.0, 258.0, 881.0], \"elements\": [\"#/readResults/0/lines/25/words/0\", \"#/readResults/0/lines/25/words/1\"]}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [169.0, 888.0, 378.0, 888.0, 378.0, 919.0, 169.0, 919.0], \"elements\": [\"#/readResults/0/lines/26/words/0\", \"#/readResults/0/lines/26/words/1\"]}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [385.0, 888.0, 624.0, 888.0, 624.0, 919.0, 385.0, 919.0], \"elements\": [\"#/readResults/0/lines/27/words/0\", \"#/readResults/0/lines/27/words/1\", \"#/readResults/0/lines/27/words/2\"]}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [168.0, 924.0, 276.0, 924.0, 276.0, 954.0, 168.0, 954.0], \"elements\": [\"#/readResults/0/lines/28/words/0\"]}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [283.0, 924.0, 524.0, 924.0, 524.0, 992.0, 283.0, 992.0], \"elements\": [\"#/readResults/0/lines/29/words/0\", \"#/readResults/0/lines/29/words/1\", \"#/readResults/0/lines/29/words/2\", \"#/readResults/0/lines/29/words/3\", \"#/readResults/0/lines/30/words/0\", \"#/readResults/0/lines/30/words/1\", \"#/readResults/0/lines/30/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 852.0, 964.0, 852.0, 992.0, 760.0, 992.0], \"elements\": [\"#/readResults/0/lines/31/words/0\"]}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [857.0, 964.0, 1032.0, 964.0, 1032.0, 992.0, 857.0, 992.0], \"elements\": [\"#/readResults/0/lines/32/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1156.0, 1571.0, 1298.0, 1571.0, 1298.0, 1599.0, 1156.0, 1599.0], \"elements\": [\"#/readResults/0/lines/53/words/0\"]}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1434.0, 1574.0, 1530.0, 1574.0, 1530.0, 1599.0, 1434.0, 1599.0], \"elements\": [\"#/readResults/0/lines/54/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1242.0, 1619.0, 1293.0, 1619.0, 1293.0, 1643.0, 1242.0, 1643.0], \"elements\": [\"#/readResults/0/lines/55/words/0\"]}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1462.0, 1615.0, 1532.0, 1615.0, 1532.0, 1640.0, 1462.0, 1640.0], \"elements\": [\"#/readResults/0/lines/56/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1206.0, 1674.0, 1298.0, 1674.0, 1298.0, 1700.0, 1206.0, 1700.0], \"elements\": [\"#/readResults/0/lines/58/words/0\"]}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1434.0, 1671.0, 1531.0, 1671.0, 1531.0, 1697.0, 1434.0, 1697.0], \"elements\": [\"#/readResults/0/lines/59/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [175.0, 1797.0, 479.0, 1797.0, 479.0, 1834.0, 175.0, 1834.0], \"elements\": [\"#/readResults/0/lines/62/words/0\", \"#/readResults/0/lines/62/words/1\"]}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [170.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 170.0, 1992.0], \"elements\": [\"#/readResults/0/lines/63/words/0\", \"#/readResults/0/lines/63/words/1\", \"#/readResults/0/lines/63/words/2\", \"#/readResults/0/lines/63/words/3\", \"#/readResults/0/lines/63/words/4\", \"#/readResults/0/lines/63/words/5\", \"#/readResults/0/lines/63/words/6\", \"#/readResults/0/lines/64/words/0\", \"#/readResults/0/lines/64/words/1\", \"#/readResults/0/lines/64/words/2\", \"#/readResults/0/lines/64/words/3\", \"#/readResults/0/lines/64/words/4\", \"#/readResults/0/lines/64/words/5\", \"#/readResults/0/lines/64/words/6\", \"#/readResults/0/lines/64/words/7\", \"#/readResults/0/lines/64/words/8\", \"#/readResults/0/lines/64/words/9\", \"#/readResults/0/lines/64/words/10\", \"#/readResults/0/lines/64/words/11\", \"#/readResults/0/lines/64/words/12\", \"#/readResults/0/lines/64/words/13\", \"#/readResults/0/lines/64/words/14\", \"#/readResults/0/lines/64/words/15\", \"#/readResults/0/lines/64/words/16\", \"#/readResults/0/lines/65/words/0\", \"#/readResults/0/lines/65/words/1\", \"#/readResults/0/lines/65/words/2\", \"#/readResults/0/lines/65/words/3\", \"#/readResults/0/lines/65/words/4\", \"#/readResults/0/lines/65/words/5\", \"#/readResults/0/lines/65/words/6\", \"#/readResults/0/lines/65/words/7\"]}, \"confidence\": 0.53}, {\"key\": {\"text\": \"__Tokens__1\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [141.0, 140.0, 348.0, 140.0, 348.0, 168.0, 141.0, 168.0], \"elements\": [\"#/readResults/0/lines/0/words/0\", \"#/readResults/0/lines/0/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__2\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Purchase Order\", \"boundingBox\": [1117.0, 319.0, 1551.0, 319.0, 1551.0, 372.0, 1117.0, 372.0], \"elements\": [\"#/readResults/0/lines/2/words/0\", \"#/readResults/0/lines/2/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__3\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped To\", \"boundingBox\": [170.0, 546.0, 398.0, 546.0, 398.0, 592.0, 170.0, 592.0], \"elements\": [\"#/readResults/0/lines/13/words/0\", \"#/readResults/0/lines/13/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__4\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Shipped From\", \"boundingBox\": [169.0, 784.0, 445.0, 784.0, 445.0, 831.0, 169.0, 831.0], \"elements\": [\"#/readResults/0/lines/23/words/0\", \"#/readResults/0/lines/23/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__5\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [485.0, 1669.0, 766.0, 1669.0, 766.0, 1708.0, 485.0, 1708.0], \"elements\": [\"#/readResults/0/lines/57/words/0\", \"#/readResults/0/lines/57/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__6\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [544.0, 1717.0, 719.0, 1717.0, 719.0, 1743.0, 544.0, 1743.0], \"elements\": [\"#/readResults/0/lines/60/words/0\", \"#/readResults/0/lines/60/words/1\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"__Tokens__7\", \"boundingBox\": null, \"elements\": null}, \"value\": {\"text\": \"Manager\", \"boundingBox\": [579.0, 1752.0, 687.0, 1752.0, 687.0, 1777.0, 579.0, 1777.0], \"elements\": [\"#/readResults/0/lines/61/words/0\"]}, \"confidence\": 1.0}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1047.0, 551.0, 1047.0, 551.0, 1080.0, 447.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/33/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [890.0, 1048.0, 1028.0, 1048.0, 1028.0, 1080.0, 890.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/34/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1113.0, 1045.0, 1267.0, 1045.0, 1267.0, 1080.0, 1113.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/35/words/0\", \"#/readResults/0/lines/35/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1389.0, 1046.0, 1466.0, 1046.0, 1466.0, 1080.0, 1389.0, 1080.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/36/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [173.0, 1094.0, 282.0, 1094.0, 282.0, 1122.0, 173.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/37/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [863.0, 1098.0, 889.0, 1098.0, 889.0, 1122.0, 863.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/38/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1096.0, 1297.0, 1096.0, 1297.0, 1122.0, 1243.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/39/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1466.0, 1098.0, 1531.0, 1098.0, 1531.0, 1122.0, 1466.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/40/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [172.0, 1136.0, 331.0, 1136.0, 331.0, 1162.0, 172.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/41/words/0\", \"#/readResults/0/lines/41/words/1\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [862.0, 1137.0, 889.0, 1137.0, 889.0, 1162.0, 862.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/42/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1134.0, 1292.0, 1134.0, 1292.0, 1162.0, 1243.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/43/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1464.0, 1138.0, 1531.0, 1138.0, 1531.0, 1162.0, 1464.0, 1162.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/44/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [172.0, 1179.0, 404.0, 1179.0, 404.0, 1205.0, 172.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/45/words/0\", \"#/readResults/0/lines/45/words/1\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1177.0, 888.0, 1177.0, 888.0, 1199.0, 863.0, 1199.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/46/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1243.0, 1179.0, 1298.0, 1179.0, 1298.0, 1205.0, 1243.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/47/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1448.0, 1180.0, 1530.0, 1180.0, 1530.0, 1205.0, 1448.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/48/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [171.0, 1224.0, 426.0, 1224.0, 426.0, 1248.0, 171.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/49/words/0\", \"#/readResults/0/lines/49/words/1\", \"#/readResults/0/lines/49/words/2\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [864.0, 1221.0, 887.0, 1221.0, 887.0, 1244.0, 864.0, 1244.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/50/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1242.0, 1222.0, 1291.0, 1222.0, 1291.0, 1248.0, 1242.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/51/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1449.0, 1225.0, 1530.0, 1225.0, 1530.0, 1248.0, 1449.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/52/words/0\"], \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", - "Date" : "Thu, 06 Aug 2020 22:33:06 GMT", + "Body" : "{\"status\": \"succeeded\", \"createdDateTime\": \"2020-09-16T00:54:41Z\", \"lastUpdatedDateTime\": \"2020-09-16T00:54:48Z\", \"analyzeResult\": {\"version\": \"2.1.0\", \"readResults\": [{\"page\": 1, \"angle\": 0, \"width\": 1700, \"height\": 2200, \"unit\": \"pixel\", \"lines\": [{\"text\": \"Purchase Order\", \"boundingBox\": [137.0, 140.0, 351.0, 140.0, 351.0, 167.0, 137.0, 167.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [137.0, 140.0, 264.0, 140.0, 264.0, 167.0, 137.0, 167.0]}, {\"text\": \"Order\", \"boundingBox\": [269.0, 139.0, 351.0, 139.0, 351.0, 167.0, 269.0, 167.0]}]}, {\"text\": \"Hero Limited\", \"boundingBox\": [621.0, 206.0, 1075.0, 206.0, 1075.0, 266.0, 621.0, 266.0], \"words\": [{\"text\": \"Hero\", \"boundingBox\": [621.0, 208.0, 794.0, 208.0, 794.0, 266.0, 621.0, 266.0]}, {\"text\": \"Limited\", \"boundingBox\": [806.0, 205.0, 1075.0, 205.0, 1075.0, 266.0, 806.0, 266.0]}]}, {\"text\": \"Purchase Order\", \"boundingBox\": [1113.0, 322.0, 1554.0, 322.0, 1554.0, 369.0, 1113.0, 369.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [1113.0, 322.0, 1381.0, 322.0, 1381.0, 368.0, 1113.0, 368.0]}, {\"text\": \"Order\", \"boundingBox\": [1390.0, 321.0, 1554.0, 321.0, 1554.0, 370.0, 1390.0, 370.0]}]}, {\"text\": \"Company Phone:\", \"boundingBox\": [163.0, 352.0, 359.0, 352.0, 359.0, 378.0, 163.0, 378.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [163.0, 353.0, 274.0, 353.0, 274.0, 378.0, 163.0, 378.0]}, {\"text\": \"Phone:\", \"boundingBox\": [279.0, 351.0, 359.0, 351.0, 359.0, 378.0, 279.0, 378.0]}]}, {\"text\": \"555-348-6512\", \"boundingBox\": [364.0, 351.0, 528.0, 351.0, 528.0, 378.0, 364.0, 378.0], \"words\": [{\"text\": \"555-348-6512\", \"boundingBox\": [364.0, 351.0, 528.0, 351.0, 528.0, 378.0, 364.0, 378.0]}]}, {\"text\": \"Website:\", \"boundingBox\": [167.0, 394.0, 269.0, 394.0, 269.0, 417.0, 167.0, 417.0], \"words\": [{\"text\": \"Website:\", \"boundingBox\": [167.0, 394.0, 269.0, 394.0, 269.0, 417.0, 167.0, 417.0]}]}, {\"text\": \"www.herolimited.com\", \"boundingBox\": [273.0, 393.0, 531.0, 393.0, 531.0, 418.0, 273.0, 418.0], \"words\": [{\"text\": \"www.herolimited.com\", \"boundingBox\": [273.0, 393.0, 531.0, 393.0, 531.0, 418.0, 273.0, 418.0]}]}, {\"text\": \"Email:\", \"boundingBox\": [165.0, 435.0, 237.0, 435.0, 237.0, 460.0, 165.0, 460.0], \"words\": [{\"text\": \"Email:\", \"boundingBox\": [165.0, 435.0, 237.0, 435.0, 237.0, 460.0, 165.0, 460.0]}]}, {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 421.0, 1160.0, 421.0, 1160.0, 448.0, 1025.0, 448.0], \"words\": [{\"text\": \"Dated\", \"boundingBox\": [1025.0, 421.0, 1108.0, 421.0, 1108.0, 448.0, 1025.0, 448.0]}, {\"text\": \"As:\", \"boundingBox\": [1114.0, 420.0, 1160.0, 420.0, 1160.0, 448.0, 1114.0, 448.0]}]}, {\"text\": \"12/20/2020\", \"boundingBox\": [1165.0, 420.0, 1317.0, 420.0, 1317.0, 448.0, 1165.0, 448.0], \"words\": [{\"text\": \"12/20/2020\", \"boundingBox\": [1165.0, 420.0, 1317.0, 420.0, 1317.0, 448.0, 1165.0, 448.0]}]}, {\"text\": \"Purchase Order #:\", \"boundingBox\": [1023.0, 461.0, 1272.0, 461.0, 1272.0, 488.0, 1023.0, 488.0], \"words\": [{\"text\": \"Purchase\", \"boundingBox\": [1023.0, 461.0, 1152.0, 461.0, 1152.0, 488.0, 1023.0, 488.0]}, {\"text\": \"Order\", \"boundingBox\": [1157.0, 461.0, 1238.0, 461.0, 1238.0, 489.0, 1157.0, 489.0]}, {\"text\": \"#:\", \"boundingBox\": [1244.0, 461.0, 1272.0, 461.0, 1272.0, 489.0, 1244.0, 489.0]}]}, {\"text\": \"948284\", \"boundingBox\": [1277.0, 461.0, 1376.0, 461.0, 1376.0, 489.0, 1277.0, 489.0], \"words\": [{\"text\": \"948284\", \"boundingBox\": [1277.0, 461.0, 1376.0, 461.0, 1376.0, 489.0, 1277.0, 489.0]}]}, {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [164.0, 481.0, 479.0, 481.0, 479.0, 503.0, 164.0, 503.0], \"words\": [{\"text\": \"accounts@herolimited.com\", \"boundingBox\": [164.0, 481.0, 479.0, 481.0, 479.0, 503.0, 164.0, 503.0]}]}, {\"text\": \"Shipped To\", \"boundingBox\": [167.0, 547.0, 397.0, 547.0, 397.0, 592.0, 167.0, 592.0], \"words\": [{\"text\": \"Shipped\", \"boundingBox\": [167.0, 547.0, 333.0, 547.0, 333.0, 592.0, 167.0, 592.0]}, {\"text\": \"To\", \"boundingBox\": [342.0, 547.0, 397.0, 547.0, 397.0, 592.0, 342.0, 592.0]}]}, {\"text\": \"Vendor Name:\", \"boundingBox\": [160.0, 611.0, 344.0, 611.0, 344.0, 637.0, 160.0, 637.0], \"words\": [{\"text\": \"Vendor\", \"boundingBox\": [160.0, 611.0, 254.0, 611.0, 254.0, 637.0, 160.0, 637.0]}, {\"text\": \"Name:\", \"boundingBox\": [259.0, 610.0, 344.0, 610.0, 344.0, 638.0, 259.0, 638.0]}]}, {\"text\": \"Hillary Swank\", \"boundingBox\": [350.0, 609.0, 521.0, 609.0, 521.0, 639.0, 350.0, 639.0], \"words\": [{\"text\": \"Hillary\", \"boundingBox\": [350.0, 609.0, 430.0, 609.0, 430.0, 639.0, 350.0, 639.0]}, {\"text\": \"Swank\", \"boundingBox\": [435.0, 609.0, 521.0, 609.0, 521.0, 639.0, 435.0, 639.0]}]}, {\"text\": \"Company Name:\", \"boundingBox\": [160.0, 648.0, 370.0, 648.0, 370.0, 677.0, 160.0, 677.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [160.0, 649.0, 280.0, 649.0, 280.0, 676.0, 160.0, 676.0]}, {\"text\": \"Name:\", \"boundingBox\": [286.0, 647.0, 370.0, 647.0, 370.0, 678.0, 286.0, 678.0]}]}, {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [375.0, 646.0, 630.0, 646.0, 630.0, 679.0, 375.0, 679.0], \"words\": [{\"text\": \"Higgly\", \"boundingBox\": [375.0, 647.0, 455.0, 647.0, 455.0, 679.0, 375.0, 679.0]}, {\"text\": \"Wiggly\", \"boundingBox\": [461.0, 646.0, 546.0, 646.0, 546.0, 679.0, 461.0, 679.0]}, {\"text\": \"Books\", \"boundingBox\": [552.0, 646.0, 630.0, 646.0, 630.0, 678.0, 552.0, 678.0]}]}, {\"text\": \"Address:\", \"boundingBox\": [161.0, 685.0, 269.0, 685.0, 269.0, 711.0, 161.0, 711.0], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [161.0, 685.0, 269.0, 685.0, 269.0, 711.0, 161.0, 711.0]}]}, {\"text\": \"938 NE Burner Road\", \"boundingBox\": [274.0, 685.0, 527.0, 685.0, 527.0, 713.0, 274.0, 713.0], \"words\": [{\"text\": \"938\", \"boundingBox\": [274.0, 685.0, 323.0, 685.0, 323.0, 712.0, 274.0, 712.0]}, {\"text\": \"NE\", \"boundingBox\": [329.0, 685.0, 364.0, 685.0, 364.0, 713.0, 329.0, 713.0]}, {\"text\": \"Burner\", \"boundingBox\": [370.0, 685.0, 455.0, 685.0, 455.0, 713.0, 370.0, 713.0]}, {\"text\": \"Road\", \"boundingBox\": [460.0, 685.0, 527.0, 685.0, 527.0, 713.0, 460.0, 713.0]}]}, {\"text\": \"Boulder City, CO 92848\", \"boundingBox\": [279.0, 722.0, 565.0, 722.0, 565.0, 751.0, 279.0, 751.0], \"words\": [{\"text\": \"Boulder\", \"boundingBox\": [279.0, 722.0, 371.0, 722.0, 371.0, 750.0, 279.0, 750.0]}, {\"text\": \"City,\", \"boundingBox\": [377.0, 722.0, 433.0, 722.0, 433.0, 751.0, 377.0, 751.0]}, {\"text\": \"CO\", \"boundingBox\": [439.0, 722.0, 477.0, 722.0, 477.0, 751.0, 439.0, 751.0]}, {\"text\": \"92848\", \"boundingBox\": [482.0, 722.0, 565.0, 722.0, 565.0, 751.0, 482.0, 751.0]}]}, {\"text\": \"Phone:\", \"boundingBox\": [613.0, 722.0, 702.0, 722.0, 702.0, 749.0, 613.0, 749.0], \"words\": [{\"text\": \"Phone:\", \"boundingBox\": [613.0, 722.0, 702.0, 722.0, 702.0, 749.0, 613.0, 749.0]}]}, {\"text\": \"938-294-2949\", \"boundingBox\": [708.0, 722.0, 885.0, 722.0, 885.0, 749.0, 708.0, 749.0], \"words\": [{\"text\": \"938-294-2949\", \"boundingBox\": [708.0, 722.0, 885.0, 722.0, 885.0, 749.0, 708.0, 749.0]}]}, {\"text\": \"Shipped From\", \"boundingBox\": [167.0, 784.0, 448.0, 784.0, 448.0, 830.0, 167.0, 830.0], \"words\": [{\"text\": \"Shipped\", \"boundingBox\": [167.0, 784.0, 327.0, 784.0, 327.0, 830.0, 167.0, 830.0]}, {\"text\": \"From\", \"boundingBox\": [336.0, 785.0, 448.0, 785.0, 448.0, 830.0, 336.0, 830.0]}]}, {\"text\": \"Name:\", \"boundingBox\": [166.0, 853.0, 250.0, 853.0, 250.0, 879.0, 166.0, 879.0], \"words\": [{\"text\": \"Name:\", \"boundingBox\": [166.0, 853.0, 250.0, 853.0, 250.0, 879.0, 166.0, 879.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [255.0, 852.0, 446.0, 852.0, 446.0, 880.0, 255.0, 880.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [255.0, 852.0, 336.0, 852.0, 336.0, 879.0, 255.0, 879.0]}, {\"text\": \"Sanders\", \"boundingBox\": [341.0, 852.0, 446.0, 852.0, 446.0, 880.0, 341.0, 880.0]}]}, {\"text\": \"Company Name:\", \"boundingBox\": [164.0, 890.0, 374.0, 890.0, 374.0, 919.0, 164.0, 919.0], \"words\": [{\"text\": \"Company\", \"boundingBox\": [164.0, 890.0, 282.0, 890.0, 282.0, 919.0, 164.0, 919.0]}, {\"text\": \"Name:\", \"boundingBox\": [288.0, 890.0, 374.0, 890.0, 374.0, 919.0, 288.0, 919.0]}]}, {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [380.0, 889.0, 629.0, 889.0, 629.0, 919.0, 380.0, 919.0], \"words\": [{\"text\": \"Jupiter\", \"boundingBox\": [380.0, 889.0, 467.0, 889.0, 467.0, 919.0, 380.0, 919.0]}, {\"text\": \"Book\", \"boundingBox\": [473.0, 889.0, 536.0, 889.0, 536.0, 919.0, 473.0, 919.0]}, {\"text\": \"Supply\", \"boundingBox\": [542.0, 889.0, 629.0, 889.0, 629.0, 920.0, 542.0, 920.0]}]}, {\"text\": \"Address:\", \"boundingBox\": [166.0, 926.0, 273.0, 926.0, 273.0, 953.0, 166.0, 953.0], \"words\": [{\"text\": \"Address:\", \"boundingBox\": [166.0, 926.0, 273.0, 926.0, 273.0, 953.0, 166.0, 953.0]}]}, {\"text\": \"383 N Kinnick Road\", \"boundingBox\": [279.0, 926.0, 521.0, 926.0, 521.0, 953.0, 279.0, 953.0], \"words\": [{\"text\": \"383\", \"boundingBox\": [279.0, 925.0, 327.0, 925.0, 327.0, 953.0, 279.0, 953.0]}, {\"text\": \"N\", \"boundingBox\": [332.0, 926.0, 353.0, 926.0, 353.0, 953.0, 332.0, 953.0]}, {\"text\": \"Kinnick\", \"boundingBox\": [358.0, 926.0, 448.0, 926.0, 448.0, 953.0, 358.0, 953.0]}, {\"text\": \"Road\", \"boundingBox\": [453.0, 926.0, 521.0, 926.0, 521.0, 954.0, 453.0, 954.0]}]}, {\"text\": \"Seattle, WA 38383\", \"boundingBox\": [281.0, 965.0, 514.0, 965.0, 514.0, 991.0, 281.0, 991.0], \"words\": [{\"text\": \"Seattle,\", \"boundingBox\": [281.0, 965.0, 377.0, 965.0, 377.0, 991.0, 281.0, 991.0]}, {\"text\": \"WA\", \"boundingBox\": [382.0, 964.0, 429.0, 964.0, 429.0, 991.0, 382.0, 991.0]}, {\"text\": \"38383\", \"boundingBox\": [434.0, 964.0, 514.0, 964.0, 514.0, 991.0, 434.0, 991.0]}]}, {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 849.0, 964.0, 849.0, 990.0, 760.0, 990.0], \"words\": [{\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 849.0, 964.0, 849.0, 990.0, 760.0, 990.0]}]}, {\"text\": \"932-299-0292\", \"boundingBox\": [855.0, 964.0, 1033.0, 964.0, 1033.0, 990.0, 855.0, 990.0], \"words\": [{\"text\": \"932-299-0292\", \"boundingBox\": [855.0, 964.0, 1033.0, 964.0, 1033.0, 990.0, 855.0, 990.0]}]}, {\"text\": \"Details\", \"boundingBox\": [447.0, 1048.0, 558.0, 1048.0, 558.0, 1078.0, 447.0, 1078.0], \"words\": [{\"text\": \"Details\", \"boundingBox\": [447.0, 1048.0, 558.0, 1048.0, 558.0, 1078.0, 447.0, 1078.0]}]}, {\"text\": \"Quantity\", \"boundingBox\": [886.0, 1048.0, 1034.0, 1048.0, 1034.0, 1084.0, 886.0, 1084.0], \"words\": [{\"text\": \"Quantity\", \"boundingBox\": [886.0, 1048.0, 1034.0, 1048.0, 1034.0, 1084.0, 886.0, 1084.0]}]}, {\"text\": \"Unit Price\", \"boundingBox\": [1111.0, 1047.0, 1269.0, 1047.0, 1269.0, 1078.0, 1111.0, 1078.0], \"words\": [{\"text\": \"Unit\", \"boundingBox\": [1111.0, 1047.0, 1181.0, 1047.0, 1181.0, 1078.0, 1111.0, 1078.0]}, {\"text\": \"Price\", \"boundingBox\": [1187.0, 1047.0, 1269.0, 1047.0, 1269.0, 1078.0, 1187.0, 1078.0]}]}, {\"text\": \"Total\", \"boundingBox\": [1383.0, 1047.0, 1467.0, 1047.0, 1467.0, 1077.0, 1383.0, 1077.0], \"words\": [{\"text\": \"Total\", \"boundingBox\": [1383.0, 1047.0, 1467.0, 1047.0, 1467.0, 1077.0, 1383.0, 1077.0]}]}, {\"text\": \"Bindings\", \"boundingBox\": [172.0, 1094.0, 280.0, 1094.0, 280.0, 1122.0, 172.0, 1122.0], \"words\": [{\"text\": \"Bindings\", \"boundingBox\": [172.0, 1094.0, 280.0, 1094.0, 280.0, 1122.0, 172.0, 1122.0]}]}, {\"text\": \"20\", \"boundingBox\": [861.0, 1094.0, 892.0, 1094.0, 892.0, 1119.0, 861.0, 1119.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [861.0, 1094.0, 892.0, 1094.0, 892.0, 1119.0, 861.0, 1119.0]}]}, {\"text\": \"1.00\", \"boundingBox\": [1241.0, 1095.0, 1293.0, 1095.0, 1293.0, 1118.0, 1241.0, 1118.0], \"words\": [{\"text\": \"1.00\", \"boundingBox\": [1241.0, 1095.0, 1293.0, 1095.0, 1293.0, 1118.0, 1241.0, 1118.0]}]}, {\"text\": \"20.00\", \"boundingBox\": [1458.0, 1096.0, 1531.0, 1096.0, 1531.0, 1119.0, 1458.0, 1119.0], \"words\": [{\"text\": \"20.00\", \"boundingBox\": [1458.0, 1096.0, 1531.0, 1096.0, 1531.0, 1119.0, 1458.0, 1119.0]}]}, {\"text\": \"Covers Small\", \"boundingBox\": [170.0, 1136.0, 333.0, 1136.0, 333.0, 1161.0, 170.0, 1161.0], \"words\": [{\"text\": \"Covers\", \"boundingBox\": [170.0, 1136.0, 254.0, 1136.0, 254.0, 1161.0, 170.0, 1161.0]}, {\"text\": \"Small\", \"boundingBox\": [259.0, 1136.0, 333.0, 1136.0, 333.0, 1161.0, 259.0, 1161.0]}]}, {\"text\": \"20\", \"boundingBox\": [861.0, 1135.0, 892.0, 1135.0, 892.0, 1160.0, 861.0, 1160.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [861.0, 1135.0, 892.0, 1135.0, 892.0, 1160.0, 861.0, 1160.0]}]}, {\"text\": \"1.00\", \"boundingBox\": [1240.0, 1135.0, 1294.0, 1135.0, 1294.0, 1160.0, 1240.0, 1160.0], \"words\": [{\"text\": \"1.00\", \"boundingBox\": [1240.0, 1135.0, 1294.0, 1135.0, 1294.0, 1160.0, 1240.0, 1160.0]}]}, {\"text\": \"20.00\", \"boundingBox\": [1458.0, 1135.0, 1529.0, 1135.0, 1529.0, 1160.0, 1458.0, 1160.0], \"words\": [{\"text\": \"20.00\", \"boundingBox\": [1458.0, 1135.0, 1529.0, 1135.0, 1529.0, 1160.0, 1458.0, 1160.0]}]}, {\"text\": \"Feather Bookmark\", \"boundingBox\": [173.0, 1179.0, 402.0, 1179.0, 402.0, 1206.0, 173.0, 1206.0], \"words\": [{\"text\": \"Feather\", \"boundingBox\": [173.0, 1180.0, 266.0, 1180.0, 266.0, 1206.0, 173.0, 1206.0]}, {\"text\": \"Bookmark\", \"boundingBox\": [271.0, 1179.0, 402.0, 1179.0, 402.0, 1206.0, 271.0, 1206.0]}]}, {\"text\": \"20\", \"boundingBox\": [863.0, 1179.0, 892.0, 1179.0, 892.0, 1204.0, 863.0, 1204.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [863.0, 1179.0, 892.0, 1179.0, 892.0, 1204.0, 863.0, 1204.0]}]}, {\"text\": \"5.00\", \"boundingBox\": [1239.0, 1179.0, 1294.0, 1179.0, 1294.0, 1204.0, 1239.0, 1204.0], \"words\": [{\"text\": \"5.00\", \"boundingBox\": [1239.0, 1179.0, 1294.0, 1179.0, 1294.0, 1204.0, 1239.0, 1204.0]}]}, {\"text\": \"100.00\", \"boundingBox\": [1443.0, 1181.0, 1529.0, 1181.0, 1529.0, 1205.0, 1443.0, 1205.0], \"words\": [{\"text\": \"100.00\", \"boundingBox\": [1443.0, 1181.0, 1529.0, 1181.0, 1529.0, 1205.0, 1443.0, 1205.0]}]}, {\"text\": \"Copper Swirl Marker\", \"boundingBox\": [170.0, 1222.0, 429.0, 1222.0, 429.0, 1252.0, 170.0, 1252.0], \"words\": [{\"text\": \"Copper\", \"boundingBox\": [170.0, 1223.0, 259.0, 1223.0, 259.0, 1253.0, 170.0, 1253.0]}, {\"text\": \"Swirl\", \"boundingBox\": [265.0, 1222.0, 328.0, 1222.0, 328.0, 1252.0, 265.0, 1252.0]}, {\"text\": \"Marker\", \"boundingBox\": [334.0, 1222.0, 429.0, 1222.0, 429.0, 1251.0, 334.0, 1251.0]}]}, {\"text\": \"20\", \"boundingBox\": [860.0, 1223.0, 892.0, 1223.0, 892.0, 1247.0, 860.0, 1247.0], \"words\": [{\"text\": \"20\", \"boundingBox\": [860.0, 1223.0, 892.0, 1223.0, 892.0, 1247.0, 860.0, 1247.0]}]}, {\"text\": \"5.00\", \"boundingBox\": [1239.0, 1221.0, 1293.0, 1221.0, 1293.0, 1247.0, 1239.0, 1247.0], \"words\": [{\"text\": \"5.00\", \"boundingBox\": [1239.0, 1221.0, 1293.0, 1221.0, 1293.0, 1247.0, 1239.0, 1247.0]}]}, {\"text\": \"100.00\", \"boundingBox\": [1444.0, 1224.0, 1530.0, 1224.0, 1530.0, 1248.0, 1444.0, 1248.0], \"words\": [{\"text\": \"100.00\", \"boundingBox\": [1444.0, 1224.0, 1530.0, 1224.0, 1530.0, 1248.0, 1444.0, 1248.0]}]}, {\"text\": \"SUBTOTAL\", \"boundingBox\": [1147.0, 1575.0, 1296.0, 1575.0, 1296.0, 1600.0, 1147.0, 1600.0], \"words\": [{\"text\": \"SUBTOTAL\", \"boundingBox\": [1147.0, 1575.0, 1296.0, 1575.0, 1296.0, 1600.0, 1147.0, 1600.0]}]}, {\"text\": \"$140.00\", \"boundingBox\": [1426.0, 1571.0, 1529.0, 1571.0, 1529.0, 1599.0, 1426.0, 1599.0], \"words\": [{\"text\": \"$140.00\", \"boundingBox\": [1426.0, 1571.0, 1529.0, 1571.0, 1529.0, 1599.0, 1426.0, 1599.0]}]}, {\"text\": \"TAX\", \"boundingBox\": [1238.0, 1618.0, 1296.0, 1618.0, 1296.0, 1643.0, 1238.0, 1643.0], \"words\": [{\"text\": \"TAX\", \"boundingBox\": [1238.0, 1618.0, 1296.0, 1618.0, 1296.0, 1643.0, 1238.0, 1643.0]}]}, {\"text\": \"$4.00\", \"boundingBox\": [1458.0, 1615.0, 1529.0, 1615.0, 1529.0, 1643.0, 1458.0, 1643.0], \"words\": [{\"text\": \"$4.00\", \"boundingBox\": [1458.0, 1615.0, 1529.0, 1615.0, 1529.0, 1643.0, 1458.0, 1643.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [489.0, 1671.0, 764.0, 1671.0, 764.0, 1706.0, 489.0, 1706.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [489.0, 1671.0, 609.0, 1671.0, 609.0, 1706.0, 489.0, 1706.0]}, {\"text\": \"Sanders\", \"boundingBox\": [616.0, 1671.0, 764.0, 1671.0, 764.0, 1706.0, 616.0, 1706.0]}]}, {\"text\": \"TOTAL\", \"boundingBox\": [1204.0, 1674.0, 1297.0, 1674.0, 1297.0, 1699.0, 1204.0, 1699.0], \"words\": [{\"text\": \"TOTAL\", \"boundingBox\": [1204.0, 1674.0, 1297.0, 1674.0, 1297.0, 1699.0, 1204.0, 1699.0]}]}, {\"text\": \"$144.00\", \"boundingBox\": [1427.0, 1671.0, 1529.0, 1671.0, 1529.0, 1698.0, 1427.0, 1698.0], \"words\": [{\"text\": \"$144.00\", \"boundingBox\": [1427.0, 1671.0, 1529.0, 1671.0, 1529.0, 1698.0, 1427.0, 1698.0]}]}, {\"text\": \"Bernie Sanders\", \"boundingBox\": [542.0, 1719.0, 717.0, 1719.0, 717.0, 1742.0, 542.0, 1742.0], \"words\": [{\"text\": \"Bernie\", \"boundingBox\": [542.0, 1719.0, 617.0, 1719.0, 617.0, 1742.0, 542.0, 1742.0]}, {\"text\": \"Sanders\", \"boundingBox\": [621.0, 1719.0, 717.0, 1719.0, 717.0, 1742.0, 621.0, 1742.0]}]}, {\"text\": \"Manager\", \"boundingBox\": [577.0, 1754.0, 681.0, 1754.0, 681.0, 1776.0, 577.0, 1776.0], \"words\": [{\"text\": \"Manager\", \"boundingBox\": [577.0, 1754.0, 681.0, 1754.0, 681.0, 1776.0, 577.0, 1776.0]}]}, {\"text\": \"Additional Notes:\", \"boundingBox\": [173.0, 1796.0, 479.0, 1796.0, 479.0, 1831.0, 173.0, 1831.0], \"words\": [{\"text\": \"Additional\", \"boundingBox\": [173.0, 1796.0, 355.0, 1796.0, 355.0, 1831.0, 173.0, 1831.0]}, {\"text\": \"Notes:\", \"boundingBox\": [361.0, 1796.0, 479.0, 1796.0, 479.0, 1832.0, 361.0, 1832.0]}]}, {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy.\", \"boundingBox\": [175.0, 1880.0, 707.0, 1880.0, 707.0, 1909.0, 175.0, 1909.0], \"words\": [{\"text\": \"Do\", \"boundingBox\": [175.0, 1881.0, 205.0, 1881.0, 205.0, 1907.0, 175.0, 1907.0]}, {\"text\": \"not\", \"boundingBox\": [210.0, 1881.0, 256.0, 1881.0, 256.0, 1907.0, 210.0, 1907.0]}, {\"text\": \"Jostle\", \"boundingBox\": [261.0, 1880.0, 335.0, 1880.0, 335.0, 1908.0, 261.0, 1908.0]}, {\"text\": \"Box.\", \"boundingBox\": [340.0, 1880.0, 401.0, 1880.0, 401.0, 1909.0, 340.0, 1909.0]}, {\"text\": \"Unpack\", \"boundingBox\": [406.0, 1880.0, 500.0, 1880.0, 500.0, 1909.0, 406.0, 1909.0]}, {\"text\": \"carefully.\", \"boundingBox\": [505.0, 1880.0, 623.0, 1880.0, 623.0, 1910.0, 505.0, 1910.0]}, {\"text\": \"Enjoy.\", \"boundingBox\": [628.0, 1880.0, 707.0, 1880.0, 707.0, 1911.0, 628.0, 1911.0]}]}, {\"text\": \"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\", \"boundingBox\": [169.0, 1924.0, 1511.0, 1924.0, 1511.0, 1958.0, 169.0, 1958.0], \"words\": [{\"text\": \"Jupiter\", \"boundingBox\": [169.0, 1924.0, 270.0, 1924.0, 270.0, 1959.0, 169.0, 1959.0]}, {\"text\": \"Book\", \"boundingBox\": [277.0, 1924.0, 355.0, 1924.0, 355.0, 1959.0, 277.0, 1959.0]}, {\"text\": \"Supply\", \"boundingBox\": [361.0, 1924.0, 465.0, 1924.0, 465.0, 1958.0, 361.0, 1958.0]}, {\"text\": \"will\", \"boundingBox\": [472.0, 1924.0, 517.0, 1924.0, 517.0, 1958.0, 472.0, 1958.0]}, {\"text\": \"refund\", \"boundingBox\": [524.0, 1924.0, 625.0, 1924.0, 625.0, 1958.0, 524.0, 1958.0]}, {\"text\": \"you\", \"boundingBox\": [632.0, 1924.0, 687.0, 1924.0, 687.0, 1958.0, 632.0, 1958.0]}, {\"text\": \"50%\", \"boundingBox\": [694.0, 1924.0, 763.0, 1924.0, 763.0, 1958.0, 694.0, 1958.0]}, {\"text\": \"per\", \"boundingBox\": [770.0, 1924.0, 820.0, 1924.0, 820.0, 1958.0, 770.0, 1958.0]}, {\"text\": \"book\", \"boundingBox\": [827.0, 1924.0, 900.0, 1924.0, 900.0, 1958.0, 827.0, 1958.0]}, {\"text\": \"if\", \"boundingBox\": [907.0, 1924.0, 928.0, 1924.0, 928.0, 1958.0, 907.0, 1958.0]}, {\"text\": \"returned\", \"boundingBox\": [935.0, 1924.0, 1063.0, 1924.0, 1063.0, 1958.0, 935.0, 1958.0]}, {\"text\": \"within\", \"boundingBox\": [1070.0, 1924.0, 1157.0, 1924.0, 1157.0, 1958.0, 1070.0, 1958.0]}, {\"text\": \"60\", \"boundingBox\": [1164.0, 1924.0, 1203.0, 1924.0, 1203.0, 1958.0, 1164.0, 1958.0]}, {\"text\": \"days\", \"boundingBox\": [1210.0, 1924.0, 1284.0, 1924.0, 1284.0, 1958.0, 1210.0, 1958.0]}, {\"text\": \"of\", \"boundingBox\": [1290.0, 1924.0, 1318.0, 1924.0, 1318.0, 1958.0, 1290.0, 1958.0]}, {\"text\": \"reading\", \"boundingBox\": [1325.0, 1924.0, 1439.0, 1924.0, 1439.0, 1958.0, 1325.0, 1958.0]}, {\"text\": \"and\", \"boundingBox\": [1446.0, 1924.0, 1511.0, 1924.0, 1511.0, 1958.0, 1446.0, 1958.0]}]}, {\"text\": \"offer you 25% off you next total purchase.\", \"boundingBox\": [169.0, 1958.0, 786.0, 1958.0, 786.0, 1992.0, 169.0, 1992.0], \"words\": [{\"text\": \"offer\", \"boundingBox\": [169.0, 1958.0, 235.0, 1958.0, 235.0, 1991.0, 169.0, 1991.0]}, {\"text\": \"you\", \"boundingBox\": [242.0, 1958.0, 299.0, 1958.0, 299.0, 1991.0, 242.0, 1991.0]}, {\"text\": \"25%\", \"boundingBox\": [306.0, 1958.0, 374.0, 1958.0, 374.0, 1992.0, 306.0, 1992.0]}, {\"text\": \"off\", \"boundingBox\": [380.0, 1958.0, 421.0, 1958.0, 421.0, 1992.0, 380.0, 1992.0]}, {\"text\": \"you\", \"boundingBox\": [427.0, 1958.0, 483.0, 1958.0, 483.0, 1992.0, 427.0, 1992.0]}, {\"text\": \"next\", \"boundingBox\": [489.0, 1958.0, 556.0, 1958.0, 556.0, 1992.0, 489.0, 1992.0]}, {\"text\": \"total\", \"boundingBox\": [562.0, 1959.0, 628.0, 1959.0, 628.0, 1992.0, 562.0, 1992.0]}, {\"text\": \"purchase.\", \"boundingBox\": [635.0, 1959.0, 786.0, 1959.0, 786.0, 1991.0, 635.0, 1991.0]}]}]}], \"pageResults\": [{\"page\": 1, \"keyValuePairs\": [{\"key\": {\"text\": \"Company Phone:\", \"boundingBox\": [163.0, 352.0, 359.0, 352.0, 359.0, 378.0, 163.0, 378.0], \"elements\": [\"#/readResults/0/lines/3/words/0\", \"#/readResults/0/lines/3/words/1\"]}, \"value\": {\"text\": \"555-348-6512\", \"boundingBox\": [364.0, 351.0, 528.0, 351.0, 528.0, 378.0, 364.0, 378.0], \"elements\": [\"#/readResults/0/lines/4/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Website:\", \"boundingBox\": [167.0, 394.0, 269.0, 394.0, 269.0, 417.0, 167.0, 417.0], \"elements\": [\"#/readResults/0/lines/5/words/0\"]}, \"value\": {\"text\": \"www.herolimited.com\", \"boundingBox\": [273.0, 393.0, 531.0, 393.0, 531.0, 418.0, 273.0, 418.0], \"elements\": [\"#/readResults/0/lines/6/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Email:\", \"boundingBox\": [165.0, 435.0, 237.0, 435.0, 237.0, 460.0, 165.0, 460.0], \"elements\": [\"#/readResults/0/lines/7/words/0\"]}, \"value\": {\"text\": \"accounts@herolimited.com\", \"boundingBox\": [164.0, 481.0, 479.0, 481.0, 479.0, 503.0, 164.0, 503.0], \"elements\": [\"#/readResults/0/lines/12/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Dated As:\", \"boundingBox\": [1025.0, 421.0, 1160.0, 421.0, 1160.0, 448.0, 1025.0, 448.0], \"elements\": [\"#/readResults/0/lines/8/words/0\", \"#/readResults/0/lines/8/words/1\"]}, \"value\": {\"text\": \"12/20/2020\", \"boundingBox\": [1165.0, 420.0, 1317.0, 420.0, 1317.0, 448.0, 1165.0, 448.0], \"elements\": [\"#/readResults/0/lines/9/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Purchase Order #:\", \"boundingBox\": [1023.0, 461.0, 1272.0, 461.0, 1272.0, 488.0, 1023.0, 488.0], \"elements\": [\"#/readResults/0/lines/10/words/0\", \"#/readResults/0/lines/10/words/1\", \"#/readResults/0/lines/10/words/2\"]}, \"value\": {\"text\": \"948284\", \"boundingBox\": [1277.0, 461.0, 1376.0, 461.0, 1376.0, 489.0, 1277.0, 489.0], \"elements\": [\"#/readResults/0/lines/11/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Vendor Name:\", \"boundingBox\": [160.0, 611.0, 344.0, 611.0, 344.0, 637.0, 160.0, 637.0], \"elements\": [\"#/readResults/0/lines/14/words/0\", \"#/readResults/0/lines/14/words/1\"]}, \"value\": {\"text\": \"Hillary Swank\", \"boundingBox\": [350.0, 609.0, 521.0, 609.0, 521.0, 639.0, 350.0, 639.0], \"elements\": [\"#/readResults/0/lines/15/words/0\", \"#/readResults/0/lines/15/words/1\"]}, \"confidence\": 0.7}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [160.0, 648.0, 370.0, 648.0, 370.0, 677.0, 160.0, 677.0], \"elements\": [\"#/readResults/0/lines/16/words/0\", \"#/readResults/0/lines/16/words/1\"]}, \"value\": {\"text\": \"Higgly Wiggly Books\", \"boundingBox\": [375.0, 646.0, 630.0, 646.0, 630.0, 679.0, 375.0, 679.0], \"elements\": [\"#/readResults/0/lines/17/words/0\", \"#/readResults/0/lines/17/words/1\", \"#/readResults/0/lines/17/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [161.0, 685.0, 269.0, 685.0, 269.0, 711.0, 161.0, 711.0], \"elements\": [\"#/readResults/0/lines/18/words/0\"]}, \"value\": {\"text\": \"938 NE Burner Road Boulder City, CO 92848\", \"boundingBox\": [274.0, 685.0, 565.0, 685.0, 565.0, 751.0, 274.0, 751.0], \"elements\": [\"#/readResults/0/lines/19/words/0\", \"#/readResults/0/lines/19/words/1\", \"#/readResults/0/lines/19/words/2\", \"#/readResults/0/lines/19/words/3\", \"#/readResults/0/lines/20/words/0\", \"#/readResults/0/lines/20/words/1\", \"#/readResults/0/lines/20/words/2\", \"#/readResults/0/lines/20/words/3\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [613.0, 722.0, 702.0, 722.0, 702.0, 749.0, 613.0, 749.0], \"elements\": [\"#/readResults/0/lines/21/words/0\"]}, \"value\": {\"text\": \"938-294-2949\", \"boundingBox\": [708.0, 722.0, 885.0, 722.0, 885.0, 749.0, 708.0, 749.0], \"elements\": [\"#/readResults/0/lines/22/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Name:\", \"boundingBox\": [166.0, 853.0, 250.0, 853.0, 250.0, 879.0, 166.0, 879.0], \"elements\": [\"#/readResults/0/lines/24/words/0\"]}, \"value\": {\"text\": \"Bernie Sanders\", \"boundingBox\": [255.0, 852.0, 446.0, 852.0, 446.0, 880.0, 255.0, 880.0], \"elements\": [\"#/readResults/0/lines/25/words/0\", \"#/readResults/0/lines/25/words/1\"]}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Company Name:\", \"boundingBox\": [164.0, 890.0, 374.0, 890.0, 374.0, 919.0, 164.0, 919.0], \"elements\": [\"#/readResults/0/lines/26/words/0\", \"#/readResults/0/lines/26/words/1\"]}, \"value\": {\"text\": \"Jupiter Book Supply\", \"boundingBox\": [380.0, 889.0, 629.0, 889.0, 629.0, 919.0, 380.0, 919.0], \"elements\": [\"#/readResults/0/lines/27/words/0\", \"#/readResults/0/lines/27/words/1\", \"#/readResults/0/lines/27/words/2\"]}, \"confidence\": 0.53}, {\"key\": {\"text\": \"Address:\", \"boundingBox\": [166.0, 926.0, 273.0, 926.0, 273.0, 953.0, 166.0, 953.0], \"elements\": [\"#/readResults/0/lines/28/words/0\"]}, \"value\": {\"text\": \"383 N Kinnick Road Seattle, WA 38383\", \"boundingBox\": [279.0, 926.0, 521.0, 926.0, 521.0, 991.0, 279.0, 991.0], \"elements\": [\"#/readResults/0/lines/29/words/0\", \"#/readResults/0/lines/29/words/1\", \"#/readResults/0/lines/29/words/2\", \"#/readResults/0/lines/29/words/3\", \"#/readResults/0/lines/30/words/0\", \"#/readResults/0/lines/30/words/1\", \"#/readResults/0/lines/30/words/2\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Phone:\", \"boundingBox\": [760.0, 964.0, 849.0, 964.0, 849.0, 990.0, 760.0, 990.0], \"elements\": [\"#/readResults/0/lines/31/words/0\"]}, \"value\": {\"text\": \"932-299-0292\", \"boundingBox\": [855.0, 964.0, 1033.0, 964.0, 1033.0, 990.0, 855.0, 990.0], \"elements\": [\"#/readResults/0/lines/32/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"SUBTOTAL\", \"boundingBox\": [1147.0, 1575.0, 1296.0, 1575.0, 1296.0, 1600.0, 1147.0, 1600.0], \"elements\": [\"#/readResults/0/lines/53/words/0\"]}, \"value\": {\"text\": \"$140.00\", \"boundingBox\": [1426.0, 1571.0, 1529.0, 1571.0, 1529.0, 1599.0, 1426.0, 1599.0], \"elements\": [\"#/readResults/0/lines/54/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TAX\", \"boundingBox\": [1238.0, 1618.0, 1296.0, 1618.0, 1296.0, 1643.0, 1238.0, 1643.0], \"elements\": [\"#/readResults/0/lines/55/words/0\"]}, \"value\": {\"text\": \"$4.00\", \"boundingBox\": [1458.0, 1615.0, 1529.0, 1615.0, 1529.0, 1643.0, 1458.0, 1643.0], \"elements\": [\"#/readResults/0/lines/56/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"TOTAL\", \"boundingBox\": [1204.0, 1674.0, 1297.0, 1674.0, 1297.0, 1699.0, 1204.0, 1699.0], \"elements\": [\"#/readResults/0/lines/58/words/0\"]}, \"value\": {\"text\": \"$144.00\", \"boundingBox\": [1427.0, 1671.0, 1529.0, 1671.0, 1529.0, 1698.0, 1427.0, 1698.0], \"elements\": [\"#/readResults/0/lines/59/words/0\"]}, \"confidence\": 1.0}, {\"key\": {\"text\": \"Additional Notes:\", \"boundingBox\": [173.0, 1796.0, 479.0, 1796.0, 479.0, 1831.0, 173.0, 1831.0], \"elements\": [\"#/readResults/0/lines/62/words/0\", \"#/readResults/0/lines/62/words/1\"]}, \"value\": {\"text\": \"Do not Jostle Box. Unpack carefully. Enjoy. Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and offer you 25% off you next total purchase.\", \"boundingBox\": [169.0, 1880.0, 1511.0, 1880.0, 1511.0, 1992.0, 169.0, 1992.0], \"elements\": [\"#/readResults/0/lines/63/words/0\", \"#/readResults/0/lines/63/words/1\", \"#/readResults/0/lines/63/words/2\", \"#/readResults/0/lines/63/words/3\", \"#/readResults/0/lines/63/words/4\", \"#/readResults/0/lines/63/words/5\", \"#/readResults/0/lines/63/words/6\", \"#/readResults/0/lines/64/words/0\", \"#/readResults/0/lines/64/words/1\", \"#/readResults/0/lines/64/words/2\", \"#/readResults/0/lines/64/words/3\", \"#/readResults/0/lines/64/words/4\", \"#/readResults/0/lines/64/words/5\", \"#/readResults/0/lines/64/words/6\", \"#/readResults/0/lines/64/words/7\", \"#/readResults/0/lines/64/words/8\", \"#/readResults/0/lines/64/words/9\", \"#/readResults/0/lines/64/words/10\", \"#/readResults/0/lines/64/words/11\", \"#/readResults/0/lines/64/words/12\", \"#/readResults/0/lines/64/words/13\", \"#/readResults/0/lines/64/words/14\", \"#/readResults/0/lines/64/words/15\", \"#/readResults/0/lines/64/words/16\", \"#/readResults/0/lines/65/words/0\", \"#/readResults/0/lines/65/words/1\", \"#/readResults/0/lines/65/words/2\", \"#/readResults/0/lines/65/words/3\", \"#/readResults/0/lines/65/words/4\", \"#/readResults/0/lines/65/words/5\", \"#/readResults/0/lines/65/words/6\", \"#/readResults/0/lines/65/words/7\"]}, \"confidence\": 0.53}], \"tables\": [{\"rows\": 5, \"columns\": 4, \"cells\": [{\"text\": \"Details\", \"rowIndex\": 0, \"columnIndex\": 0, \"boundingBox\": [447.0, 1048.0, 558.0, 1048.0, 558.0, 1078.0, 447.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/33/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Quantity\", \"rowIndex\": 0, \"columnIndex\": 1, \"boundingBox\": [886.0, 1048.0, 1034.0, 1048.0, 1034.0, 1084.0, 886.0, 1084.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/34/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Unit Price\", \"rowIndex\": 0, \"columnIndex\": 2, \"boundingBox\": [1111.0, 1047.0, 1269.0, 1047.0, 1269.0, 1078.0, 1111.0, 1078.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/35/words/0\", \"#/readResults/0/lines/35/words/1\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Total\", \"rowIndex\": 0, \"columnIndex\": 3, \"boundingBox\": [1383.0, 1047.0, 1467.0, 1047.0, 1467.0, 1077.0, 1383.0, 1077.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/36/words/0\"], \"isHeader\": true, \"isFooter\": false}, {\"text\": \"Bindings\", \"rowIndex\": 1, \"columnIndex\": 0, \"boundingBox\": [172.0, 1094.0, 280.0, 1094.0, 280.0, 1122.0, 172.0, 1122.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/37/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 1, \"columnIndex\": 1, \"boundingBox\": [861.0, 1094.0, 892.0, 1094.0, 892.0, 1119.0, 861.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/38/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 1, \"columnIndex\": 2, \"boundingBox\": [1241.0, 1095.0, 1293.0, 1095.0, 1293.0, 1118.0, 1241.0, 1118.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/39/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 1, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1096.0, 1531.0, 1096.0, 1531.0, 1119.0, 1458.0, 1119.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/40/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Covers Small\", \"rowIndex\": 2, \"columnIndex\": 0, \"boundingBox\": [170.0, 1136.0, 333.0, 1136.0, 333.0, 1161.0, 170.0, 1161.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/41/words/0\", \"#/readResults/0/lines/41/words/1\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 2, \"columnIndex\": 1, \"boundingBox\": [861.0, 1135.0, 892.0, 1135.0, 892.0, 1160.0, 861.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/42/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"1.00\", \"rowIndex\": 2, \"columnIndex\": 2, \"boundingBox\": [1240.0, 1135.0, 1294.0, 1135.0, 1294.0, 1160.0, 1240.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/43/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20.00\", \"rowIndex\": 2, \"columnIndex\": 3, \"boundingBox\": [1458.0, 1135.0, 1529.0, 1135.0, 1529.0, 1160.0, 1458.0, 1160.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/44/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Feather Bookmark\", \"rowIndex\": 3, \"columnIndex\": 0, \"boundingBox\": [173.0, 1179.0, 402.0, 1179.0, 402.0, 1206.0, 173.0, 1206.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/45/words/0\", \"#/readResults/0/lines/45/words/1\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 3, \"columnIndex\": 1, \"boundingBox\": [863.0, 1179.0, 892.0, 1179.0, 892.0, 1204.0, 863.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/46/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 3, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1179.0, 1294.0, 1179.0, 1294.0, 1204.0, 1239.0, 1204.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/47/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 3, \"columnIndex\": 3, \"boundingBox\": [1443.0, 1181.0, 1529.0, 1181.0, 1529.0, 1205.0, 1443.0, 1205.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/48/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"Copper Swirl Marker\", \"rowIndex\": 4, \"columnIndex\": 0, \"boundingBox\": [170.0, 1222.0, 429.0, 1222.0, 429.0, 1252.0, 170.0, 1252.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/49/words/0\", \"#/readResults/0/lines/49/words/1\", \"#/readResults/0/lines/49/words/2\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"20\", \"rowIndex\": 4, \"columnIndex\": 1, \"boundingBox\": [860.0, 1223.0, 892.0, 1223.0, 892.0, 1247.0, 860.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/50/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"5.00\", \"rowIndex\": 4, \"columnIndex\": 2, \"boundingBox\": [1239.0, 1221.0, 1293.0, 1221.0, 1293.0, 1247.0, 1239.0, 1247.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/51/words/0\"], \"isHeader\": false, \"isFooter\": false}, {\"text\": \"100.00\", \"rowIndex\": 4, \"columnIndex\": 3, \"boundingBox\": [1444.0, 1224.0, 1530.0, 1224.0, 1530.0, 1248.0, 1444.0, 1248.0], \"confidence\": 1.0, \"rowSpan\": 1, \"columnSpan\": 1, \"elements\": [\"#/readResults/0/lines/52/words/0\"], \"isHeader\": false, \"isFooter\": false}]}], \"clusterId\": 0}], \"documentResults\": [], \"errors\": []}}", + "Date" : "Wed, 16 Sep 2020 00:54:52 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptData.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptData.json index 8eef693c9e12a..675839b1a4df4 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptData.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptData.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=false&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "62c132e3-beba-45ad-9d4c-25a6c95c2ed9", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "6e232d00-1b81-45b8-9786-9f723f8d64b2", "Content-Type" : "image/jpeg" }, "Response" : { - "x-envoy-upstream-service-time" : "190", + "x-envoy-upstream-service-time" : "141", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "8e1febb9-310e-413e-9c28-75f7fb6bf2e3", + "apim-request-id" : "8f26428f-3740-4716-8c81-6a20595c0e35", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/8e1febb9-310e-413e-9c28-75f7fb6bf2e3", - "Date" : "Thu, 06 Aug 2020 22:32:12 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/8f26428f-3740-4716-8c81-6a20595c0e35", + "Date" : "Wed, 16 Sep 2020 00:54:21 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/8e1febb9-310e-413e-9c28-75f7fb6bf2e3", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/8f26428f-3740-4716-8c81-6a20595c0e35", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "679b88a9-0751-4608-89c4-3046fe338187" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "366233e9-3012-4174-91cc-68be391b290a" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "29", + "x-envoy-upstream-service-time" : "24", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "8599c457-3d4e-43e2-b7a1-4f072d089809", + "apim-request-id" : "a546fe22-1852-4aee-a16b-facd65edbd42", "retry-after" : "0", + "Content-Length" : "2661", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:32:13Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:14Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656.3,1054.7,646.8,1125.3,268.5,1074.7],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[265.1,1228.4,525,1247,518.9,1332.1,259,1313.5],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677.3,1261.5,668.9,1346.5,532.6,1333],\"page\":1,\"confidence\":0.977},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[245.1,1581.5,300.9,1585.1,295,1676,239.2,1672.4],\"page\":1,\"confidence\":0.92},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654.2,1601.1,650,1693,317.8,1678],\"page\":1,\"confidence\":0.923},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1107.7,1584,1263,1574,1268.3,1656,1113,1666],\"page\":1,\"confidence\":0.918}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[232,1834,286.6,1835,285,1921,230.4,1920],\"page\":1,\"confidence\":0.858},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916},\"TotalPrice\":{\"type\":\"number\",\"text\":\"$9.5\",\"boundingBox\":[1133.9,1955,1257,1952,1259.1,2036,1136,2039],\"page\":1,\"confidence\":0.916}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297.3,2223,1296,2319,1144.7,2317],\"page\":1,\"confidence\":0.955},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267.7,2485,1264,2591,1090.3,2585],\"page\":1,\"confidence\":0.941},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034.2,2617,1387.5,2638.2,1380,2763,1026.7,2741.8],\"page\":1,\"confidence\":0.985}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:32:18 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:21Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:24Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.6701,\"width\":1688,\"height\":3000,\"unit\":\"pixel\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.728},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.674},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"Redmond, WA 98052\",\"text\":\"Redmond, WA 98052\",\"boundingBox\":[288.5,783.5,828.1,846.8,817.4,938.5,277.7,875.2],\"page\":1,\"confidence\":0.914},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"page\":1,\"confidence\":0.988},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"page\":1,\"confidence\":0.968},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"page\":1,\"confidence\":0.958},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"page\":1,\"confidence\":0.966}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"page\":1,\"confidence\":0.936},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.952},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":9.5,\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"page\":1,\"confidence\":0.93}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"page\":1,\"confidence\":0.971},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.978},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"page\":1,\"confidence\":0.891}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:26 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/8e1febb9-310e-413e-9c28-75f7fb6bf2e3", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/8f26428f-3740-4716-8c81-6a20595c0e35", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "344c136e-e74d-40b6-9ff2-7930f23618ff" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2ecd3532-b7aa-4db0-a3fa-55daae73fe4e" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "37", + "x-envoy-upstream-service-time" : "21", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a9f88440-650c-40c2-b095-14f40a5e34ae", + "apim-request-id" : "f477af88-3d56-4f94-a4fd-22feb6195a8b", "retry-after" : "0", + "Content-Length" : "2661", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:32:13Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:14Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656.3,1054.7,646.8,1125.3,268.5,1074.7],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[265.1,1228.4,525,1247,518.9,1332.1,259,1313.5],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677.3,1261.5,668.9,1346.5,532.6,1333],\"page\":1,\"confidence\":0.977},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[245.1,1581.5,300.9,1585.1,295,1676,239.2,1672.4],\"page\":1,\"confidence\":0.92},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654.2,1601.1,650,1693,317.8,1678],\"page\":1,\"confidence\":0.923},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1107.7,1584,1263,1574,1268.3,1656,1113,1666],\"page\":1,\"confidence\":0.918}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[232,1834,286.6,1835,285,1921,230.4,1920],\"page\":1,\"confidence\":0.858},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916},\"TotalPrice\":{\"type\":\"number\",\"text\":\"$9.5\",\"boundingBox\":[1133.9,1955,1257,1952,1259.1,2036,1136,2039],\"page\":1,\"confidence\":0.916}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297.3,2223,1296,2319,1144.7,2317],\"page\":1,\"confidence\":0.955},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267.7,2485,1264,2591,1090.3,2585],\"page\":1,\"confidence\":0.941},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034.2,2617,1387.5,2638.2,1380,2763,1026.7,2741.8],\"page\":1,\"confidence\":0.985}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:32:18 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:21Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:24Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.6701,\"width\":1688,\"height\":3000,\"unit\":\"pixel\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.728},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.674},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"Redmond, WA 98052\",\"text\":\"Redmond, WA 98052\",\"boundingBox\":[288.5,783.5,828.1,846.8,817.4,938.5,277.7,875.2],\"page\":1,\"confidence\":0.914},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"page\":1,\"confidence\":0.988},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"page\":1,\"confidence\":0.968},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"page\":1,\"confidence\":0.958},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"page\":1,\"confidence\":0.966}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"page\":1,\"confidence\":0.936},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.952},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":9.5,\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"page\":1,\"confidence\":0.93}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"page\":1,\"confidence\":0.971},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.978},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"page\":1,\"confidence\":0.891}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:26 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataIncludeFieldElements.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataIncludeFieldElements.json index cc62f265cdb98..f9fbc8cd9586a 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataIncludeFieldElements.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataIncludeFieldElements.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=true&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a0740252-bff8-444c-b33c-5e8bf9dcccb8", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "770bca38-ae56-4d2d-8258-79a59a00ff7b", "Content-Type" : "image/jpeg" }, "Response" : { - "x-envoy-upstream-service-time" : "1123", + "x-envoy-upstream-service-time" : "424", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f5d407e8-c8f0-4903-804e-17544e435c7b", + "apim-request-id" : "8eb96d12-b1bc-4397-ab25-0506b857e621", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/f5d407e8-c8f0-4903-804e-17544e435c7b", - "Date" : "Thu, 06 Aug 2020 22:31:41 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/8eb96d12-b1bc-4397-ab25-0506b857e621", + "Date" : "Wed, 16 Sep 2020 00:54:14 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/f5d407e8-c8f0-4903-804e-17544e435c7b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/8eb96d12-b1bc-4397-ab25-0506b857e621", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8a34d86f-47e4-4011-9ea5-a406cf58101e" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "b31c4619-566f-41d3-b75b-d4b2196ca798" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "197", + "x-envoy-upstream-service-time" : "29", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "7bebad3b-9b3b-4366-abb6-5758a549402f", + "apim-request-id" : "962c14b0-cad3-45d1-8a9d-3ef68923be1a", "retry-after" : "0", + "Content-Length" : "8501", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:31:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:42Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[635,510,1086,461,1098,558,643,604],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[639,510,1087,461,1098,551,646,604],\"confidence\":0.955}]},{\"text\":\"Contoso\",\"boundingBox\":[305,574,519,624,504,686,291,634],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[311,575,517,623,503,686,297,636],\"confidence\":0.435}]},{\"text\":\"123 Main Street\",\"boundingBox\":[300,675,703,767,686,844,284,749],\"words\":[{\"text\":\"123\",\"boundingBox\":[302,676,390,695,375,770,287,751],\"confidence\":0.935},{\"text\":\"Main\",\"boundingBox\":[405,698,528,726,512,802,390,774],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[542,730,702,767,685,845,527,806],\"confidence\":0.959}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[290,784,828,850,820,933,279,868],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[293,784,550,826,540,905,280,856],\"confidence\":0.762},{\"text\":\"WA\",\"boundingBox\":[565,828,645,837,637,917,555,907],\"confidence\":0.943},{\"text\":\"98052\",\"boundingBox\":[660,838,824,849,818,933,651,919],\"confidence\":0.959}]},{\"text\":\"987-654-3210\",\"boundingBox\":[275,1003,656,1055,646,1123,269,1073],\"words\":[{\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"confidence\":0.939}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[265,1228,678,1258,671,1344,258,1311],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"confidence\":0.958}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[253,1347,868,1379,863,1457,249,1425],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[259,1348,419,1359,414,1435,252,1422],\"confidence\":0.92},{\"text\":\"Associate:\",\"boundingBox\":[434,1360,711,1374,707,1452,428,1436],\"confidence\":0.909},{\"text\":\"Paul\",\"boundingBox\":[726,1374,865,1379,862,1457,722,1452],\"confidence\":0.959}]},{\"text\":\"1 Cappuccino\",\"boundingBox\":[244,1583,658,1601,653,1689,240,1674],\"words\":[{\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"confidence\":0.824},{\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"confidence\":0.727}]},{\"text\":\"$2.20\",\"boundingBox\":[1106,1584,1268,1574,1270,1656,1110,1666],\"words\":[{\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"confidence\":0.958}]},{\"text\":\"1 BACON & EGGS\",\"boundingBox\":[232,1834,745,1840,744,1924,231,1918],\"words\":[{\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"confidence\":0.845},{\"text\":\"BACON\",\"boundingBox\":[308,1836,506,1841,504,1920,307,1920],\"confidence\":0.885},{\"text\":\"&\",\"boundingBox\":[523,1841,568,1842,566,1921,521,1921],\"confidence\":0.799},{\"text\":\"EGGS\",\"boundingBox\":[585,1842,746,1843,744,1924,583,1921],\"confidence\":0.948}]},{\"text\":\"Sunny-side-up\",\"boundingBox\":[347,1975,751,1977,751,2061,347,2060],\"words\":[{\"text\":\"Sunny-side-up\",\"boundingBox\":[348,1975,749,1979,747,2061,348,2061],\"confidence\":0.946}]},{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1262,1952,1263,2035,1136,2039],\"words\":[{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"confidence\":0.95}]},{\"text\":\"Sub-Total\",\"boundingBox\":[440,2229,771,2219,773,2318,442,2327],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[441,2229,769,2220,774,2319,443,2328],\"confidence\":0.856}]},{\"text\":\"$ 11.70\",\"boundingBox\":[1092,2221,1301,2224,1299,2319,1093,2317],\"words\":[{\"text\":\"$\",\"boundingBox\":[1092,2221,1127,2221,1126,2317,1092,2316],\"confidence\":0.799},{\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"confidence\":0.948}]},{\"text\":\"Tax\",\"boundingBox\":[442,2371,549,2367,552,2454,445,2458],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[445,2371,546,2367,549,2454,448,2458],\"confidence\":0.958}]},{\"text\":\"$ 1.17\",\"boundingBox\":[1129,2359,1310,2359,1306,2456,1129,2456],\"words\":[{\"text\":\"$\",\"boundingBox\":[1129,2359,1171,2359,1171,2456,1129,2456],\"confidence\":0.89},{\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"confidence\":0.942}]},{\"text\":\"Tip\",\"boundingBox\":[433,2505,539,2506,540,2602,434,2602],\"words\":[{\"text\":\"Tip\",\"boundingBox\":[436,2505,536,2505,536,2602,436,2602],\"confidence\":0.959}]},{\"text\":\"$ 1.63\",\"boundingBox\":[1030,2478,1269,2486,1267,2591,1024,2583],\"words\":[{\"text\":\"$\",\"boundingBox\":[1027,2478,1073,2478,1069,2584,1024,2583],\"confidence\":0.788},{\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"confidence\":0.284}]},{\"text\":\"Total\",\"boundingBox\":[433,2652,611,2644,615,2738,436,2747],\"words\":[{\"text\":\"Total\",\"boundingBox\":[435,2652,609,2644,613,2739,439,2747],\"confidence\":0.866}]},{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1386,2637,1380,2762,1029,2739],\"words\":[{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"confidence\":0.57}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656.3,1054.7,646.8,1125.3,268.5,1074.7],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[265.1,1228.4,525,1247,518.9,1332.1,259,1313.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677.3,1261.5,668.9,1346.5,532.6,1333],\"page\":1,\"confidence\":0.977,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[245.1,1581.5,300.9,1585.1,295,1676,239.2,1672.4],\"page\":1,\"confidence\":0.92,\"elements\":[\"#/readResults/0/lines/7/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654.2,1601.1,650,1693,317.8,1678],\"page\":1,\"confidence\":0.923,\"elements\":[\"#/readResults/0/lines/7/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1107.7,1584,1263,1574,1268.3,1656,1113,1666],\"page\":1,\"confidence\":0.918,\"elements\":[\"#/readResults/0/lines/8/words/0\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[232,1834,286.6,1835,285,1921,230.4,1920],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/9/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\",\"#/readResults/0/lines/9/words/3\"]},\"TotalPrice\":{\"type\":\"number\",\"text\":\"$9.5\",\"boundingBox\":[1133.9,1955,1257,1952,1259.1,2036,1136,2039],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/11/words/0\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297.3,2223,1296,2319,1144.7,2317],\"page\":1,\"confidence\":0.955,\"elements\":[\"#/readResults/0/lines/13/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979,\"elements\":[\"#/readResults/0/lines/15/words/1\"]},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267.7,2485,1264,2591,1090.3,2585],\"page\":1,\"confidence\":0.941,\"elements\":[\"#/readResults/0/lines/17/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034.2,2617,1387.5,2638.2,1380,2763,1026.7,2741.8],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/19/words/0\"]}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:31:45 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:15Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:17Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[635,510,1086,461,1098,558,643,604],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[639,510,1087,461,1098,551,646,604],\"confidence\":0.955}]},{\"text\":\"Contoso\",\"boundingBox\":[305,574,519,624,504,686,291,634],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[311,575,517,623,503,686,297,636],\"confidence\":0.435}]},{\"text\":\"123 Main Street\",\"boundingBox\":[300,675,703,767,686,844,284,749],\"words\":[{\"text\":\"123\",\"boundingBox\":[302,676,390,695,375,770,287,751],\"confidence\":0.935},{\"text\":\"Main\",\"boundingBox\":[405,698,528,726,512,802,390,774],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[542,730,702,767,685,845,527,806],\"confidence\":0.959}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[290,784,828,850,820,933,279,868],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[293,784,550,826,540,905,280,856],\"confidence\":0.762},{\"text\":\"WA\",\"boundingBox\":[565,828,645,837,637,917,555,907],\"confidence\":0.943},{\"text\":\"98052\",\"boundingBox\":[660,838,824,849,818,933,651,919],\"confidence\":0.959}]},{\"text\":\"987-654-3210\",\"boundingBox\":[275,1003,656,1055,646,1123,269,1073],\"words\":[{\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"confidence\":0.939}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[265,1228,678,1258,671,1344,258,1311],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"confidence\":0.958}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[253,1347,868,1379,863,1457,249,1425],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[259,1348,419,1359,414,1435,252,1422],\"confidence\":0.92},{\"text\":\"Associate:\",\"boundingBox\":[434,1360,711,1374,707,1452,428,1436],\"confidence\":0.909},{\"text\":\"Paul\",\"boundingBox\":[726,1374,865,1379,862,1457,722,1452],\"confidence\":0.959}]},{\"text\":\"1 Cappuccino\",\"boundingBox\":[244,1583,658,1601,653,1689,240,1674],\"words\":[{\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"confidence\":0.824},{\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"confidence\":0.727}]},{\"text\":\"$2.20\",\"boundingBox\":[1106,1584,1268,1574,1270,1656,1110,1666],\"words\":[{\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"confidence\":0.958}]},{\"text\":\"1 BACON & EGGS\",\"boundingBox\":[232,1834,745,1840,744,1924,231,1918],\"words\":[{\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"confidence\":0.845},{\"text\":\"BACON\",\"boundingBox\":[308,1836,506,1841,504,1920,307,1920],\"confidence\":0.885},{\"text\":\"&\",\"boundingBox\":[523,1841,568,1842,566,1921,521,1921],\"confidence\":0.799},{\"text\":\"EGGS\",\"boundingBox\":[585,1842,746,1843,744,1924,583,1921],\"confidence\":0.949}]},{\"text\":\"Sunny-side-up\",\"boundingBox\":[347,1975,751,1977,751,2061,347,2060],\"words\":[{\"text\":\"Sunny-side-up\",\"boundingBox\":[348,1975,749,1979,747,2061,348,2061],\"confidence\":0.946}]},{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1262,1952,1263,2035,1136,2039],\"words\":[{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"confidence\":0.95}]},{\"text\":\"Sub-Total\",\"boundingBox\":[440,2229,771,2219,773,2318,442,2327],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[441,2229,769,2220,774,2319,443,2328],\"confidence\":0.856}]},{\"text\":\"$ 11.70\",\"boundingBox\":[1092,2221,1301,2224,1299,2319,1093,2317],\"words\":[{\"text\":\"$\",\"boundingBox\":[1092,2221,1127,2221,1126,2317,1092,2316],\"confidence\":0.799},{\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"confidence\":0.948}]},{\"text\":\"Tax\",\"boundingBox\":[442,2371,549,2367,552,2454,445,2458],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[445,2371,546,2367,549,2454,448,2458],\"confidence\":0.958}]},{\"text\":\"$ 1.17\",\"boundingBox\":[1129,2359,1310,2359,1306,2456,1129,2456],\"words\":[{\"text\":\"$\",\"boundingBox\":[1129,2359,1171,2359,1171,2456,1129,2456],\"confidence\":0.89},{\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"confidence\":0.942}]},{\"text\":\"Tip\",\"boundingBox\":[433,2505,539,2506,540,2602,434,2602],\"words\":[{\"text\":\"Tip\",\"boundingBox\":[436,2505,536,2505,536,2602,436,2602],\"confidence\":0.959}]},{\"text\":\"$ 1.63\",\"boundingBox\":[1030,2478,1269,2486,1267,2591,1024,2583],\"words\":[{\"text\":\"$\",\"boundingBox\":[1027,2478,1073,2478,1069,2584,1024,2583],\"confidence\":0.788},{\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"confidence\":0.284}]},{\"text\":\"Total\",\"boundingBox\":[433,2652,611,2644,615,2738,436,2747],\"words\":[{\"text\":\"Total\",\"boundingBox\":[435,2652,609,2644,613,2739,439,2747],\"confidence\":0.866}]},{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1386,2637,1380,2762,1029,2739],\"words\":[{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"confidence\":0.57}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"page\":1,\"confidence\":0.977,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"page\":1,\"confidence\":0.92,\"elements\":[\"#/readResults/0/lines/7/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"page\":1,\"confidence\":0.923,\"elements\":[\"#/readResults/0/lines/7/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"page\":1,\"confidence\":0.918,\"elements\":[\"#/readResults/0/lines/8/words/0\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/9/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\",\"#/readResults/0/lines/9/words/3\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":9.5,\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/11/words/0\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"page\":1,\"confidence\":0.955,\"elements\":[\"#/readResults/0/lines/13/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979,\"elements\":[\"#/readResults/0/lines/15/words/1\"]},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"page\":1,\"confidence\":0.941,\"elements\":[\"#/readResults/0/lines/17/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/19/words/0\"]}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:20 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/f5d407e8-c8f0-4903-804e-17544e435c7b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/8eb96d12-b1bc-4397-ab25-0506b857e621", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5dca3111-d98e-4972-9e8c-180d2a3e677e" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7b9f0392-0073-4354-baf1-ff097d2777cf" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "43", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "fac4eaa2-e54a-40dd-b567-5916695261a1", + "apim-request-id" : "2eb27d7e-73f6-4806-82cf-e473fc11dc65", "retry-after" : "0", + "Content-Length" : "8501", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:31:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:42Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[635,510,1086,461,1098,558,643,604],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[639,510,1087,461,1098,551,646,604],\"confidence\":0.955}]},{\"text\":\"Contoso\",\"boundingBox\":[305,574,519,624,504,686,291,634],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[311,575,517,623,503,686,297,636],\"confidence\":0.435}]},{\"text\":\"123 Main Street\",\"boundingBox\":[300,675,703,767,686,844,284,749],\"words\":[{\"text\":\"123\",\"boundingBox\":[302,676,390,695,375,770,287,751],\"confidence\":0.935},{\"text\":\"Main\",\"boundingBox\":[405,698,528,726,512,802,390,774],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[542,730,702,767,685,845,527,806],\"confidence\":0.959}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[290,784,828,850,820,933,279,868],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[293,784,550,826,540,905,280,856],\"confidence\":0.762},{\"text\":\"WA\",\"boundingBox\":[565,828,645,837,637,917,555,907],\"confidence\":0.943},{\"text\":\"98052\",\"boundingBox\":[660,838,824,849,818,933,651,919],\"confidence\":0.959}]},{\"text\":\"987-654-3210\",\"boundingBox\":[275,1003,656,1055,646,1123,269,1073],\"words\":[{\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"confidence\":0.939}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[265,1228,678,1258,671,1344,258,1311],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"confidence\":0.958}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[253,1347,868,1379,863,1457,249,1425],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[259,1348,419,1359,414,1435,252,1422],\"confidence\":0.92},{\"text\":\"Associate:\",\"boundingBox\":[434,1360,711,1374,707,1452,428,1436],\"confidence\":0.909},{\"text\":\"Paul\",\"boundingBox\":[726,1374,865,1379,862,1457,722,1452],\"confidence\":0.959}]},{\"text\":\"1 Cappuccino\",\"boundingBox\":[244,1583,658,1601,653,1689,240,1674],\"words\":[{\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"confidence\":0.824},{\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"confidence\":0.727}]},{\"text\":\"$2.20\",\"boundingBox\":[1106,1584,1268,1574,1270,1656,1110,1666],\"words\":[{\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"confidence\":0.958}]},{\"text\":\"1 BACON & EGGS\",\"boundingBox\":[232,1834,745,1840,744,1924,231,1918],\"words\":[{\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"confidence\":0.845},{\"text\":\"BACON\",\"boundingBox\":[308,1836,506,1841,504,1920,307,1920],\"confidence\":0.885},{\"text\":\"&\",\"boundingBox\":[523,1841,568,1842,566,1921,521,1921],\"confidence\":0.799},{\"text\":\"EGGS\",\"boundingBox\":[585,1842,746,1843,744,1924,583,1921],\"confidence\":0.948}]},{\"text\":\"Sunny-side-up\",\"boundingBox\":[347,1975,751,1977,751,2061,347,2060],\"words\":[{\"text\":\"Sunny-side-up\",\"boundingBox\":[348,1975,749,1979,747,2061,348,2061],\"confidence\":0.946}]},{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1262,1952,1263,2035,1136,2039],\"words\":[{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"confidence\":0.95}]},{\"text\":\"Sub-Total\",\"boundingBox\":[440,2229,771,2219,773,2318,442,2327],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[441,2229,769,2220,774,2319,443,2328],\"confidence\":0.856}]},{\"text\":\"$ 11.70\",\"boundingBox\":[1092,2221,1301,2224,1299,2319,1093,2317],\"words\":[{\"text\":\"$\",\"boundingBox\":[1092,2221,1127,2221,1126,2317,1092,2316],\"confidence\":0.799},{\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"confidence\":0.948}]},{\"text\":\"Tax\",\"boundingBox\":[442,2371,549,2367,552,2454,445,2458],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[445,2371,546,2367,549,2454,448,2458],\"confidence\":0.958}]},{\"text\":\"$ 1.17\",\"boundingBox\":[1129,2359,1310,2359,1306,2456,1129,2456],\"words\":[{\"text\":\"$\",\"boundingBox\":[1129,2359,1171,2359,1171,2456,1129,2456],\"confidence\":0.89},{\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"confidence\":0.942}]},{\"text\":\"Tip\",\"boundingBox\":[433,2505,539,2506,540,2602,434,2602],\"words\":[{\"text\":\"Tip\",\"boundingBox\":[436,2505,536,2505,536,2602,436,2602],\"confidence\":0.959}]},{\"text\":\"$ 1.63\",\"boundingBox\":[1030,2478,1269,2486,1267,2591,1024,2583],\"words\":[{\"text\":\"$\",\"boundingBox\":[1027,2478,1073,2478,1069,2584,1024,2583],\"confidence\":0.788},{\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"confidence\":0.284}]},{\"text\":\"Total\",\"boundingBox\":[433,2652,611,2644,615,2738,436,2747],\"words\":[{\"text\":\"Total\",\"boundingBox\":[435,2652,609,2644,613,2739,439,2747],\"confidence\":0.866}]},{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1386,2637,1380,2762,1029,2739],\"words\":[{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"confidence\":0.57}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656.3,1054.7,646.8,1125.3,268.5,1074.7],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[265.1,1228.4,525,1247,518.9,1332.1,259,1313.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677.3,1261.5,668.9,1346.5,532.6,1333],\"page\":1,\"confidence\":0.977,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[245.1,1581.5,300.9,1585.1,295,1676,239.2,1672.4],\"page\":1,\"confidence\":0.92,\"elements\":[\"#/readResults/0/lines/7/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654.2,1601.1,650,1693,317.8,1678],\"page\":1,\"confidence\":0.923,\"elements\":[\"#/readResults/0/lines/7/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1107.7,1584,1263,1574,1268.3,1656,1113,1666],\"page\":1,\"confidence\":0.918,\"elements\":[\"#/readResults/0/lines/8/words/0\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[232,1834,286.6,1835,285,1921,230.4,1920],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/9/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\",\"#/readResults/0/lines/9/words/3\"]},\"TotalPrice\":{\"type\":\"number\",\"text\":\"$9.5\",\"boundingBox\":[1133.9,1955,1257,1952,1259.1,2036,1136,2039],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/11/words/0\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297.3,2223,1296,2319,1144.7,2317],\"page\":1,\"confidence\":0.955,\"elements\":[\"#/readResults/0/lines/13/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979,\"elements\":[\"#/readResults/0/lines/15/words/1\"]},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267.7,2485,1264,2591,1090.3,2585],\"page\":1,\"confidence\":0.941,\"elements\":[\"#/readResults/0/lines/17/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034.2,2617,1387.5,2638.2,1380,2763,1026.7,2741.8],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/19/words/0\"]}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:31:46 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:15Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:17Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[635,510,1086,461,1098,558,643,604],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[639,510,1087,461,1098,551,646,604],\"confidence\":0.955}]},{\"text\":\"Contoso\",\"boundingBox\":[305,574,519,624,504,686,291,634],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[311,575,517,623,503,686,297,636],\"confidence\":0.435}]},{\"text\":\"123 Main Street\",\"boundingBox\":[300,675,703,767,686,844,284,749],\"words\":[{\"text\":\"123\",\"boundingBox\":[302,676,390,695,375,770,287,751],\"confidence\":0.935},{\"text\":\"Main\",\"boundingBox\":[405,698,528,726,512,802,390,774],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[542,730,702,767,685,845,527,806],\"confidence\":0.959}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[290,784,828,850,820,933,279,868],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[293,784,550,826,540,905,280,856],\"confidence\":0.762},{\"text\":\"WA\",\"boundingBox\":[565,828,645,837,637,917,555,907],\"confidence\":0.943},{\"text\":\"98052\",\"boundingBox\":[660,838,824,849,818,933,651,919],\"confidence\":0.959}]},{\"text\":\"987-654-3210\",\"boundingBox\":[275,1003,656,1055,646,1123,269,1073],\"words\":[{\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"confidence\":0.939}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[265,1228,678,1258,671,1344,258,1311],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"confidence\":0.958}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[253,1347,868,1379,863,1457,249,1425],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[259,1348,419,1359,414,1435,252,1422],\"confidence\":0.92},{\"text\":\"Associate:\",\"boundingBox\":[434,1360,711,1374,707,1452,428,1436],\"confidence\":0.909},{\"text\":\"Paul\",\"boundingBox\":[726,1374,865,1379,862,1457,722,1452],\"confidence\":0.959}]},{\"text\":\"1 Cappuccino\",\"boundingBox\":[244,1583,658,1601,653,1689,240,1674],\"words\":[{\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"confidence\":0.824},{\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"confidence\":0.727}]},{\"text\":\"$2.20\",\"boundingBox\":[1106,1584,1268,1574,1270,1656,1110,1666],\"words\":[{\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"confidence\":0.958}]},{\"text\":\"1 BACON & EGGS\",\"boundingBox\":[232,1834,745,1840,744,1924,231,1918],\"words\":[{\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"confidence\":0.845},{\"text\":\"BACON\",\"boundingBox\":[308,1836,506,1841,504,1920,307,1920],\"confidence\":0.885},{\"text\":\"&\",\"boundingBox\":[523,1841,568,1842,566,1921,521,1921],\"confidence\":0.799},{\"text\":\"EGGS\",\"boundingBox\":[585,1842,746,1843,744,1924,583,1921],\"confidence\":0.949}]},{\"text\":\"Sunny-side-up\",\"boundingBox\":[347,1975,751,1977,751,2061,347,2060],\"words\":[{\"text\":\"Sunny-side-up\",\"boundingBox\":[348,1975,749,1979,747,2061,348,2061],\"confidence\":0.946}]},{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1262,1952,1263,2035,1136,2039],\"words\":[{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"confidence\":0.95}]},{\"text\":\"Sub-Total\",\"boundingBox\":[440,2229,771,2219,773,2318,442,2327],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[441,2229,769,2220,774,2319,443,2328],\"confidence\":0.856}]},{\"text\":\"$ 11.70\",\"boundingBox\":[1092,2221,1301,2224,1299,2319,1093,2317],\"words\":[{\"text\":\"$\",\"boundingBox\":[1092,2221,1127,2221,1126,2317,1092,2316],\"confidence\":0.799},{\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"confidence\":0.948}]},{\"text\":\"Tax\",\"boundingBox\":[442,2371,549,2367,552,2454,445,2458],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[445,2371,546,2367,549,2454,448,2458],\"confidence\":0.958}]},{\"text\":\"$ 1.17\",\"boundingBox\":[1129,2359,1310,2359,1306,2456,1129,2456],\"words\":[{\"text\":\"$\",\"boundingBox\":[1129,2359,1171,2359,1171,2456,1129,2456],\"confidence\":0.89},{\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"confidence\":0.942}]},{\"text\":\"Tip\",\"boundingBox\":[433,2505,539,2506,540,2602,434,2602],\"words\":[{\"text\":\"Tip\",\"boundingBox\":[436,2505,536,2505,536,2602,436,2602],\"confidence\":0.959}]},{\"text\":\"$ 1.63\",\"boundingBox\":[1030,2478,1269,2486,1267,2591,1024,2583],\"words\":[{\"text\":\"$\",\"boundingBox\":[1027,2478,1073,2478,1069,2584,1024,2583],\"confidence\":0.788},{\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"confidence\":0.284}]},{\"text\":\"Total\",\"boundingBox\":[433,2652,611,2644,615,2738,436,2747],\"words\":[{\"text\":\"Total\",\"boundingBox\":[435,2652,609,2644,613,2739,439,2747],\"confidence\":0.866}]},{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1386,2637,1380,2762,1029,2739],\"words\":[{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"confidence\":0.57}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"page\":1,\"confidence\":0.977,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"page\":1,\"confidence\":0.92,\"elements\":[\"#/readResults/0/lines/7/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"page\":1,\"confidence\":0.923,\"elements\":[\"#/readResults/0/lines/7/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"page\":1,\"confidence\":0.918,\"elements\":[\"#/readResults/0/lines/8/words/0\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/9/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\",\"#/readResults/0/lines/9/words/3\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":9.5,\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/11/words/0\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"page\":1,\"confidence\":0.955,\"elements\":[\"#/readResults/0/lines/13/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979,\"elements\":[\"#/readResults/0/lines/15/words/1\"]},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"page\":1,\"confidence\":0.941,\"elements\":[\"#/readResults/0/lines/17/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/19/words/0\"]}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:20 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithBlankPdf.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithBlankPdf.json index b5e7211ec81c6..fa2940219d935 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithBlankPdf.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithBlankPdf.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=false&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "06b8aed0-8bf0-43ca-8b53-71c73b529183", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c56f94ac-01a1-45ea-973b-c5fc6a5a14ad", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "376", + "x-envoy-upstream-service-time" : "64", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "0263bbbf-08ce-4887-8fbd-4610d1adc854", + "apim-request-id" : "a922610a-8d03-41d7-87c8-4df72e337ea6", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/0263bbbf-08ce-4887-8fbd-4610d1adc854", - "Date" : "Thu, 06 Aug 2020 22:32:06 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a922610a-8d03-41d7-87c8-4df72e337ea6", + "Date" : "Wed, 16 Sep 2020 00:54:17 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/0263bbbf-08ce-4887-8fbd-4610d1adc854", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/a922610a-8d03-41d7-87c8-4df72e337ea6", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "2ce0599b-c335-469c-b1d5-22116fea9b29" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e2186858-1094-41f7-b12b-cb71ee30fd78" }, "Response" : { - "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "29", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "4672816c-aca3-4fc4-af81-e6ad6c941cb1", + "apim-request-id" : "21177858-ebe7-4bec-8c43-19e6c7586815", "retry-after" : "0", + "Content-Length" : "308", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:32:06Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:09Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{}}]}}", - "Date" : "Thu, 06 Aug 2020 22:32:11 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:18Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:21Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:22 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/0263bbbf-08ce-4887-8fbd-4610d1adc854", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/a922610a-8d03-41d7-87c8-4df72e337ea6", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "c37447e4-489e-432d-a452-ee308a4b621e" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "5f6f3c41-2f35-4a9c-a924-959ff23d90e0" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "24", + "x-envoy-upstream-service-time" : "46", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ff51c157-cb3d-48ea-a48c-86205c327e14", + "apim-request-id" : "70b7af49-f5aa-49ce-8bb1-d570ab7b8102", "retry-after" : "0", + "Content-Length" : "308", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:32:06Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:32:09Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{}}]}}", - "Date" : "Thu, 06 Aug 2020 22:32:11 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:18Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:21Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:23 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithContentTypeAutoDetection.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithContentTypeAutoDetection.json index 05f151a6e7abb..3deb2280bfb17 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithContentTypeAutoDetection.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithContentTypeAutoDetection.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=false&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a71e99bc-2821-41bd-816c-1d3f491eced4", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e2dd9747-fb1d-4230-bbad-8dbff9ef2bf7", "Content-Type" : "image/jpeg" }, "Response" : { - "x-envoy-upstream-service-time" : "140", + "x-envoy-upstream-service-time" : "150", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "7473ab81-b19e-4209-9e07-5c0bde0b3d84", + "apim-request-id" : "a4a11973-d9f5-4336-80dd-727b81fed951", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/7473ab81-b19e-4209-9e07-5c0bde0b3d84", - "Date" : "Thu, 06 Aug 2020 22:31:32 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a4a11973-d9f5-4336-80dd-727b81fed951", + "Date" : "Wed, 16 Sep 2020 00:54:10 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/7473ab81-b19e-4209-9e07-5c0bde0b3d84", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/a4a11973-d9f5-4336-80dd-727b81fed951", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "845b2f1b-64ea-4f48-97fd-f8508457443d" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "afdbb2b7-3103-43be-8fc9-2163088645b9" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "38", + "x-envoy-upstream-service-time" : "29", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9686a8dd-54be-493a-a245-c030cb6318cc", + "apim-request-id" : "38ec3fa4-5cf1-49d6-8181-54379b45bb33", "retry-after" : "0", + "Content-Length" : "2835", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:31:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:35Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656.3,1054.7,646.8,1125.3,268.5,1074.7],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[265.1,1228.4,525,1247,518.9,1332.1,259,1313.5],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677.3,1261.5,668.9,1346.5,532.6,1333],\"page\":1,\"confidence\":0.977},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[245.1,1581.5,300.9,1585.1,295,1676,239.2,1672.4],\"page\":1,\"confidence\":0.92},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654.2,1601.1,650,1693,317.8,1678],\"page\":1,\"confidence\":0.923},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1107.7,1584,1263,1574,1268.3,1656,1113,1666],\"page\":1,\"confidence\":0.918}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[232,1834,286.6,1835,285,1921,230.4,1920],\"page\":1,\"confidence\":0.858},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916},\"TotalPrice\":{\"type\":\"number\",\"text\":\"$9.5\",\"boundingBox\":[1133.9,1955,1257,1952,1259.1,2036,1136,2039],\"page\":1,\"confidence\":0.916}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297.3,2223,1296,2319,1144.7,2317],\"page\":1,\"confidence\":0.955},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267.7,2485,1264,2591,1090.3,2585],\"page\":1,\"confidence\":0.941},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034.2,2617,1387.5,2638.2,1380,2763,1026.7,2741.8],\"page\":1,\"confidence\":0.985}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:31:38 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:12Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"page\":1,\"confidence\":0.977},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"page\":1,\"confidence\":0.92},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"page\":1,\"confidence\":0.923},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"page\":1,\"confidence\":0.918}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"page\":1,\"confidence\":0.858},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":9.5,\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"page\":1,\"confidence\":0.916}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"page\":1,\"confidence\":0.955},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"page\":1,\"confidence\":0.941},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"page\":1,\"confidence\":0.985}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:16 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/7473ab81-b19e-4209-9e07-5c0bde0b3d84", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/a4a11973-d9f5-4336-80dd-727b81fed951", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "9850bf58-20d8-4beb-b4ec-98b7add8c444" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "733fc5ac-f3aa-4e91-bd75-a8491904b881" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "32", + "x-envoy-upstream-service-time" : "25", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "31fedda1-8be4-4796-9368-9ff32ef4ec08", + "apim-request-id" : "088efc08-efc5-46c0-b1e3-cad22be97a99", "retry-after" : "0", + "Content-Length" : "2835", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:31:33Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:31:35Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656.3,1054.7,646.8,1125.3,268.5,1074.7],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[265.1,1228.4,525,1247,518.9,1332.1,259,1313.5],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677.3,1261.5,668.9,1346.5,532.6,1333],\"page\":1,\"confidence\":0.977},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[245.1,1581.5,300.9,1585.1,295,1676,239.2,1672.4],\"page\":1,\"confidence\":0.92},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654.2,1601.1,650,1693,317.8,1678],\"page\":1,\"confidence\":0.923},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1107.7,1584,1263,1574,1268.3,1656,1113,1666],\"page\":1,\"confidence\":0.918}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[232,1834,286.6,1835,285,1921,230.4,1920],\"page\":1,\"confidence\":0.858},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916},\"TotalPrice\":{\"type\":\"number\",\"text\":\"$9.5\",\"boundingBox\":[1133.9,1955,1257,1952,1259.1,2036,1136,2039],\"page\":1,\"confidence\":0.916}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297.3,2223,1296,2319,1144.7,2317],\"page\":1,\"confidence\":0.955},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267.7,2485,1264,2591,1090.3,2585],\"page\":1,\"confidence\":0.941},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034.2,2617,1387.5,2638.2,1380,2763,1026.7,2741.8],\"page\":1,\"confidence\":0.985}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:31:38 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:12Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"page\":1,\"confidence\":0.977},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"page\":1,\"confidence\":0.92},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"page\":1,\"confidence\":0.923},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"page\":1,\"confidence\":0.918}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"page\":1,\"confidence\":0.858},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":9.5,\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"page\":1,\"confidence\":0.916}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"page\":1,\"confidence\":0.955},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"page\":1,\"confidence\":0.941},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"page\":1,\"confidence\":0.985}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:17 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithPngFile.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithPngFile.json index b17225993f280..aba00c35c2f67 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithPngFile.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptDataWithPngFile.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=true&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "6e777604-349b-4aa3-ab49-7b572e7f53ce", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "1d8df7c0-1f24-44cc-b966-2f11cf83317a", "Content-Type" : "image/png" }, "Response" : { - "x-envoy-upstream-service-time" : "893", + "x-envoy-upstream-service-time" : "534", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "b95b5477-f952-4145-8d2c-e232831b6330", + "apim-request-id" : "fb37c314-f1ef-48ec-b51a-16970b8d4e60", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/b95b5477-f952-4145-8d2c-e232831b6330", - "Date" : "Thu, 06 Aug 2020 22:36:56 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/fb37c314-f1ef-48ec-b51a-16970b8d4e60", + "Date" : "Wed, 16 Sep 2020 00:55:09 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/b95b5477-f952-4145-8d2c-e232831b6330", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/fb37c314-f1ef-48ec-b51a-16970b8d4e60", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "96271969-8539-408b-a610-e091e285b9ba" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "9e690e33-5871-40d4-b58b-d71477213894" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "79", + "x-envoy-upstream-service-time" : "29", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ce52a92a-f534-433a-a81f-f5246d5a45d8", + "apim-request-id" : "102da363-6c63-4f50-850e-11ac07322075", "retry-after" : "0", + "Content-Length" : "8807", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:36:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:59Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.2511,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[619,291,1051,284,1053,384,620,396],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[623,292,1051,284,1052,383,624,397],\"confidence\":0.959}]},{\"text\":\"Contoso\",\"boundingBox\":[322,591,501,601,498,654,319,644],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[328,591,500,602,498,654,325,644],\"confidence\":0.727}]},{\"text\":\"123 Main Street\",\"boundingBox\":[319,690,655,695,654,757,318,752],\"words\":[{\"text\":\"123\",\"boundingBox\":[323,690,387,692,383,754,319,753],\"confidence\":0.958},{\"text\":\"Main\",\"boundingBox\":[399,692,502,694,498,756,395,754],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[514,695,656,698,653,758,510,756],\"confidence\":0.958}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[317,795,751,795,752,859,317,860],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[321,795,523,795,520,861,317,858],\"confidence\":0.57},{\"text\":\"WA\",\"boundingBox\":[535,795,597,795,595,861,532,861],\"confidence\":0.958},{\"text\":\"98052\",\"boundingBox\":[610,795,749,796,747,858,607,861],\"confidence\":0.958}]},{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,618,1011,616,1068,305,1062],\"words\":[{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"confidence\":0.937}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[303,1223,630,1225,629,1289,302,1286],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"confidence\":0.949}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[294,1335,768,1335,768,1401,294,1399],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[302,1336,418,1335,416,1399,301,1399],\"confidence\":0.959},{\"text\":\"Associate:\",\"boundingBox\":[430,1335,649,1336,646,1401,428,1399],\"confidence\":0.95},{\"text\":\"Paul\",\"boundingBox\":[661,1336,767,1336,764,1402,659,1401],\"confidence\":0.959}]},{\"text\":\"1 Surface Pro 6\",\"boundingBox\":[336,1560,679,1561,678,1625,336,1623],\"words\":[{\"text\":\"1\",\"boundingBox\":[337,1560,360,1561,360,1625,337,1625],\"confidence\":0.799},{\"text\":\"Surface\",\"boundingBox\":[373,1561,543,1562,542,1624,373,1625],\"confidence\":0.958},{\"text\":\"Pro\",\"boundingBox\":[555,1562,632,1563,631,1625,555,1624],\"confidence\":0.91},{\"text\":\"6\",\"boundingBox\":[644,1563,676,1563,675,1625,644,1625],\"confidence\":0.762}]},{\"text\":\"256GB / Intel Core i5 /\",\"boundingBox\":[372,1669,846,1669,846,1743,372,1742],\"words\":[{\"text\":\"256GB\",\"boundingBox\":[375,1670,506,1671,504,1740,373,1740],\"confidence\":0.952},{\"text\":\"/\",\"boundingBox\":[520,1671,533,1671,531,1740,517,1740],\"confidence\":0.879},{\"text\":\"Intel\",\"boundingBox\":[547,1671,648,1671,646,1741,545,1740],\"confidence\":0.879},{\"text\":\"Core\",\"boundingBox\":[662,1671,758,1670,756,1743,660,1741],\"confidence\":0.95},{\"text\":\"i5\",\"boundingBox\":[772,1670,809,1670,807,1744,770,1743],\"confidence\":0.817},{\"text\":\"/\",\"boundingBox\":[823,1670,847,1670,846,1744,821,1744],\"confidence\":0.841}]},{\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370,1782,732,1785,731,1853,370,1850],\"words\":[{\"text\":\"8GB\",\"boundingBox\":[374,1783,451,1783,448,1850,370,1850],\"confidence\":0.798},{\"text\":\"RAM\",\"boundingBox\":[465,1783,561,1784,559,1851,461,1850],\"confidence\":0.958},{\"text\":\"(Black)\",\"boundingBox\":[575,1784,731,1785,729,1854,572,1852],\"confidence\":0.959}]},{\"text\":\"$ 999.00\",\"boundingBox\":[937,1785,1139,1790,1137,1862,936,1859],\"words\":[{\"text\":\"$\",\"boundingBox\":[939,1785,959,1785,958,1859,938,1859],\"confidence\":0.895},{\"text\":\"999.00\",\"boundingBox\":[974,1786,1134,1789,1133,1863,973,1860],\"confidence\":0.877}]},{\"text\":\"1 SurfacePen\",\"boundingBox\":[320,2019,627,2013,629,2076,321,2083],\"words\":[{\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"confidence\":0.82},{\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"confidence\":0.928}]},{\"text\":\"$ 99.99\",\"boundingBox\":[967,2028,1128,2029,1127,2091,967,2091],\"words\":[{\"text\":\"$\",\"boundingBox\":[969,2028,994,2028,994,2091,969,2091],\"confidence\":0.888},{\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"confidence\":0.911}]},{\"text\":\"Sub-Total\",\"boundingBox\":[474,2242,697,2244,697,2310,473,2308],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[477,2242,695,2245,694,2310,474,2308],\"confidence\":0.915}]},{\"text\":\"$ 1098.99\",\"boundingBox\":[922,2259,1136,2253,1138,2318,924,2325],\"words\":[{\"text\":\"$\",\"boundingBox\":[924,2261,950,2260,954,2326,928,2326],\"confidence\":0.881},{\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"confidence\":0.942}]},{\"text\":\"Tax\",\"boundingBox\":[570,2355,655,2357,654,2415,568,2413],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[571,2355,654,2357,653,2415,570,2413],\"confidence\":0.958}]},{\"text\":\"$ 104.40\",\"boundingBox\":[941,2368,1134,2364,1137,2433,942,2438],\"words\":[{\"text\":\"$\",\"boundingBox\":[943,2368,966,2367,968,2437,944,2438],\"confidence\":0.892},{\"text\":\"104.40\",\"boundingBox\":[980,2367,1132,2364,1133,2434,982,2437],\"confidence\":0.952}]},{\"text\":\"Total\",\"boundingBox\":[551,2591,672,2584,675,2652,554,2659],\"words\":[{\"text\":\"Total\",\"boundingBox\":[551,2591,668,2584,672,2652,554,2659],\"confidence\":0.727}]},{\"text\":\"$ 1203.39\",\"boundingBox\":[918,2589,1123,2611,1116,2677,912,2656],\"words\":[{\"text\":\"$\",\"boundingBox\":[918,2590,942,2592,936,2659,913,2656],\"confidence\":0.886},{\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"confidence\":0.951}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.659},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[349.3,241.3,1058,284.4,1033.5,687.1,324.8,644],\"page\":1,\"confidence\":0.516,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[319.9,689.9,750.7,697.5,747.8,865.6,317,858],\"page\":1,\"confidence\":0.986,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1011,615.9,1070,304.9,1064],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[303.2,1223.5,506,1224,505.8,1289,303,1288.5],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[518,1225,628.1,1227,627,1291,516.8,1289],\"page\":1,\"confidence\":0.968,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"8GB RAM (Black)\",\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370.7,1781.5,731,1785,730.3,1854,370,1850.6],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":999,\"text\":\"$999.00\",\"boundingBox\":[939,1784.6,1134.4,1788.3,1133,1863,937.6,1859.3],\"page\":1,\"confidence\":0.559,\"elements\":[\"#/readResults/0/lines/10/words/0\",\"#/readResults/0/lines/10/words/1\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[320.8,2020.5,348,2020,349.2,2084,322,2084.5],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"SurfacePen\",\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626.6,2014,628,2077,361.4,2083],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":99.99,\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1127,2091,1007,2091],\"page\":1,\"confidence\":0.386,\"elements\":[\"#/readResults/0/lines/12/words/1\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":1098.99,\"text\":\"1098.99\",\"boundingBox\":[963,2259.5,1136,2254,1138.1,2320,965.1,2325.5],\"page\":1,\"confidence\":0.964,\"elements\":[\"#/readResults/0/lines/14/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":104.4,\"text\":\"$104.40\",\"boundingBox\":[942.6,2367.5,1132,2363.7,1133.4,2434.2,944,2438],\"page\":1,\"confidence\":0.713,\"elements\":[\"#/readResults/0/lines/16/words/0\",\"#/readResults/0/lines/16/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":1203.39,\"text\":\"1203.39\",\"boundingBox\":[955,2593.9,1123,2611,1116.2,2678.1,948.2,2661],\"page\":1,\"confidence\":0.774,\"elements\":[\"#/readResults/0/lines/18/words/1\"]}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:37:02 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:55:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:12Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.2511,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[619,291,1051,284,1053,384,620,396],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[623,292,1051,284,1052,383,624,397],\"confidence\":0.959}]},{\"text\":\"Contoso\",\"boundingBox\":[322,591,501,601,498,654,319,644],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[328,591,500,602,498,654,325,644],\"confidence\":0.727}]},{\"text\":\"123 Main Street\",\"boundingBox\":[319,690,655,695,654,757,318,752],\"words\":[{\"text\":\"123\",\"boundingBox\":[323,690,387,692,383,754,319,753],\"confidence\":0.958},{\"text\":\"Main\",\"boundingBox\":[399,692,502,694,498,756,395,754],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[514,695,656,698,653,758,510,756],\"confidence\":0.958}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[317,795,751,795,752,859,317,860],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[321,795,523,795,520,861,317,858],\"confidence\":0.57},{\"text\":\"WA\",\"boundingBox\":[535,795,597,795,595,861,532,861],\"confidence\":0.958},{\"text\":\"98052\",\"boundingBox\":[610,795,749,796,747,858,607,861],\"confidence\":0.958}]},{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,618,1011,616,1068,305,1062],\"words\":[{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"confidence\":0.937}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[303,1223,630,1225,629,1289,302,1286],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"confidence\":0.949}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[294,1335,768,1335,768,1401,294,1399],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[302,1336,418,1335,416,1399,301,1399],\"confidence\":0.959},{\"text\":\"Associate:\",\"boundingBox\":[430,1335,649,1336,646,1401,428,1399],\"confidence\":0.95},{\"text\":\"Paul\",\"boundingBox\":[661,1336,767,1336,764,1402,659,1401],\"confidence\":0.959}]},{\"text\":\"1 Surface Pro 6\",\"boundingBox\":[336,1560,679,1561,678,1625,336,1623],\"words\":[{\"text\":\"1\",\"boundingBox\":[337,1560,360,1561,360,1625,337,1625],\"confidence\":0.799},{\"text\":\"Surface\",\"boundingBox\":[373,1561,543,1562,542,1624,373,1625],\"confidence\":0.958},{\"text\":\"Pro\",\"boundingBox\":[555,1562,632,1563,631,1625,555,1624],\"confidence\":0.91},{\"text\":\"6\",\"boundingBox\":[644,1563,676,1563,675,1625,644,1625],\"confidence\":0.762}]},{\"text\":\"256GB / Intel Core i5 /\",\"boundingBox\":[372,1669,846,1669,846,1743,372,1742],\"words\":[{\"text\":\"256GB\",\"boundingBox\":[375,1670,506,1671,504,1740,373,1740],\"confidence\":0.952},{\"text\":\"/\",\"boundingBox\":[520,1671,533,1671,531,1740,517,1740],\"confidence\":0.879},{\"text\":\"Intel\",\"boundingBox\":[547,1671,648,1671,646,1741,545,1740],\"confidence\":0.879},{\"text\":\"Core\",\"boundingBox\":[662,1671,758,1670,756,1743,660,1741],\"confidence\":0.95},{\"text\":\"i5\",\"boundingBox\":[772,1670,809,1670,807,1744,770,1743],\"confidence\":0.817},{\"text\":\"/\",\"boundingBox\":[823,1670,847,1670,846,1744,821,1744],\"confidence\":0.841}]},{\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370,1782,732,1785,731,1853,370,1850],\"words\":[{\"text\":\"8GB\",\"boundingBox\":[374,1783,451,1783,448,1850,370,1850],\"confidence\":0.798},{\"text\":\"RAM\",\"boundingBox\":[465,1783,561,1784,559,1851,461,1850],\"confidence\":0.958},{\"text\":\"(Black)\",\"boundingBox\":[575,1784,731,1785,729,1854,572,1852],\"confidence\":0.959}]},{\"text\":\"$ 999.00\",\"boundingBox\":[937,1785,1139,1790,1137,1862,936,1859],\"words\":[{\"text\":\"$\",\"boundingBox\":[939,1785,959,1785,958,1859,938,1859],\"confidence\":0.895},{\"text\":\"999.00\",\"boundingBox\":[974,1786,1134,1789,1133,1863,973,1860],\"confidence\":0.877}]},{\"text\":\"1 SurfacePen\",\"boundingBox\":[320,2019,627,2013,629,2076,321,2083],\"words\":[{\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"confidence\":0.82},{\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"confidence\":0.928}]},{\"text\":\"$ 99.99\",\"boundingBox\":[967,2028,1128,2029,1127,2091,967,2091],\"words\":[{\"text\":\"$\",\"boundingBox\":[969,2028,994,2028,994,2091,969,2091],\"confidence\":0.888},{\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"confidence\":0.911}]},{\"text\":\"Sub-Total\",\"boundingBox\":[474,2242,697,2244,697,2310,473,2308],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[477,2242,695,2245,694,2310,474,2308],\"confidence\":0.915}]},{\"text\":\"$ 1098.99\",\"boundingBox\":[922,2259,1136,2253,1138,2318,924,2325],\"words\":[{\"text\":\"$\",\"boundingBox\":[924,2261,950,2260,954,2326,928,2326],\"confidence\":0.881},{\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"confidence\":0.942}]},{\"text\":\"Tax\",\"boundingBox\":[570,2355,655,2357,654,2415,568,2413],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[571,2355,654,2357,653,2415,570,2413],\"confidence\":0.958}]},{\"text\":\"$ 104.40\",\"boundingBox\":[941,2368,1134,2364,1137,2433,942,2438],\"words\":[{\"text\":\"$\",\"boundingBox\":[943,2368,966,2367,968,2437,944,2438],\"confidence\":0.892},{\"text\":\"104.40\",\"boundingBox\":[980,2367,1132,2364,1133,2434,982,2437],\"confidence\":0.952}]},{\"text\":\"Total\",\"boundingBox\":[551,2591,672,2584,675,2652,554,2659],\"words\":[{\"text\":\"Total\",\"boundingBox\":[551,2591,668,2584,672,2652,554,2659],\"confidence\":0.727}]},{\"text\":\"$ 1203.39\",\"boundingBox\":[918,2589,1123,2611,1116,2677,912,2656],\"words\":[{\"text\":\"$\",\"boundingBox\":[918,2590,942,2592,936,2659,913,2656],\"confidence\":0.886},{\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"confidence\":0.951}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.659},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[349.3,241.3,1058,284.4,1033.5,687.1,324.8,644],\"page\":1,\"confidence\":0.516,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[319.9,689.9,750.7,697.5,747.8,865.6,317,858],\"page\":1,\"confidence\":0.986,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"page\":1,\"confidence\":0.968,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"8GB RAM (Black)\",\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370.7,1781.5,731,1785,730.3,1854,370,1850.6],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":999,\"text\":\"$999.00\",\"boundingBox\":[939,1784.6,1134.4,1788.3,1133,1863,937.6,1859.3],\"page\":1,\"confidence\":0.559,\"elements\":[\"#/readResults/0/lines/10/words/0\",\"#/readResults/0/lines/10/words/1\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"SurfacePen\",\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":99.99,\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"page\":1,\"confidence\":0.386,\"elements\":[\"#/readResults/0/lines/12/words/1\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":1098.99,\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"page\":1,\"confidence\":0.964,\"elements\":[\"#/readResults/0/lines/14/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":104.4,\"text\":\"$104.40\",\"boundingBox\":[942.6,2367.5,1132,2363.7,1133.4,2434.2,944,2438],\"page\":1,\"confidence\":0.713,\"elements\":[\"#/readResults/0/lines/16/words/0\",\"#/readResults/0/lines/16/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":1203.39,\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"page\":1,\"confidence\":0.774,\"elements\":[\"#/readResults/0/lines/18/words/1\"]}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:55:15 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/b95b5477-f952-4145-8d2c-e232831b6330", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/fb37c314-f1ef-48ec-b51a-16970b8d4e60", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "088ed13b-3014-4bb9-9895-430b50d1a35b" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "47d476eb-1f9a-4ce8-9541-3e3fe5c5ceff" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "169", + "x-envoy-upstream-service-time" : "25", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "919d653c-be2d-42a0-a782-e7e1dc248d24", + "apim-request-id" : "83a5569a-2151-4362-816a-b44ce1b96dcd", "retry-after" : "0", + "Content-Length" : "8807", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:36:57Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:36:59Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.2511,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[619,291,1051,284,1053,384,620,396],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[623,292,1051,284,1052,383,624,397],\"confidence\":0.959}]},{\"text\":\"Contoso\",\"boundingBox\":[322,591,501,601,498,654,319,644],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[328,591,500,602,498,654,325,644],\"confidence\":0.727}]},{\"text\":\"123 Main Street\",\"boundingBox\":[319,690,655,695,654,757,318,752],\"words\":[{\"text\":\"123\",\"boundingBox\":[323,690,387,692,383,754,319,753],\"confidence\":0.958},{\"text\":\"Main\",\"boundingBox\":[399,692,502,694,498,756,395,754],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[514,695,656,698,653,758,510,756],\"confidence\":0.958}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[317,795,751,795,752,859,317,860],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[321,795,523,795,520,861,317,858],\"confidence\":0.57},{\"text\":\"WA\",\"boundingBox\":[535,795,597,795,595,861,532,861],\"confidence\":0.958},{\"text\":\"98052\",\"boundingBox\":[610,795,749,796,747,858,607,861],\"confidence\":0.958}]},{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,618,1011,616,1068,305,1062],\"words\":[{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"confidence\":0.937}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[303,1223,630,1225,629,1289,302,1286],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"confidence\":0.949}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[294,1335,768,1335,768,1401,294,1399],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[302,1336,418,1335,416,1399,301,1399],\"confidence\":0.959},{\"text\":\"Associate:\",\"boundingBox\":[430,1335,649,1336,646,1401,428,1399],\"confidence\":0.95},{\"text\":\"Paul\",\"boundingBox\":[661,1336,767,1336,764,1402,659,1401],\"confidence\":0.959}]},{\"text\":\"1 Surface Pro 6\",\"boundingBox\":[336,1560,679,1561,678,1625,336,1623],\"words\":[{\"text\":\"1\",\"boundingBox\":[337,1560,360,1561,360,1625,337,1625],\"confidence\":0.799},{\"text\":\"Surface\",\"boundingBox\":[373,1561,543,1562,542,1624,373,1625],\"confidence\":0.958},{\"text\":\"Pro\",\"boundingBox\":[555,1562,632,1563,631,1625,555,1624],\"confidence\":0.91},{\"text\":\"6\",\"boundingBox\":[644,1563,676,1563,675,1625,644,1625],\"confidence\":0.762}]},{\"text\":\"256GB / Intel Core i5 /\",\"boundingBox\":[372,1669,846,1669,846,1743,372,1742],\"words\":[{\"text\":\"256GB\",\"boundingBox\":[375,1670,506,1671,504,1740,373,1740],\"confidence\":0.952},{\"text\":\"/\",\"boundingBox\":[520,1671,533,1671,531,1740,517,1740],\"confidence\":0.879},{\"text\":\"Intel\",\"boundingBox\":[547,1671,648,1671,646,1741,545,1740],\"confidence\":0.879},{\"text\":\"Core\",\"boundingBox\":[662,1671,758,1670,756,1743,660,1741],\"confidence\":0.95},{\"text\":\"i5\",\"boundingBox\":[772,1670,809,1670,807,1744,770,1743],\"confidence\":0.817},{\"text\":\"/\",\"boundingBox\":[823,1670,847,1670,846,1744,821,1744],\"confidence\":0.841}]},{\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370,1782,732,1785,731,1853,370,1850],\"words\":[{\"text\":\"8GB\",\"boundingBox\":[374,1783,451,1783,448,1850,370,1850],\"confidence\":0.798},{\"text\":\"RAM\",\"boundingBox\":[465,1783,561,1784,559,1851,461,1850],\"confidence\":0.958},{\"text\":\"(Black)\",\"boundingBox\":[575,1784,731,1785,729,1854,572,1852],\"confidence\":0.959}]},{\"text\":\"$ 999.00\",\"boundingBox\":[937,1785,1139,1790,1137,1862,936,1859],\"words\":[{\"text\":\"$\",\"boundingBox\":[939,1785,959,1785,958,1859,938,1859],\"confidence\":0.895},{\"text\":\"999.00\",\"boundingBox\":[974,1786,1134,1789,1133,1863,973,1860],\"confidence\":0.877}]},{\"text\":\"1 SurfacePen\",\"boundingBox\":[320,2019,627,2013,629,2076,321,2083],\"words\":[{\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"confidence\":0.82},{\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"confidence\":0.928}]},{\"text\":\"$ 99.99\",\"boundingBox\":[967,2028,1128,2029,1127,2091,967,2091],\"words\":[{\"text\":\"$\",\"boundingBox\":[969,2028,994,2028,994,2091,969,2091],\"confidence\":0.888},{\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"confidence\":0.911}]},{\"text\":\"Sub-Total\",\"boundingBox\":[474,2242,697,2244,697,2310,473,2308],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[477,2242,695,2245,694,2310,474,2308],\"confidence\":0.915}]},{\"text\":\"$ 1098.99\",\"boundingBox\":[922,2259,1136,2253,1138,2318,924,2325],\"words\":[{\"text\":\"$\",\"boundingBox\":[924,2261,950,2260,954,2326,928,2326],\"confidence\":0.881},{\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"confidence\":0.942}]},{\"text\":\"Tax\",\"boundingBox\":[570,2355,655,2357,654,2415,568,2413],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[571,2355,654,2357,653,2415,570,2413],\"confidence\":0.958}]},{\"text\":\"$ 104.40\",\"boundingBox\":[941,2368,1134,2364,1137,2433,942,2438],\"words\":[{\"text\":\"$\",\"boundingBox\":[943,2368,966,2367,968,2437,944,2438],\"confidence\":0.892},{\"text\":\"104.40\",\"boundingBox\":[980,2367,1132,2364,1133,2434,982,2437],\"confidence\":0.952}]},{\"text\":\"Total\",\"boundingBox\":[551,2591,672,2584,675,2652,554,2659],\"words\":[{\"text\":\"Total\",\"boundingBox\":[551,2591,668,2584,672,2652,554,2659],\"confidence\":0.727}]},{\"text\":\"$ 1203.39\",\"boundingBox\":[918,2589,1123,2611,1116,2677,912,2656],\"words\":[{\"text\":\"$\",\"boundingBox\":[918,2590,942,2592,936,2659,913,2656],\"confidence\":0.886},{\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"confidence\":0.951}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.659},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[349.3,241.3,1058,284.4,1033.5,687.1,324.8,644],\"page\":1,\"confidence\":0.516,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[319.9,689.9,750.7,697.5,747.8,865.6,317,858],\"page\":1,\"confidence\":0.986,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1011,615.9,1070,304.9,1064],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[303.2,1223.5,506,1224,505.8,1289,303,1288.5],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[518,1225,628.1,1227,627,1291,516.8,1289],\"page\":1,\"confidence\":0.968,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"8GB RAM (Black)\",\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370.7,1781.5,731,1785,730.3,1854,370,1850.6],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":999,\"text\":\"$999.00\",\"boundingBox\":[939,1784.6,1134.4,1788.3,1133,1863,937.6,1859.3],\"page\":1,\"confidence\":0.559,\"elements\":[\"#/readResults/0/lines/10/words/0\",\"#/readResults/0/lines/10/words/1\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[320.8,2020.5,348,2020,349.2,2084,322,2084.5],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"SurfacePen\",\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626.6,2014,628,2077,361.4,2083],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":99.99,\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1127,2091,1007,2091],\"page\":1,\"confidence\":0.386,\"elements\":[\"#/readResults/0/lines/12/words/1\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":1098.99,\"text\":\"1098.99\",\"boundingBox\":[963,2259.5,1136,2254,1138.1,2320,965.1,2325.5],\"page\":1,\"confidence\":0.964,\"elements\":[\"#/readResults/0/lines/14/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":104.4,\"text\":\"$104.40\",\"boundingBox\":[942.6,2367.5,1132,2363.7,1133.4,2434.2,944,2438],\"page\":1,\"confidence\":0.713,\"elements\":[\"#/readResults/0/lines/16/words/0\",\"#/readResults/0/lines/16/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":1203.39,\"text\":\"1203.39\",\"boundingBox\":[955,2593.9,1123,2611,1116.2,2678.1,948.2,2661],\"page\":1,\"confidence\":0.774,\"elements\":[\"#/readResults/0/lines/18/words/1\"]}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:37:02 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:55:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:55:12Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.2511,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[619,291,1051,284,1053,384,620,396],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[623,292,1051,284,1052,383,624,397],\"confidence\":0.959}]},{\"text\":\"Contoso\",\"boundingBox\":[322,591,501,601,498,654,319,644],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[328,591,500,602,498,654,325,644],\"confidence\":0.727}]},{\"text\":\"123 Main Street\",\"boundingBox\":[319,690,655,695,654,757,318,752],\"words\":[{\"text\":\"123\",\"boundingBox\":[323,690,387,692,383,754,319,753],\"confidence\":0.958},{\"text\":\"Main\",\"boundingBox\":[399,692,502,694,498,756,395,754],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[514,695,656,698,653,758,510,756],\"confidence\":0.958}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[317,795,751,795,752,859,317,860],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[321,795,523,795,520,861,317,858],\"confidence\":0.57},{\"text\":\"WA\",\"boundingBox\":[535,795,597,795,595,861,532,861],\"confidence\":0.958},{\"text\":\"98052\",\"boundingBox\":[610,795,749,796,747,858,607,861],\"confidence\":0.958}]},{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,618,1011,616,1068,305,1062],\"words\":[{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"confidence\":0.937}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[303,1223,630,1225,629,1289,302,1286],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"confidence\":0.949}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[294,1335,768,1335,768,1401,294,1399],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[302,1336,418,1335,416,1399,301,1399],\"confidence\":0.959},{\"text\":\"Associate:\",\"boundingBox\":[430,1335,649,1336,646,1401,428,1399],\"confidence\":0.95},{\"text\":\"Paul\",\"boundingBox\":[661,1336,767,1336,764,1402,659,1401],\"confidence\":0.959}]},{\"text\":\"1 Surface Pro 6\",\"boundingBox\":[336,1560,679,1561,678,1625,336,1623],\"words\":[{\"text\":\"1\",\"boundingBox\":[337,1560,360,1561,360,1625,337,1625],\"confidence\":0.799},{\"text\":\"Surface\",\"boundingBox\":[373,1561,543,1562,542,1624,373,1625],\"confidence\":0.958},{\"text\":\"Pro\",\"boundingBox\":[555,1562,632,1563,631,1625,555,1624],\"confidence\":0.91},{\"text\":\"6\",\"boundingBox\":[644,1563,676,1563,675,1625,644,1625],\"confidence\":0.762}]},{\"text\":\"256GB / Intel Core i5 /\",\"boundingBox\":[372,1669,846,1669,846,1743,372,1742],\"words\":[{\"text\":\"256GB\",\"boundingBox\":[375,1670,506,1671,504,1740,373,1740],\"confidence\":0.952},{\"text\":\"/\",\"boundingBox\":[520,1671,533,1671,531,1740,517,1740],\"confidence\":0.879},{\"text\":\"Intel\",\"boundingBox\":[547,1671,648,1671,646,1741,545,1740],\"confidence\":0.879},{\"text\":\"Core\",\"boundingBox\":[662,1671,758,1670,756,1743,660,1741],\"confidence\":0.95},{\"text\":\"i5\",\"boundingBox\":[772,1670,809,1670,807,1744,770,1743],\"confidence\":0.817},{\"text\":\"/\",\"boundingBox\":[823,1670,847,1670,846,1744,821,1744],\"confidence\":0.841}]},{\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370,1782,732,1785,731,1853,370,1850],\"words\":[{\"text\":\"8GB\",\"boundingBox\":[374,1783,451,1783,448,1850,370,1850],\"confidence\":0.798},{\"text\":\"RAM\",\"boundingBox\":[465,1783,561,1784,559,1851,461,1850],\"confidence\":0.958},{\"text\":\"(Black)\",\"boundingBox\":[575,1784,731,1785,729,1854,572,1852],\"confidence\":0.959}]},{\"text\":\"$ 999.00\",\"boundingBox\":[937,1785,1139,1790,1137,1862,936,1859],\"words\":[{\"text\":\"$\",\"boundingBox\":[939,1785,959,1785,958,1859,938,1859],\"confidence\":0.895},{\"text\":\"999.00\",\"boundingBox\":[974,1786,1134,1789,1133,1863,973,1860],\"confidence\":0.877}]},{\"text\":\"1 SurfacePen\",\"boundingBox\":[320,2019,627,2013,629,2076,321,2083],\"words\":[{\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"confidence\":0.82},{\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"confidence\":0.928}]},{\"text\":\"$ 99.99\",\"boundingBox\":[967,2028,1128,2029,1127,2091,967,2091],\"words\":[{\"text\":\"$\",\"boundingBox\":[969,2028,994,2028,994,2091,969,2091],\"confidence\":0.888},{\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"confidence\":0.911}]},{\"text\":\"Sub-Total\",\"boundingBox\":[474,2242,697,2244,697,2310,473,2308],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[477,2242,695,2245,694,2310,474,2308],\"confidence\":0.915}]},{\"text\":\"$ 1098.99\",\"boundingBox\":[922,2259,1136,2253,1138,2318,924,2325],\"words\":[{\"text\":\"$\",\"boundingBox\":[924,2261,950,2260,954,2326,928,2326],\"confidence\":0.881},{\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"confidence\":0.942}]},{\"text\":\"Tax\",\"boundingBox\":[570,2355,655,2357,654,2415,568,2413],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[571,2355,654,2357,653,2415,570,2413],\"confidence\":0.958}]},{\"text\":\"$ 104.40\",\"boundingBox\":[941,2368,1134,2364,1137,2433,942,2438],\"words\":[{\"text\":\"$\",\"boundingBox\":[943,2368,966,2367,968,2437,944,2438],\"confidence\":0.892},{\"text\":\"104.40\",\"boundingBox\":[980,2367,1132,2364,1133,2434,982,2437],\"confidence\":0.952}]},{\"text\":\"Total\",\"boundingBox\":[551,2591,672,2584,675,2652,554,2659],\"words\":[{\"text\":\"Total\",\"boundingBox\":[551,2591,668,2584,672,2652,554,2659],\"confidence\":0.727}]},{\"text\":\"$ 1203.39\",\"boundingBox\":[918,2589,1123,2611,1116,2677,912,2656],\"words\":[{\"text\":\"$\",\"boundingBox\":[918,2590,942,2592,936,2659,913,2656],\"confidence\":0.886},{\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"confidence\":0.951}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.659},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[349.3,241.3,1058,284.4,1033.5,687.1,324.8,644],\"page\":1,\"confidence\":0.516,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[319.9,689.9,750.7,697.5,747.8,865.6,317,858],\"page\":1,\"confidence\":0.986,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"page\":1,\"confidence\":0.968,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"8GB RAM (Black)\",\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370.7,1781.5,731,1785,730.3,1854,370,1850.6],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":999,\"text\":\"$999.00\",\"boundingBox\":[939,1784.6,1134.4,1788.3,1133,1863,937.6,1859.3],\"page\":1,\"confidence\":0.559,\"elements\":[\"#/readResults/0/lines/10/words/0\",\"#/readResults/0/lines/10/words/1\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"SurfacePen\",\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":99.99,\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"page\":1,\"confidence\":0.386,\"elements\":[\"#/readResults/0/lines/12/words/1\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":1098.99,\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"page\":1,\"confidence\":0.964,\"elements\":[\"#/readResults/0/lines/14/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":104.4,\"text\":\"$104.40\",\"boundingBox\":[942.6,2367.5,1132,2363.7,1133.4,2434.2,944,2438],\"page\":1,\"confidence\":0.713,\"elements\":[\"#/readResults/0/lines/16/words/0\",\"#/readResults/0/lines/16/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":1203.39,\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"page\":1,\"confidence\":0.774,\"elements\":[\"#/readResults/0/lines/18/words/1\"]}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:55:14 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromDamagedPdf.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromDamagedPdf.json index 696e6216f1ffe..e568dd340ae8e 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromDamagedPdf.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromDamagedPdf.json @@ -1,22 +1,22 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=false&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "c1815b94-19be-4dd7-aa78-aaa0912f4d5e", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "036824ee-35bf-456e-9980-a75d5a788d57", "Content-Type" : "application/pdf" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "5", + "x-envoy-upstream-service-time" : "6", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "3db401cf-fbb7-430b-9190-e7d09e8c1c38", + "apim-request-id" : "04e7b816-29a5-46fa-bd78-0716ec07b5e3", "retry-after" : "0", + "Content-Length" : "161", "StatusCode" : "400", - "Body" : "{\"error\":{\"code\":\"BadArgument\",\"innerError\":{\"requestId\":\"3db401cf-fbb7-430b-9190-e7d09e8c1c38\"},\"message\":\"Bad or unrecognizable request JSON or binary file.\"}}", - "Date" : "Thu, 06 Aug 2020 22:31:03 GMT", + "Body" : "{\"error\":{\"code\":\"BadArgument\",\"innerError\":{\"requestId\":\"04e7b816-29a5-46fa-bd78-0716ec07b5e3\"},\"message\":\"Bad or unrecognizable request JSON or binary file.\"}}", + "Date" : "Wed, 16 Sep 2020 00:53:57 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromDataMultiPage.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromDataMultiPage.json index 897f0fd41c2f8..50e5596ecf22a 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromDataMultiPage.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromDataMultiPage.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=false&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8df7b4b9-e6f3-4cd5-9dbf-0795f990c02c", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "d8a85cb5-1476-4184-b3bd-367c93c8e5cf", "Content-Type" : "application/pdf" }, "Response" : { - "x-envoy-upstream-service-time" : "342", + "x-envoy-upstream-service-time" : "122", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "ddf23102-442e-42c6-b1a8-3ad8a0480e66", + "apim-request-id" : "b13eb313-9a89-48ea-bc48-03f7cc449b86", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/ddf23102-442e-42c6-b1a8-3ad8a0480e66", - "Date" : "Thu, 06 Aug 2020 22:33:29 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b13eb313-9a89-48ea-bc48-03f7cc449b86", + "Date" : "Wed, 16 Sep 2020 00:54:30 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/ddf23102-442e-42c6-b1a8-3ad8a0480e66", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/b13eb313-9a89-48ea-bc48-03f7cc449b86", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "4f0be222-9a89-47e5-9299-22d85e454d87" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "58208f11-fbb8-41b9-9053-5e36fe9a6e10" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "29", + "x-envoy-upstream-service-time" : "27", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "70d20981-01d4-486b-b0db-b0d7868a1de6", + "apim-request-id" : "25fe3b49-a61c-4ba4-9163-ba5e9af22450", "retry-after" : "0", + "Content-Length" : "4477", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:33:29Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:32Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"language\":\"en\"},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"language\":\"en\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"page\":1,\"confidence\":0.985},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":1,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":1,\"confidence\":0.965},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":12,\"text\":\"12.00\",\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"page\":1,\"confidence\":0.947}}},{\"type\":\"object\",\"valueObject\":{\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":22,\"text\":\"22.00\",\"boundingBox\":[5.4184,4.4746,5.781,4.4746,5.781,4.5827,5.4184,4.5827],\"page\":1,\"confidence\":0.936}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":300,\"text\":\"300.00\",\"boundingBox\":[6.1794,4.9042,6.632,4.9042,6.632,5.0131,6.1794,5.0131],\"page\":1,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.811,5.3445,6.2587,5.3445,6.2587,5.4533,5.811,5.4533],\"page\":1,\"confidence\":0.99}}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[2,2],\"fields\":{}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[3,3],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"page\":3,\"confidence\":0.98},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":3,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":3,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"E\",\"text\":\"E\",\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"page\":3,\"confidence\":0.935},\"Quantity\":{\"type\":\"number\",\"text\":\"40\",\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"page\":3,\"confidence\":0},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"page\":3,\"confidence\":0.721}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":3,\"confidence\":0.912},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":120,\"text\":\"120.00\",\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"page\":3,\"confidence\":0.967}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"G\",\"text\":\"G\",\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"page\":3,\"confidence\":0.903},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":220,\"text\":\"220.00\",\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"page\":3,\"confidence\":0.959}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":3000,\"text\":\"3000.00\",\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"page\":3,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":1000,\"text\":\"1000.00\",\"boundingBox\":[5.811,5.3445,6.3422,5.3445,6.3422,5.4533,5.811,5.4533],\"page\":3,\"confidence\":0.985}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:33:34 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:30Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:34Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"page\":1,\"confidence\":0.985},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":1,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":1,\"confidence\":0.965},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":12,\"text\":\"12.00\",\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"page\":1,\"confidence\":0.947}}},{\"type\":\"object\",\"valueObject\":{\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":22,\"text\":\"22.00\",\"boundingBox\":[5.4184,4.4746,5.781,4.4746,5.781,4.5827,5.4184,4.5827],\"page\":1,\"confidence\":0.936}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":300,\"text\":\"300.00\",\"boundingBox\":[6.1794,4.9042,6.632,4.9042,6.632,5.0131,6.1794,5.0131],\"page\":1,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.811,5.3445,6.2587,5.3445,6.2587,5.4533,5.811,5.4533],\"page\":1,\"confidence\":0.99}}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[2,2],\"fields\":{}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[3,3],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"page\":3,\"confidence\":0.98},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":3,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":3,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"E\",\"text\":\"E\",\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"page\":3,\"confidence\":0.935},\"Quantity\":{\"type\":\"number\",\"valueNumber\":40,\"text\":\"40\",\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"page\":3,\"confidence\":0},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"page\":3,\"confidence\":0.721}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":3,\"confidence\":0.912},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":120,\"text\":\"120.00\",\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"page\":3,\"confidence\":0.967}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"G\",\"text\":\"G\",\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"page\":3,\"confidence\":0.903},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":220,\"text\":\"220.00\",\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"page\":3,\"confidence\":0.959}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":3000,\"text\":\"3000.00\",\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"page\":3,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":1000,\"text\":\"1000.00\",\"boundingBox\":[5.811,5.3445,6.3422,5.3445,6.3422,5.4533,5.811,5.4533],\"page\":3,\"confidence\":0.985}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:34 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/ddf23102-442e-42c6-b1a8-3ad8a0480e66", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/b13eb313-9a89-48ea-bc48-03f7cc449b86", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "0655cb5a-8841-4016-96a3-1ccf9d6625b5" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "e41c4005-234e-4edc-9084-5a1b1f8fefe3" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "92", + "x-envoy-upstream-service-time" : "25", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "b0f781b8-52b1-407c-8fcc-03ffe52eabb7", + "apim-request-id" : "44d5953f-f4c6-422c-b757-f9e0c558eb0f", "retry-after" : "0", + "Content-Length" : "4477", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:33:29Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:32Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"language\":\"en\"},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"language\":\"en\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"page\":1,\"confidence\":0.985},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":1,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":1,\"confidence\":0.965},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":12,\"text\":\"12.00\",\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"page\":1,\"confidence\":0.947}}},{\"type\":\"object\",\"valueObject\":{\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":22,\"text\":\"22.00\",\"boundingBox\":[5.4184,4.4746,5.781,4.4746,5.781,4.5827,5.4184,4.5827],\"page\":1,\"confidence\":0.936}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":300,\"text\":\"300.00\",\"boundingBox\":[6.1794,4.9042,6.632,4.9042,6.632,5.0131,6.1794,5.0131],\"page\":1,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.811,5.3445,6.2587,5.3445,6.2587,5.4533,5.811,5.4533],\"page\":1,\"confidence\":0.99}}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[2,2],\"fields\":{}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[3,3],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"page\":3,\"confidence\":0.98},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":3,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":3,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"E\",\"text\":\"E\",\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"page\":3,\"confidence\":0.935},\"Quantity\":{\"type\":\"number\",\"text\":\"40\",\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"page\":3,\"confidence\":0},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"page\":3,\"confidence\":0.721}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":3,\"confidence\":0.912},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":120,\"text\":\"120.00\",\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"page\":3,\"confidence\":0.967}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"G\",\"text\":\"G\",\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"page\":3,\"confidence\":0.903},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":220,\"text\":\"220.00\",\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"page\":3,\"confidence\":0.959}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":3000,\"text\":\"3000.00\",\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"page\":3,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":1000,\"text\":\"1000.00\",\"boundingBox\":[5.811,5.3445,6.3422,5.3445,6.3422,5.4533,5.811,5.4533],\"page\":3,\"confidence\":0.985}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:33:34 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:30Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:34Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"page\":1,\"confidence\":0.985},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":1,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":1,\"confidence\":0.965},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":12,\"text\":\"12.00\",\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"page\":1,\"confidence\":0.947}}},{\"type\":\"object\",\"valueObject\":{\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":22,\"text\":\"22.00\",\"boundingBox\":[5.4184,4.4746,5.781,4.4746,5.781,4.5827,5.4184,4.5827],\"page\":1,\"confidence\":0.936}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":300,\"text\":\"300.00\",\"boundingBox\":[6.1794,4.9042,6.632,4.9042,6.632,5.0131,6.1794,5.0131],\"page\":1,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.811,5.3445,6.2587,5.3445,6.2587,5.4533,5.811,5.4533],\"page\":1,\"confidence\":0.99}}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[2,2],\"fields\":{}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[3,3],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"page\":3,\"confidence\":0.98},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":3,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":3,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"E\",\"text\":\"E\",\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"page\":3,\"confidence\":0.935},\"Quantity\":{\"type\":\"number\",\"valueNumber\":40,\"text\":\"40\",\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"page\":3,\"confidence\":0},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"page\":3,\"confidence\":0.721}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":3,\"confidence\":0.912},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":120,\"text\":\"120.00\",\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"page\":3,\"confidence\":0.967}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"G\",\"text\":\"G\",\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"page\":3,\"confidence\":0.903},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":220,\"text\":\"220.00\",\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"page\":3,\"confidence\":0.959}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":3000,\"text\":\"3000.00\",\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"page\":3,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":1000,\"text\":\"1000.00\",\"boundingBox\":[5.811,5.3445,6.3422,5.3445,6.3422,5.4533,5.811,5.4533],\"page\":3,\"confidence\":0.985}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:35 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlIncludeFieldElements.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlIncludeFieldElements.json index 7ef5c6f872d9e..ed9cf128369d9 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlIncludeFieldElements.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlIncludeFieldElements.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=true&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "18808a86-b823-46e3-a54c-6eb052388262", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "cd5d8271-ab17-43e8-b266-0b8be95e32ab", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "708", + "x-envoy-upstream-service-time" : "404", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "961de6e8-8339-4c17-918a-5d2452153588", + "apim-request-id" : "795b9763-8ce2-4aa7-b26b-6499c00aed65", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/961de6e8-8339-4c17-918a-5d2452153588", - "Date" : "Thu, 06 Aug 2020 22:39:14 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/795b9763-8ce2-4aa7-b26b-6499c00aed65", + "Date" : "Wed, 16 Sep 2020 00:52:38 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/961de6e8-8339-4c17-918a-5d2452153588", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/795b9763-8ce2-4aa7-b26b-6499c00aed65", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "1555a738-3409-4372-8b26-bc4e221e6728" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "cb745855-165a-4c56-a8d1-da67ef033b89" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "112", + "x-envoy-upstream-service-time" : "26", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "5662c41a-51a9-4c1a-8500-e2118cf8600f", + "apim-request-id" : "ca045578-2b74-41d7-9210-bbc94c75d0d0", "retry-after" : "0", + "Content-Length" : "8501", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:39:15Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:17Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[635,510,1086,461,1098,558,643,604],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[639,510,1087,461,1098,551,646,604],\"confidence\":0.955}]},{\"text\":\"Contoso\",\"boundingBox\":[305,574,519,624,504,686,291,634],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[311,575,517,623,503,686,297,636],\"confidence\":0.435}]},{\"text\":\"123 Main Street\",\"boundingBox\":[300,675,703,767,686,844,284,749],\"words\":[{\"text\":\"123\",\"boundingBox\":[302,676,390,695,375,770,287,751],\"confidence\":0.935},{\"text\":\"Main\",\"boundingBox\":[405,698,528,726,512,802,390,774],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[542,730,702,767,685,845,527,806],\"confidence\":0.959}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[290,784,828,850,820,933,279,868],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[293,784,550,826,540,905,280,856],\"confidence\":0.762},{\"text\":\"WA\",\"boundingBox\":[565,828,645,837,637,917,555,907],\"confidence\":0.943},{\"text\":\"98052\",\"boundingBox\":[660,838,824,849,818,933,651,919],\"confidence\":0.959}]},{\"text\":\"987-654-3210\",\"boundingBox\":[275,1003,656,1055,646,1123,269,1073],\"words\":[{\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"confidence\":0.939}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[265,1228,678,1258,671,1344,258,1311],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"confidence\":0.958}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[253,1347,868,1379,863,1457,249,1425],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[259,1348,419,1359,414,1435,252,1422],\"confidence\":0.92},{\"text\":\"Associate:\",\"boundingBox\":[434,1360,711,1374,707,1452,428,1436],\"confidence\":0.909},{\"text\":\"Paul\",\"boundingBox\":[726,1374,865,1379,862,1457,722,1452],\"confidence\":0.959}]},{\"text\":\"1 Cappuccino\",\"boundingBox\":[244,1583,658,1601,653,1689,240,1674],\"words\":[{\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"confidence\":0.824},{\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"confidence\":0.727}]},{\"text\":\"$2.20\",\"boundingBox\":[1106,1584,1268,1574,1270,1656,1110,1666],\"words\":[{\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"confidence\":0.958}]},{\"text\":\"1 BACON & EGGS\",\"boundingBox\":[232,1834,745,1840,744,1924,231,1918],\"words\":[{\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"confidence\":0.845},{\"text\":\"BACON\",\"boundingBox\":[308,1836,506,1841,504,1920,307,1920],\"confidence\":0.885},{\"text\":\"&\",\"boundingBox\":[523,1841,568,1842,566,1921,521,1921],\"confidence\":0.799},{\"text\":\"EGGS\",\"boundingBox\":[585,1842,746,1843,744,1924,583,1921],\"confidence\":0.948}]},{\"text\":\"Sunny-side-up\",\"boundingBox\":[347,1975,751,1977,751,2061,347,2060],\"words\":[{\"text\":\"Sunny-side-up\",\"boundingBox\":[348,1975,749,1979,747,2061,348,2061],\"confidence\":0.946}]},{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1262,1952,1263,2035,1136,2039],\"words\":[{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"confidence\":0.95}]},{\"text\":\"Sub-Total\",\"boundingBox\":[440,2229,771,2219,773,2318,442,2327],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[441,2229,769,2220,774,2319,443,2328],\"confidence\":0.856}]},{\"text\":\"$ 11.70\",\"boundingBox\":[1092,2221,1301,2224,1299,2319,1093,2317],\"words\":[{\"text\":\"$\",\"boundingBox\":[1092,2221,1127,2221,1126,2317,1092,2316],\"confidence\":0.799},{\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"confidence\":0.948}]},{\"text\":\"Tax\",\"boundingBox\":[442,2371,549,2367,552,2454,445,2458],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[445,2371,546,2367,549,2454,448,2458],\"confidence\":0.958}]},{\"text\":\"$ 1.17\",\"boundingBox\":[1129,2359,1310,2359,1306,2456,1129,2456],\"words\":[{\"text\":\"$\",\"boundingBox\":[1129,2359,1171,2359,1171,2456,1129,2456],\"confidence\":0.89},{\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"confidence\":0.942}]},{\"text\":\"Tip\",\"boundingBox\":[433,2505,539,2506,540,2602,434,2602],\"words\":[{\"text\":\"Tip\",\"boundingBox\":[436,2505,536,2505,536,2602,436,2602],\"confidence\":0.959}]},{\"text\":\"$ 1.63\",\"boundingBox\":[1030,2478,1269,2486,1267,2591,1024,2583],\"words\":[{\"text\":\"$\",\"boundingBox\":[1027,2478,1073,2478,1069,2584,1024,2583],\"confidence\":0.788},{\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"confidence\":0.284}]},{\"text\":\"Total\",\"boundingBox\":[433,2652,611,2644,615,2738,436,2747],\"words\":[{\"text\":\"Total\",\"boundingBox\":[435,2652,609,2644,613,2739,439,2747],\"confidence\":0.866}]},{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1386,2637,1380,2762,1029,2739],\"words\":[{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"confidence\":0.57}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656.3,1054.7,646.8,1125.3,268.5,1074.7],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[265.1,1228.4,525,1247,518.9,1332.1,259,1313.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677.3,1261.5,668.9,1346.5,532.6,1333],\"page\":1,\"confidence\":0.977,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[245.1,1581.5,300.9,1585.1,295,1676,239.2,1672.4],\"page\":1,\"confidence\":0.92,\"elements\":[\"#/readResults/0/lines/7/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654.2,1601.1,650,1693,317.8,1678],\"page\":1,\"confidence\":0.923,\"elements\":[\"#/readResults/0/lines/7/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1107.7,1584,1263,1574,1268.3,1656,1113,1666],\"page\":1,\"confidence\":0.918,\"elements\":[\"#/readResults/0/lines/8/words/0\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[232,1834,286.6,1835,285,1921,230.4,1920],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/9/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\",\"#/readResults/0/lines/9/words/3\"]},\"TotalPrice\":{\"type\":\"number\",\"text\":\"$9.5\",\"boundingBox\":[1133.9,1955,1257,1952,1259.1,2036,1136,2039],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/11/words/0\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297.3,2223,1296,2319,1144.7,2317],\"page\":1,\"confidence\":0.955,\"elements\":[\"#/readResults/0/lines/13/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979,\"elements\":[\"#/readResults/0/lines/15/words/1\"]},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267.7,2485,1264,2591,1090.3,2585],\"page\":1,\"confidence\":0.941,\"elements\":[\"#/readResults/0/lines/17/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034.2,2617,1387.5,2638.2,1380,2763,1026.7,2741.8],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/19/words/0\"]}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:39:19 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:52:38Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:40Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[635,510,1086,461,1098,558,643,604],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[639,510,1087,461,1098,551,646,604],\"confidence\":0.955}]},{\"text\":\"Contoso\",\"boundingBox\":[305,574,519,624,504,686,291,634],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[311,575,517,623,503,686,297,636],\"confidence\":0.435}]},{\"text\":\"123 Main Street\",\"boundingBox\":[300,675,703,767,686,844,284,749],\"words\":[{\"text\":\"123\",\"boundingBox\":[302,676,390,695,375,770,287,751],\"confidence\":0.935},{\"text\":\"Main\",\"boundingBox\":[405,698,528,726,512,802,390,774],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[542,730,702,767,685,845,527,806],\"confidence\":0.959}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[290,784,828,850,820,933,279,868],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[293,784,550,826,540,905,280,856],\"confidence\":0.762},{\"text\":\"WA\",\"boundingBox\":[565,828,645,837,637,917,555,907],\"confidence\":0.943},{\"text\":\"98052\",\"boundingBox\":[660,838,824,849,818,933,651,919],\"confidence\":0.959}]},{\"text\":\"987-654-3210\",\"boundingBox\":[275,1003,656,1055,646,1123,269,1073],\"words\":[{\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"confidence\":0.939}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[265,1228,678,1258,671,1344,258,1311],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"confidence\":0.958}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[253,1347,868,1379,863,1457,249,1425],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[259,1348,419,1359,414,1435,252,1422],\"confidence\":0.92},{\"text\":\"Associate:\",\"boundingBox\":[434,1360,711,1374,707,1452,428,1436],\"confidence\":0.909},{\"text\":\"Paul\",\"boundingBox\":[726,1374,865,1379,862,1457,722,1452],\"confidence\":0.959}]},{\"text\":\"1 Cappuccino\",\"boundingBox\":[244,1583,658,1601,653,1689,240,1674],\"words\":[{\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"confidence\":0.824},{\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"confidence\":0.727}]},{\"text\":\"$2.20\",\"boundingBox\":[1106,1584,1268,1574,1270,1656,1110,1666],\"words\":[{\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"confidence\":0.958}]},{\"text\":\"1 BACON & EGGS\",\"boundingBox\":[232,1834,745,1840,744,1924,231,1918],\"words\":[{\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"confidence\":0.845},{\"text\":\"BACON\",\"boundingBox\":[308,1836,506,1841,504,1920,307,1920],\"confidence\":0.885},{\"text\":\"&\",\"boundingBox\":[523,1841,568,1842,566,1921,521,1921],\"confidence\":0.799},{\"text\":\"EGGS\",\"boundingBox\":[585,1842,746,1843,744,1924,583,1921],\"confidence\":0.949}]},{\"text\":\"Sunny-side-up\",\"boundingBox\":[347,1975,751,1977,751,2061,347,2060],\"words\":[{\"text\":\"Sunny-side-up\",\"boundingBox\":[348,1975,749,1979,747,2061,348,2061],\"confidence\":0.946}]},{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1262,1952,1263,2035,1136,2039],\"words\":[{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"confidence\":0.95}]},{\"text\":\"Sub-Total\",\"boundingBox\":[440,2229,771,2219,773,2318,442,2327],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[441,2229,769,2220,774,2319,443,2328],\"confidence\":0.856}]},{\"text\":\"$ 11.70\",\"boundingBox\":[1092,2221,1301,2224,1299,2319,1093,2317],\"words\":[{\"text\":\"$\",\"boundingBox\":[1092,2221,1127,2221,1126,2317,1092,2316],\"confidence\":0.799},{\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"confidence\":0.948}]},{\"text\":\"Tax\",\"boundingBox\":[442,2371,549,2367,552,2454,445,2458],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[445,2371,546,2367,549,2454,448,2458],\"confidence\":0.958}]},{\"text\":\"$ 1.17\",\"boundingBox\":[1129,2359,1310,2359,1306,2456,1129,2456],\"words\":[{\"text\":\"$\",\"boundingBox\":[1129,2359,1171,2359,1171,2456,1129,2456],\"confidence\":0.89},{\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"confidence\":0.942}]},{\"text\":\"Tip\",\"boundingBox\":[433,2505,539,2506,540,2602,434,2602],\"words\":[{\"text\":\"Tip\",\"boundingBox\":[436,2505,536,2505,536,2602,436,2602],\"confidence\":0.959}]},{\"text\":\"$ 1.63\",\"boundingBox\":[1030,2478,1269,2486,1267,2591,1024,2583],\"words\":[{\"text\":\"$\",\"boundingBox\":[1027,2478,1073,2478,1069,2584,1024,2583],\"confidence\":0.788},{\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"confidence\":0.284}]},{\"text\":\"Total\",\"boundingBox\":[433,2652,611,2644,615,2738,436,2747],\"words\":[{\"text\":\"Total\",\"boundingBox\":[435,2652,609,2644,613,2739,439,2747],\"confidence\":0.866}]},{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1386,2637,1380,2762,1029,2739],\"words\":[{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"confidence\":0.57}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"page\":1,\"confidence\":0.977,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"page\":1,\"confidence\":0.92,\"elements\":[\"#/readResults/0/lines/7/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"page\":1,\"confidence\":0.923,\"elements\":[\"#/readResults/0/lines/7/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"page\":1,\"confidence\":0.918,\"elements\":[\"#/readResults/0/lines/8/words/0\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/9/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\",\"#/readResults/0/lines/9/words/3\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":9.5,\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/11/words/0\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"page\":1,\"confidence\":0.955,\"elements\":[\"#/readResults/0/lines/13/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979,\"elements\":[\"#/readResults/0/lines/15/words/1\"]},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"page\":1,\"confidence\":0.941,\"elements\":[\"#/readResults/0/lines/17/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/19/words/0\"]}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:52:43 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/961de6e8-8339-4c17-918a-5d2452153588", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/795b9763-8ce2-4aa7-b26b-6499c00aed65", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "c43041bf-18e9-4456-8511-6453f2046d62" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "2e555042-1c87-45e4-a786-304c7af6f2a0" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "68", + "x-envoy-upstream-service-time" : "102", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9586c1a6-2016-4f42-b6f1-370af26bdcad", + "apim-request-id" : "56dcce64-31fc-403e-a481-0f74395a9d57", "retry-after" : "0", + "Content-Length" : "8501", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:39:15Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:39:17Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[635,510,1086,461,1098,558,643,604],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[639,510,1087,461,1098,551,646,604],\"confidence\":0.955}]},{\"text\":\"Contoso\",\"boundingBox\":[305,574,519,624,504,686,291,634],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[311,575,517,623,503,686,297,636],\"confidence\":0.435}]},{\"text\":\"123 Main Street\",\"boundingBox\":[300,675,703,767,686,844,284,749],\"words\":[{\"text\":\"123\",\"boundingBox\":[302,676,390,695,375,770,287,751],\"confidence\":0.935},{\"text\":\"Main\",\"boundingBox\":[405,698,528,726,512,802,390,774],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[542,730,702,767,685,845,527,806],\"confidence\":0.959}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[290,784,828,850,820,933,279,868],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[293,784,550,826,540,905,280,856],\"confidence\":0.762},{\"text\":\"WA\",\"boundingBox\":[565,828,645,837,637,917,555,907],\"confidence\":0.943},{\"text\":\"98052\",\"boundingBox\":[660,838,824,849,818,933,651,919],\"confidence\":0.959}]},{\"text\":\"987-654-3210\",\"boundingBox\":[275,1003,656,1055,646,1123,269,1073],\"words\":[{\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"confidence\":0.939}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[265,1228,678,1258,671,1344,258,1311],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"confidence\":0.958}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[253,1347,868,1379,863,1457,249,1425],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[259,1348,419,1359,414,1435,252,1422],\"confidence\":0.92},{\"text\":\"Associate:\",\"boundingBox\":[434,1360,711,1374,707,1452,428,1436],\"confidence\":0.909},{\"text\":\"Paul\",\"boundingBox\":[726,1374,865,1379,862,1457,722,1452],\"confidence\":0.959}]},{\"text\":\"1 Cappuccino\",\"boundingBox\":[244,1583,658,1601,653,1689,240,1674],\"words\":[{\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"confidence\":0.824},{\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"confidence\":0.727}]},{\"text\":\"$2.20\",\"boundingBox\":[1106,1584,1268,1574,1270,1656,1110,1666],\"words\":[{\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"confidence\":0.958}]},{\"text\":\"1 BACON & EGGS\",\"boundingBox\":[232,1834,745,1840,744,1924,231,1918],\"words\":[{\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"confidence\":0.845},{\"text\":\"BACON\",\"boundingBox\":[308,1836,506,1841,504,1920,307,1920],\"confidence\":0.885},{\"text\":\"&\",\"boundingBox\":[523,1841,568,1842,566,1921,521,1921],\"confidence\":0.799},{\"text\":\"EGGS\",\"boundingBox\":[585,1842,746,1843,744,1924,583,1921],\"confidence\":0.948}]},{\"text\":\"Sunny-side-up\",\"boundingBox\":[347,1975,751,1977,751,2061,347,2060],\"words\":[{\"text\":\"Sunny-side-up\",\"boundingBox\":[348,1975,749,1979,747,2061,348,2061],\"confidence\":0.946}]},{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1262,1952,1263,2035,1136,2039],\"words\":[{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"confidence\":0.95}]},{\"text\":\"Sub-Total\",\"boundingBox\":[440,2229,771,2219,773,2318,442,2327],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[441,2229,769,2220,774,2319,443,2328],\"confidence\":0.856}]},{\"text\":\"$ 11.70\",\"boundingBox\":[1092,2221,1301,2224,1299,2319,1093,2317],\"words\":[{\"text\":\"$\",\"boundingBox\":[1092,2221,1127,2221,1126,2317,1092,2316],\"confidence\":0.799},{\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"confidence\":0.948}]},{\"text\":\"Tax\",\"boundingBox\":[442,2371,549,2367,552,2454,445,2458],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[445,2371,546,2367,549,2454,448,2458],\"confidence\":0.958}]},{\"text\":\"$ 1.17\",\"boundingBox\":[1129,2359,1310,2359,1306,2456,1129,2456],\"words\":[{\"text\":\"$\",\"boundingBox\":[1129,2359,1171,2359,1171,2456,1129,2456],\"confidence\":0.89},{\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"confidence\":0.942}]},{\"text\":\"Tip\",\"boundingBox\":[433,2505,539,2506,540,2602,434,2602],\"words\":[{\"text\":\"Tip\",\"boundingBox\":[436,2505,536,2505,536,2602,436,2602],\"confidence\":0.959}]},{\"text\":\"$ 1.63\",\"boundingBox\":[1030,2478,1269,2486,1267,2591,1024,2583],\"words\":[{\"text\":\"$\",\"boundingBox\":[1027,2478,1073,2478,1069,2584,1024,2583],\"confidence\":0.788},{\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"confidence\":0.284}]},{\"text\":\"Total\",\"boundingBox\":[433,2652,611,2644,615,2738,436,2747],\"words\":[{\"text\":\"Total\",\"boundingBox\":[435,2652,609,2644,613,2739,439,2747],\"confidence\":0.866}]},{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1386,2637,1380,2762,1029,2739],\"words\":[{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"confidence\":0.57}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656.3,1054.7,646.8,1125.3,268.5,1074.7],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[265.1,1228.4,525,1247,518.9,1332.1,259,1313.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677.3,1261.5,668.9,1346.5,532.6,1333],\"page\":1,\"confidence\":0.977,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[245.1,1581.5,300.9,1585.1,295,1676,239.2,1672.4],\"page\":1,\"confidence\":0.92,\"elements\":[\"#/readResults/0/lines/7/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654.2,1601.1,650,1693,317.8,1678],\"page\":1,\"confidence\":0.923,\"elements\":[\"#/readResults/0/lines/7/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1107.7,1584,1263,1574,1268.3,1656,1113,1666],\"page\":1,\"confidence\":0.918,\"elements\":[\"#/readResults/0/lines/8/words/0\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[232,1834,286.6,1835,285,1921,230.4,1920],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/9/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\",\"#/readResults/0/lines/9/words/3\"]},\"TotalPrice\":{\"type\":\"number\",\"text\":\"$9.5\",\"boundingBox\":[1133.9,1955,1257,1952,1259.1,2036,1136,2039],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/11/words/0\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297.3,2223,1296,2319,1144.7,2317],\"page\":1,\"confidence\":0.955,\"elements\":[\"#/readResults/0/lines/13/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979,\"elements\":[\"#/readResults/0/lines/15/words/1\"]},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267.7,2485,1264,2591,1090.3,2585],\"page\":1,\"confidence\":0.941,\"elements\":[\"#/readResults/0/lines/17/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034.2,2617,1387.5,2638.2,1380,2763,1026.7,2741.8],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/19/words/0\"]}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:39:19 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:52:38Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:40Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[635,510,1086,461,1098,558,643,604],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[639,510,1087,461,1098,551,646,604],\"confidence\":0.955}]},{\"text\":\"Contoso\",\"boundingBox\":[305,574,519,624,504,686,291,634],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[311,575,517,623,503,686,297,636],\"confidence\":0.435}]},{\"text\":\"123 Main Street\",\"boundingBox\":[300,675,703,767,686,844,284,749],\"words\":[{\"text\":\"123\",\"boundingBox\":[302,676,390,695,375,770,287,751],\"confidence\":0.935},{\"text\":\"Main\",\"boundingBox\":[405,698,528,726,512,802,390,774],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[542,730,702,767,685,845,527,806],\"confidence\":0.959}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[290,784,828,850,820,933,279,868],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[293,784,550,826,540,905,280,856],\"confidence\":0.762},{\"text\":\"WA\",\"boundingBox\":[565,828,645,837,637,917,555,907],\"confidence\":0.943},{\"text\":\"98052\",\"boundingBox\":[660,838,824,849,818,933,651,919],\"confidence\":0.959}]},{\"text\":\"987-654-3210\",\"boundingBox\":[275,1003,656,1055,646,1123,269,1073],\"words\":[{\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"confidence\":0.939}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[265,1228,678,1258,671,1344,258,1311],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"confidence\":0.958}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[253,1347,868,1379,863,1457,249,1425],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[259,1348,419,1359,414,1435,252,1422],\"confidence\":0.92},{\"text\":\"Associate:\",\"boundingBox\":[434,1360,711,1374,707,1452,428,1436],\"confidence\":0.909},{\"text\":\"Paul\",\"boundingBox\":[726,1374,865,1379,862,1457,722,1452],\"confidence\":0.959}]},{\"text\":\"1 Cappuccino\",\"boundingBox\":[244,1583,658,1601,653,1689,240,1674],\"words\":[{\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"confidence\":0.824},{\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"confidence\":0.727}]},{\"text\":\"$2.20\",\"boundingBox\":[1106,1584,1268,1574,1270,1656,1110,1666],\"words\":[{\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"confidence\":0.958}]},{\"text\":\"1 BACON & EGGS\",\"boundingBox\":[232,1834,745,1840,744,1924,231,1918],\"words\":[{\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"confidence\":0.845},{\"text\":\"BACON\",\"boundingBox\":[308,1836,506,1841,504,1920,307,1920],\"confidence\":0.885},{\"text\":\"&\",\"boundingBox\":[523,1841,568,1842,566,1921,521,1921],\"confidence\":0.799},{\"text\":\"EGGS\",\"boundingBox\":[585,1842,746,1843,744,1924,583,1921],\"confidence\":0.949}]},{\"text\":\"Sunny-side-up\",\"boundingBox\":[347,1975,751,1977,751,2061,347,2060],\"words\":[{\"text\":\"Sunny-side-up\",\"boundingBox\":[348,1975,749,1979,747,2061,348,2061],\"confidence\":0.946}]},{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1262,1952,1263,2035,1136,2039],\"words\":[{\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"confidence\":0.95}]},{\"text\":\"Sub-Total\",\"boundingBox\":[440,2229,771,2219,773,2318,442,2327],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[441,2229,769,2220,774,2319,443,2328],\"confidence\":0.856}]},{\"text\":\"$ 11.70\",\"boundingBox\":[1092,2221,1301,2224,1299,2319,1093,2317],\"words\":[{\"text\":\"$\",\"boundingBox\":[1092,2221,1127,2221,1126,2317,1092,2316],\"confidence\":0.799},{\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"confidence\":0.948}]},{\"text\":\"Tax\",\"boundingBox\":[442,2371,549,2367,552,2454,445,2458],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[445,2371,546,2367,549,2454,448,2458],\"confidence\":0.958}]},{\"text\":\"$ 1.17\",\"boundingBox\":[1129,2359,1310,2359,1306,2456,1129,2456],\"words\":[{\"text\":\"$\",\"boundingBox\":[1129,2359,1171,2359,1171,2456,1129,2456],\"confidence\":0.89},{\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"confidence\":0.942}]},{\"text\":\"Tip\",\"boundingBox\":[433,2505,539,2506,540,2602,434,2602],\"words\":[{\"text\":\"Tip\",\"boundingBox\":[436,2505,536,2505,536,2602,436,2602],\"confidence\":0.959}]},{\"text\":\"$ 1.63\",\"boundingBox\":[1030,2478,1269,2486,1267,2591,1024,2583],\"words\":[{\"text\":\"$\",\"boundingBox\":[1027,2478,1073,2478,1069,2584,1024,2583],\"confidence\":0.788},{\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"confidence\":0.284}]},{\"text\":\"Total\",\"boundingBox\":[433,2652,611,2644,615,2738,436,2747],\"words\":[{\"text\":\"Total\",\"boundingBox\":[435,2652,609,2644,613,2739,439,2747],\"confidence\":0.866}]},{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1386,2637,1380,2762,1029,2739],\"words\":[{\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"confidence\":0.57}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"page\":1,\"confidence\":0.977,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"page\":1,\"confidence\":0.92,\"elements\":[\"#/readResults/0/lines/7/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"page\":1,\"confidence\":0.923,\"elements\":[\"#/readResults/0/lines/7/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"page\":1,\"confidence\":0.918,\"elements\":[\"#/readResults/0/lines/8/words/0\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/9/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\",\"#/readResults/0/lines/9/words/3\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":9.5,\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/11/words/0\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"page\":1,\"confidence\":0.955,\"elements\":[\"#/readResults/0/lines/13/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979,\"elements\":[\"#/readResults/0/lines/15/words/1\"]},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"page\":1,\"confidence\":0.941,\"elements\":[\"#/readResults/0/lines/17/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/19/words/0\"]}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:52:43 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlMultiPage.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlMultiPage.json index 016353b5becd2..49a24baf95813 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlMultiPage.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlMultiPage.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=false&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5d15b5e7-a55a-4e9f-af60-98c16575b6b6", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f719defc-5fac-4b8d-b678-57226be892dd", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "890", + "x-envoy-upstream-service-time" : "90", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "3fe1cb61-3e62-4ea6-b177-9ebdc5933e2c", + "apim-request-id" : "cf913ae3-404c-4eb1-9a74-dd908c0e7496", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/3fe1cb61-3e62-4ea6-b177-9ebdc5933e2c", - "Date" : "Thu, 06 Aug 2020 22:34:49 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/cf913ae3-404c-4eb1-9a74-dd908c0e7496", + "Date" : "Wed, 16 Sep 2020 00:54:40 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/3fe1cb61-3e62-4ea6-b177-9ebdc5933e2c", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/cf913ae3-404c-4eb1-9a74-dd908c0e7496", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "8017246b-455c-4b45-9b22-ddfa7c29b0de" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "8f83f30d-321e-4a2d-a0c4-f15cceb5a061" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "97", + "x-envoy-upstream-service-time" : "18", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "f8f786fd-5643-42ca-a126-3a3bb73893fe", + "apim-request-id" : "79334054-bf7e-436f-88f0-85c3b7403a21", "retry-after" : "0", + "Content-Length" : "4477", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:34:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:53Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"language\":\"en\"},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"language\":\"en\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"page\":1,\"confidence\":0.985},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":1,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":1,\"confidence\":0.965},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":12,\"text\":\"12.00\",\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"page\":1,\"confidence\":0.947}}},{\"type\":\"object\",\"valueObject\":{\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":22,\"text\":\"22.00\",\"boundingBox\":[5.4184,4.4746,5.781,4.4746,5.781,4.5827,5.4184,4.5827],\"page\":1,\"confidence\":0.936}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":300,\"text\":\"300.00\",\"boundingBox\":[6.1794,4.9042,6.632,4.9042,6.632,5.0131,6.1794,5.0131],\"page\":1,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.811,5.3445,6.2587,5.3445,6.2587,5.4533,5.811,5.4533],\"page\":1,\"confidence\":0.99}}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[2,2],\"fields\":{}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[3,3],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"page\":3,\"confidence\":0.98},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":3,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":3,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"E\",\"text\":\"E\",\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"page\":3,\"confidence\":0.935},\"Quantity\":{\"type\":\"number\",\"text\":\"40\",\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"page\":3,\"confidence\":0},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"page\":3,\"confidence\":0.721}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":3,\"confidence\":0.912},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":120,\"text\":\"120.00\",\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"page\":3,\"confidence\":0.967}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"G\",\"text\":\"G\",\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"page\":3,\"confidence\":0.903},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":220,\"text\":\"220.00\",\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"page\":3,\"confidence\":0.959}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":3000,\"text\":\"3000.00\",\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"page\":3,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":1000,\"text\":\"1000.00\",\"boundingBox\":[5.811,5.3445,6.3422,5.3445,6.3422,5.4533,5.811,5.4533],\"page\":3,\"confidence\":0.985}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:34:55 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:40Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:44Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"page\":1,\"confidence\":0.985},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":1,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":1,\"confidence\":0.965},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":12,\"text\":\"12.00\",\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"page\":1,\"confidence\":0.947}}},{\"type\":\"object\",\"valueObject\":{\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":22,\"text\":\"22.00\",\"boundingBox\":[5.4184,4.4746,5.781,4.4746,5.781,4.5827,5.4184,4.5827],\"page\":1,\"confidence\":0.936}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":300,\"text\":\"300.00\",\"boundingBox\":[6.1794,4.9042,6.632,4.9042,6.632,5.0131,6.1794,5.0131],\"page\":1,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.811,5.3445,6.2587,5.3445,6.2587,5.4533,5.811,5.4533],\"page\":1,\"confidence\":0.99}}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[2,2],\"fields\":{}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[3,3],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"page\":3,\"confidence\":0.98},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":3,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":3,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"E\",\"text\":\"E\",\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"page\":3,\"confidence\":0.935},\"Quantity\":{\"type\":\"number\",\"valueNumber\":40,\"text\":\"40\",\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"page\":3,\"confidence\":0},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"page\":3,\"confidence\":0.721}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":3,\"confidence\":0.912},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":120,\"text\":\"120.00\",\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"page\":3,\"confidence\":0.967}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"G\",\"text\":\"G\",\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"page\":3,\"confidence\":0.903},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":220,\"text\":\"220.00\",\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"page\":3,\"confidence\":0.959}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":3000,\"text\":\"3000.00\",\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"page\":3,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":1000,\"text\":\"1000.00\",\"boundingBox\":[5.811,5.3445,6.3422,5.3445,6.3422,5.4533,5.811,5.4533],\"page\":3,\"confidence\":0.985}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:45 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/3fe1cb61-3e62-4ea6-b177-9ebdc5933e2c", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/cf913ae3-404c-4eb1-9a74-dd908c0e7496", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "ee42ae89-5129-48c1-a5ba-5f0607cfa3cb" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "902c9bb1-0eb4-4178-9935-a275a69957c6" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "135", + "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "506ddc61-83ed-4908-9b54-60ff2f3fcb47", + "apim-request-id" : "20e3db33-24aa-4a63-b44d-2fb695473ba0", "retry-after" : "0", + "Content-Length" : "4477", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:34:49Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:34:53Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"language\":\"en\"},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\",\"language\":\"en\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"page\":1,\"confidence\":0.985},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":1,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":1,\"confidence\":0.965},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":12,\"text\":\"12.00\",\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"page\":1,\"confidence\":0.947}}},{\"type\":\"object\",\"valueObject\":{\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":22,\"text\":\"22.00\",\"boundingBox\":[5.4184,4.4746,5.781,4.4746,5.781,4.5827,5.4184,4.5827],\"page\":1,\"confidence\":0.936}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":300,\"text\":\"300.00\",\"boundingBox\":[6.1794,4.9042,6.632,4.9042,6.632,5.0131,6.1794,5.0131],\"page\":1,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.811,5.3445,6.2587,5.3445,6.2587,5.4533,5.811,5.4533],\"page\":1,\"confidence\":0.99}}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[2,2],\"fields\":{}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[3,3],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"page\":3,\"confidence\":0.98},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":3,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":3,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"E\",\"text\":\"E\",\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"page\":3,\"confidence\":0.935},\"Quantity\":{\"type\":\"number\",\"text\":\"40\",\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"page\":3,\"confidence\":0},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"page\":3,\"confidence\":0.721}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":3,\"confidence\":0.912},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":120,\"text\":\"120.00\",\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"page\":3,\"confidence\":0.967}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"G\",\"text\":\"G\",\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"page\":3,\"confidence\":0.903},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":220,\"text\":\"220.00\",\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"page\":3,\"confidence\":0.959}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":3000,\"text\":\"3000.00\",\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"page\":3,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":1000,\"text\":\"1000.00\",\"boundingBox\":[5.811,5.3445,6.3422,5.3445,6.3422,5.4533,5.811,5.4533],\"page\":3,\"confidence\":0.985}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:34:55 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:40Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:44Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"},{\"page\":2,\"angle\":0,\"width\":8.4967,\"height\":10.9967,\"unit\":\"inch\"},{\"page\":3,\"angle\":0,\"width\":8.5,\"height\":11,\"unit\":\"inch\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Bilbo Baggins\",\"text\":\"Bilbo Baggins\",\"boundingBox\":[6.0164,1.4503,6.8967,1.4503,6.8967,1.5931,6.0164,1.5931],\"page\":1,\"confidence\":0.985},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":1,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":1,\"confidence\":0.965},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":12,\"text\":\"12.00\",\"boundingBox\":[5.4232,4.2646,5.7809,4.2646,5.7809,4.3727,5.4232,4.3727],\"page\":1,\"confidence\":0.947}}},{\"type\":\"object\",\"valueObject\":{\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":22,\"text\":\"22.00\",\"boundingBox\":[5.4184,4.4746,5.781,4.4746,5.781,4.5827,5.4184,4.5827],\"page\":1,\"confidence\":0.936}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":300,\"text\":\"300.00\",\"boundingBox\":[6.1794,4.9042,6.632,4.9042,6.632,5.0131,6.1794,5.0131],\"page\":1,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.811,5.3445,6.2587,5.3445,6.2587,5.4533,5.811,5.4533],\"page\":1,\"confidence\":0.99}}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[2,2],\"fields\":{}},{\"docType\":\"prebuilt:receipt\",\"pageRange\":[3,3],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.99},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Frodo Baggins\",\"text\":\"Frodo Baggins\",\"boundingBox\":[6.0164,1.4506,6.9506,1.4506,6.9506,1.5931,6.0164,1.5931],\"page\":3,\"confidence\":0.98},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"text\":\"123 Hobbit Lane 567 Main St. Redmond, WA Redmond, WA\",\"boundingBox\":[0.8852,1.6707,7.1006,1.6707,7.1006,2.1975,0.8852,2.1975],\"page\":3,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+15555555555\",\"text\":\"555-555-5555\",\"boundingBox\":[6.0105,2.1187,6.9371,2.1187,6.9371,2.2254,6.0105,2.2254],\"page\":3,\"confidence\":0.99},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"E\",\"text\":\"E\",\"boundingBox\":[1.0943,4.0561,1.153,4.0561,1.153,4.1614,1.0943,4.1614],\"page\":3,\"confidence\":0.935},\"Quantity\":{\"type\":\"number\",\"valueNumber\":40,\"text\":\"40\",\"boundingBox\":[3.2486,4.0546,3.4067,4.0546,3.4067,4.1627,3.2486,4.1627],\"page\":3,\"confidence\":0},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":100,\"text\":\"100.00\",\"boundingBox\":[5.4232,4.0546,5.8644,4.0546,5.8644,4.1627,5.4232,4.1627],\"page\":3,\"confidence\":0.721}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"F\",\"text\":\"F\",\"boundingBox\":[1.0943,4.2661,1.1497,4.2661,1.1497,4.3717,1.0943,4.3717],\"page\":3,\"confidence\":0.912},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":120,\"text\":\"120.00\",\"boundingBox\":[5.4232,4.2646,5.8642,4.2646,5.8642,4.3727,5.4232,4.3727],\"page\":3,\"confidence\":0.967}}},{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"G\",\"text\":\"G\",\"boundingBox\":[1.0877,4.4746,1.1735,4.4746,1.1735,4.5827,1.0877,4.5827],\"page\":3,\"confidence\":0.903},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":220,\"text\":\"220.00\",\"boundingBox\":[5.4184,4.4746,5.8644,4.4746,5.8644,4.5827,5.4184,4.5827],\"page\":3,\"confidence\":0.959}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":3000,\"text\":\"3000.00\",\"boundingBox\":[6.1794,4.9042,6.7158,4.9042,6.7158,5.0131,6.1794,5.0131],\"page\":3,\"confidence\":0.99},\"Total\":{\"type\":\"number\",\"valueNumber\":1000,\"text\":\"1000.00\",\"boundingBox\":[5.811,5.3445,6.3422,5.3445,6.3422,5.4533,5.811,5.4533],\"page\":3,\"confidence\":0.985}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:45 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlWithEncodedBlankSpaceSourceUrl.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlWithEncodedBlankSpaceSourceUrl.json index 66ce3f44265f6..a8b06a4235313 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlWithEncodedBlankSpaceSourceUrl.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptFromUrlWithEncodedBlankSpaceSourceUrl.json @@ -1,22 +1,22 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=false&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "a6aeec61-960f-411e-8aea-ed3baf7867e6", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "34f12eab-07d1-42dd-b6e7-9eb33a491fd8", "Content-Type" : "application/json" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "4265", + "x-envoy-upstream-service-time" : "4106", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "29ad6911-3e05-4f95-9138-4f16f0b347eb", + "apim-request-id" : "34f28f82-0781-4243-bdbc-d09dfd91e27b", "retry-after" : "0", + "Content-Length" : "161", "StatusCode" : "400", - "Body" : "{\"error\":{\"code\":\"FailedToDownloadImage\",\"innerError\":{\"requestId\":\"29ad6911-3e05-4f95-9138-4f16f0b347eb\"},\"message\":\"Failed to download image from input URL.\"}}", - "Date" : "Thu, 06 Aug 2020 22:36:15 GMT", + "Body" : "{\"error\":{\"code\":\"FailedToDownloadImage\",\"innerError\":{\"requestId\":\"34f28f82-0781-4243-bdbc-d09dfd91e27b\"},\"message\":\"Failed to download image from input URL.\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:57 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptInvalidSourceUrl.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptInvalidSourceUrl.json index 4e5e6a1c54fd2..098e07e023caf 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptInvalidSourceUrl.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptInvalidSourceUrl.json @@ -1,22 +1,22 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=false&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "7e443f8b-b771-4314-8b0a-245d0ff73fea", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "c10f76fd-fa64-4832-a429-40f28bce3016", "Content-Type" : "application/json" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "1153", + "x-envoy-upstream-service-time" : "966", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "50ab86c5-2970-4efd-aae0-94c5f8a689b6", + "apim-request-id" : "4551fb9a-b61c-4440-9965-3b4acf3ae8ba", "retry-after" : "0", + "Content-Length" : "144", "StatusCode" : "400", - "Body" : "{\"error\":{\"code\":\"InvalidImageURL\",\"innerError\":{\"requestId\":\"50ab86c5-2970-4efd-aae0-94c5f8a689b6\"},\"message\":\"Image URL is badly formatted.\"}}", - "Date" : "Thu, 06 Aug 2020 22:33:43 GMT", + "Body" : "{\"error\":{\"code\":\"InvalidImageURL\",\"innerError\":{\"requestId\":\"4551fb9a-b61c-4440-9965-3b4acf3ae8ba\"},\"message\":\"Image URL is badly formatted.\"}}", + "Date" : "Wed, 16 Sep 2020 00:54:35 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptSourceUrl.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptSourceUrl.json index ad01761659efb..42c8e2bdbd5d4 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptSourceUrl.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptSourceUrl.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=false", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=false&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "128ee053-a7d2-4292-897b-cab63ad3b9ea", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "97023f2e-2ac4-4441-9151-e743c78c4f11", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "767", + "x-envoy-upstream-service-time" : "413", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a61060ad-6ef4-4add-b481-d87f96ffbb4e", + "apim-request-id" : "d4ff18c0-8268-4887-97bc-ec052b2a3391", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/a61060ad-6ef4-4add-b481-d87f96ffbb4e", - "Date" : "Thu, 06 Aug 2020 22:33:35 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d4ff18c0-8268-4887-97bc-ec052b2a3391", + "Date" : "Wed, 16 Sep 2020 00:54:34 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/a61060ad-6ef4-4add-b481-d87f96ffbb4e", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/d4ff18c0-8268-4887-97bc-ec052b2a3391", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "f21d7e2a-d679-444e-b50a-b45cd291cdf4" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "5593417e-c72c-4f46-b37e-ff84e0a602f5" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "28", + "x-envoy-upstream-service-time" : "43", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "239a40d0-315a-4b06-86ba-77313f4d5574", + "apim-request-id" : "a30a7a53-1669-4276-bf9f-f03d8effa224", "retry-after" : "0", + "Content-Length" : "2835", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:33:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:39Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656.3,1054.7,646.8,1125.3,268.5,1074.7],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[265.1,1228.4,525,1247,518.9,1332.1,259,1313.5],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677.3,1261.5,668.9,1346.5,532.6,1333],\"page\":1,\"confidence\":0.977},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[245.1,1581.5,300.9,1585.1,295,1676,239.2,1672.4],\"page\":1,\"confidence\":0.92},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654.2,1601.1,650,1693,317.8,1678],\"page\":1,\"confidence\":0.923},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1107.7,1584,1263,1574,1268.3,1656,1113,1666],\"page\":1,\"confidence\":0.918}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[232,1834,286.6,1835,285,1921,230.4,1920],\"page\":1,\"confidence\":0.858},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916},\"TotalPrice\":{\"type\":\"number\",\"text\":\"$9.5\",\"boundingBox\":[1133.9,1955,1257,1952,1259.1,2036,1136,2039],\"page\":1,\"confidence\":0.916}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297.3,2223,1296,2319,1144.7,2317],\"page\":1,\"confidence\":0.955},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267.7,2485,1264,2591,1090.3,2585],\"page\":1,\"confidence\":0.941},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034.2,2617,1387.5,2638.2,1380,2763,1026.7,2741.8],\"page\":1,\"confidence\":0.985}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:33:41 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:34Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:36Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"page\":1,\"confidence\":0.977},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"page\":1,\"confidence\":0.92},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"page\":1,\"confidence\":0.923},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"page\":1,\"confidence\":0.918}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"page\":1,\"confidence\":0.858},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":9.5,\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"page\":1,\"confidence\":0.916}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"page\":1,\"confidence\":0.955},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"page\":1,\"confidence\":0.941},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"page\":1,\"confidence\":0.985}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:39 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/a61060ad-6ef4-4add-b481-d87f96ffbb4e", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/d4ff18c0-8268-4887-97bc-ec052b2a3391", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5120c182-2705-42b0-bbac-d116f9153ad8" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "8e8722f9-0f1f-4f66-9258-168d64a6bc44" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "28", + "x-envoy-upstream-service-time" : "24", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "4d3f0a16-ecd3-43a9-b8c8-02d6bd50e2fb", + "apim-request-id" : "e4a9af2f-0329-4b49-8bde-440136ebabbd", "retry-after" : "0", + "Content-Length" : "2835", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:33:36Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:33:39Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656.3,1054.7,646.8,1125.3,268.5,1074.7],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[265.1,1228.4,525,1247,518.9,1332.1,259,1313.5],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677.3,1261.5,668.9,1346.5,532.6,1333],\"page\":1,\"confidence\":0.977},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[245.1,1581.5,300.9,1585.1,295,1676,239.2,1672.4],\"page\":1,\"confidence\":0.92},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654.2,1601.1,650,1693,317.8,1678],\"page\":1,\"confidence\":0.923},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1107.7,1584,1263,1574,1268.3,1656,1113,1666],\"page\":1,\"confidence\":0.918}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[232,1834,286.6,1835,285,1921,230.4,1920],\"page\":1,\"confidence\":0.858},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916},\"TotalPrice\":{\"type\":\"number\",\"text\":\"$9.5\",\"boundingBox\":[1133.9,1955,1257,1952,1259.1,2036,1136,2039],\"page\":1,\"confidence\":0.916}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297.3,2223,1296,2319,1144.7,2317],\"page\":1,\"confidence\":0.955},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267.7,2485,1264,2591,1090.3,2585],\"page\":1,\"confidence\":0.941},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034.2,2617,1387.5,2638.2,1380,2763,1026.7,2741.8],\"page\":1,\"confidence\":0.985}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:33:41 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:54:34Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:54:36Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.6893,\"width\":1688,\"height\":3000,\"unit\":\"pixel\"}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.692},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[378.2,292.4,1117.7,468.3,1035.7,812.7,296.3,636.8],\"page\":1,\"confidence\":0.613},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[302,675.8,848.1,793.7,809.9,970.4,263.9,852.5],\"page\":1,\"confidence\":0.99},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"valuePhoneNumber\":\"+19876543210\",\"text\":\"987-654-3210\",\"boundingBox\":[278,1004,656,1057,647,1123,271,1075],\"page\":1,\"confidence\":0.99},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[267,1229,525,1247,517,1332,259,1313],\"page\":1,\"confidence\":0.99},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[541,1248,677,1263,669,1345,533,1333],\"page\":1,\"confidence\":0.977},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[245,1583,299,1585,295,1676,241,1671],\"page\":1,\"confidence\":0.92},\"Name\":{\"type\":\"string\",\"valueString\":\"Cappuccino\",\"text\":\"Cappuccino\",\"boundingBox\":[322,1586,654,1605,648,1689,318,1678],\"page\":1,\"confidence\":0.923},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":2.2,\"text\":\"$2.20\",\"boundingBox\":[1108,1584,1263,1574,1268,1656,1113,1666],\"page\":1,\"confidence\":0.918}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[232,1834,286,1836,285,1920,231,1920],\"page\":1,\"confidence\":0.858},\"Name\":{\"type\":\"string\",\"valueString\":\"BACON & EGGS\",\"text\":\"BACON & EGGS\",\"boundingBox\":[308,1836,746,1841.4,745,1925.4,307,1920],\"page\":1,\"confidence\":0.916},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":9.5,\"text\":\"$9.5\",\"boundingBox\":[1135,1955,1257,1952,1259,2036,1136,2039],\"page\":1,\"confidence\":0.916}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":11.7,\"text\":\"11.70\",\"boundingBox\":[1146,2221,1297,2223,1296,2319,1145,2317],\"page\":1,\"confidence\":0.955},\"Tax\":{\"type\":\"number\",\"valueNumber\":1.17,\"text\":\"1.17\",\"boundingBox\":[1190,2359,1304,2359,1304,2456,1190,2456],\"page\":1,\"confidence\":0.979},\"Tip\":{\"type\":\"number\",\"valueNumber\":1.63,\"text\":\"1.63\",\"boundingBox\":[1094,2479,1267,2485,1264,2591,1091,2585],\"page\":1,\"confidence\":0.941},\"Total\":{\"type\":\"number\",\"valueNumber\":14.5,\"text\":\"$14.50\",\"boundingBox\":[1034,2620,1384,2638,1380,2763,1030,2739],\"page\":1,\"confidence\":0.985}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:54:40 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptSourceUrlWithPngFile.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptSourceUrlWithPngFile.json index 5e0a3168498ec..2cb829154299f 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptSourceUrlWithPngFile.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/recognizeReceiptSourceUrlWithPngFile.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyze?includeTextDetails=true", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyze?includeTextDetails=true&locale=", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "ec9fb898-ca55-48ab-8815-63b1a6de6301", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "320519bc-8147-4d1c-a956-51a564b6f8c4", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "747", + "x-envoy-upstream-service-time" : "1086", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "9f95a71b-c937-4c4e-a9fc-d9d8590f5db4", + "apim-request-id" : "7e28427b-11d2-4db9-8ab6-a1a5ac69c379", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/prebuilt/receipt/analyzeResults/9f95a71b-c937-4c4e-a9fc-d9d8590f5db4", - "Date" : "Thu, 06 Aug 2020 22:30:40 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/7e28427b-11d2-4db9-8ab6-a1a5ac69c379", + "Date" : "Wed, 16 Sep 2020 00:52:16 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/9f95a71b-c937-4c4e-a9fc-d9d8590f5db4", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/7e28427b-11d2-4db9-8ab6-a1a5ac69c379", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "f13f8d58-c40f-4586-bf56-ada572aced2c" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "47052a7e-4f02-49af-a1f8-c8542dd63eb9" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "37", + "x-envoy-upstream-service-time" : "33", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "606a2941-4844-477f-8203-df0f31c783d9", + "apim-request-id" : "d6dfb09a-3160-4cbf-92bd-97a1891bca90", "retry-after" : "0", + "Content-Length" : "8807", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:30:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:44Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.2511,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[619,291,1051,284,1053,384,620,396],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[623,292,1051,284,1052,383,624,397],\"confidence\":0.959}]},{\"text\":\"Contoso\",\"boundingBox\":[322,591,501,601,498,654,319,644],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[328,591,500,602,498,654,325,644],\"confidence\":0.727}]},{\"text\":\"123 Main Street\",\"boundingBox\":[319,690,655,695,654,757,318,752],\"words\":[{\"text\":\"123\",\"boundingBox\":[323,690,387,692,383,754,319,753],\"confidence\":0.958},{\"text\":\"Main\",\"boundingBox\":[399,692,502,694,498,756,395,754],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[514,695,656,698,653,758,510,756],\"confidence\":0.958}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[317,795,751,795,752,859,317,860],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[321,795,523,795,520,861,317,858],\"confidence\":0.57},{\"text\":\"WA\",\"boundingBox\":[535,795,597,795,595,861,532,861],\"confidence\":0.958},{\"text\":\"98052\",\"boundingBox\":[610,795,749,796,747,858,607,861],\"confidence\":0.958}]},{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,618,1011,616,1068,305,1062],\"words\":[{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"confidence\":0.937}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[303,1223,630,1225,629,1289,302,1286],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"confidence\":0.949}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[294,1335,768,1335,768,1401,294,1399],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[302,1336,418,1335,416,1399,301,1399],\"confidence\":0.959},{\"text\":\"Associate:\",\"boundingBox\":[430,1335,649,1336,646,1401,428,1399],\"confidence\":0.95},{\"text\":\"Paul\",\"boundingBox\":[661,1336,767,1336,764,1402,659,1401],\"confidence\":0.959}]},{\"text\":\"1 Surface Pro 6\",\"boundingBox\":[336,1560,679,1561,678,1625,336,1623],\"words\":[{\"text\":\"1\",\"boundingBox\":[337,1560,360,1561,360,1625,337,1625],\"confidence\":0.799},{\"text\":\"Surface\",\"boundingBox\":[373,1561,543,1562,542,1624,373,1625],\"confidence\":0.958},{\"text\":\"Pro\",\"boundingBox\":[555,1562,632,1563,631,1625,555,1624],\"confidence\":0.91},{\"text\":\"6\",\"boundingBox\":[644,1563,676,1563,675,1625,644,1625],\"confidence\":0.762}]},{\"text\":\"256GB / Intel Core i5 /\",\"boundingBox\":[372,1669,846,1669,846,1743,372,1742],\"words\":[{\"text\":\"256GB\",\"boundingBox\":[375,1670,506,1671,504,1740,373,1740],\"confidence\":0.952},{\"text\":\"/\",\"boundingBox\":[520,1671,533,1671,531,1740,517,1740],\"confidence\":0.879},{\"text\":\"Intel\",\"boundingBox\":[547,1671,648,1671,646,1741,545,1740],\"confidence\":0.879},{\"text\":\"Core\",\"boundingBox\":[662,1671,758,1670,756,1743,660,1741],\"confidence\":0.95},{\"text\":\"i5\",\"boundingBox\":[772,1670,809,1670,807,1744,770,1743],\"confidence\":0.817},{\"text\":\"/\",\"boundingBox\":[823,1670,847,1670,846,1744,821,1744],\"confidence\":0.841}]},{\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370,1782,732,1785,731,1853,370,1850],\"words\":[{\"text\":\"8GB\",\"boundingBox\":[374,1783,451,1783,448,1850,370,1850],\"confidence\":0.798},{\"text\":\"RAM\",\"boundingBox\":[465,1783,561,1784,559,1851,461,1850],\"confidence\":0.958},{\"text\":\"(Black)\",\"boundingBox\":[575,1784,731,1785,729,1854,572,1852],\"confidence\":0.959}]},{\"text\":\"$ 999.00\",\"boundingBox\":[937,1785,1139,1790,1137,1862,936,1859],\"words\":[{\"text\":\"$\",\"boundingBox\":[939,1785,959,1785,958,1859,938,1859],\"confidence\":0.895},{\"text\":\"999.00\",\"boundingBox\":[974,1786,1134,1789,1133,1863,973,1860],\"confidence\":0.877}]},{\"text\":\"1 SurfacePen\",\"boundingBox\":[320,2019,627,2013,629,2076,321,2083],\"words\":[{\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"confidence\":0.82},{\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"confidence\":0.928}]},{\"text\":\"$ 99.99\",\"boundingBox\":[967,2028,1128,2029,1127,2091,967,2091],\"words\":[{\"text\":\"$\",\"boundingBox\":[969,2028,994,2028,994,2091,969,2091],\"confidence\":0.888},{\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"confidence\":0.911}]},{\"text\":\"Sub-Total\",\"boundingBox\":[474,2242,697,2244,697,2310,473,2308],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[477,2242,695,2245,694,2310,474,2308],\"confidence\":0.915}]},{\"text\":\"$ 1098.99\",\"boundingBox\":[922,2259,1136,2253,1138,2318,924,2325],\"words\":[{\"text\":\"$\",\"boundingBox\":[924,2261,950,2260,954,2326,928,2326],\"confidence\":0.881},{\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"confidence\":0.942}]},{\"text\":\"Tax\",\"boundingBox\":[570,2355,655,2357,654,2415,568,2413],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[571,2355,654,2357,653,2415,570,2413],\"confidence\":0.958}]},{\"text\":\"$ 104.40\",\"boundingBox\":[941,2368,1134,2364,1137,2433,942,2438],\"words\":[{\"text\":\"$\",\"boundingBox\":[943,2368,966,2367,968,2437,944,2438],\"confidence\":0.892},{\"text\":\"104.40\",\"boundingBox\":[980,2367,1132,2364,1133,2434,982,2437],\"confidence\":0.952}]},{\"text\":\"Total\",\"boundingBox\":[551,2591,672,2584,675,2652,554,2659],\"words\":[{\"text\":\"Total\",\"boundingBox\":[551,2591,668,2584,672,2652,554,2659],\"confidence\":0.727}]},{\"text\":\"$ 1203.39\",\"boundingBox\":[918,2589,1123,2611,1116,2677,912,2656],\"words\":[{\"text\":\"$\",\"boundingBox\":[918,2590,942,2592,936,2659,913,2656],\"confidence\":0.886},{\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"confidence\":0.951}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.659},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[349.3,241.3,1058,284.4,1033.5,687.1,324.8,644],\"page\":1,\"confidence\":0.516,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[319.9,689.9,750.7,697.5,747.8,865.6,317,858],\"page\":1,\"confidence\":0.986,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1011,615.9,1070,304.9,1064],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[303.2,1223.5,506,1224,505.8,1289,303,1288.5],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[518,1225,628.1,1227,627,1291,516.8,1289],\"page\":1,\"confidence\":0.968,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"8GB RAM (Black)\",\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370.7,1781.5,731,1785,730.3,1854,370,1850.6],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":999,\"text\":\"$999.00\",\"boundingBox\":[939,1784.6,1134.4,1788.3,1133,1863,937.6,1859.3],\"page\":1,\"confidence\":0.559,\"elements\":[\"#/readResults/0/lines/10/words/0\",\"#/readResults/0/lines/10/words/1\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[320.8,2020.5,348,2020,349.2,2084,322,2084.5],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"SurfacePen\",\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626.6,2014,628,2077,361.4,2083],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":99.99,\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1127,2091,1007,2091],\"page\":1,\"confidence\":0.386,\"elements\":[\"#/readResults/0/lines/12/words/1\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":1098.99,\"text\":\"1098.99\",\"boundingBox\":[963,2259.5,1136,2254,1138.1,2320,965.1,2325.5],\"page\":1,\"confidence\":0.964,\"elements\":[\"#/readResults/0/lines/14/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":104.4,\"text\":\"$104.40\",\"boundingBox\":[942.6,2367.5,1132,2363.7,1133.4,2434.2,944,2438],\"page\":1,\"confidence\":0.713,\"elements\":[\"#/readResults/0/lines/16/words/0\",\"#/readResults/0/lines/16/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":1203.39,\"text\":\"1203.39\",\"boundingBox\":[955,2593.9,1123,2611,1116.2,2678.1,948.2,2661],\"page\":1,\"confidence\":0.774,\"elements\":[\"#/readResults/0/lines/18/words/1\"]}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:30:45 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:52:16Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:18Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.2511,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[619,291,1051,284,1053,384,620,396],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[623,292,1051,284,1052,383,624,397],\"confidence\":0.959}]},{\"text\":\"Contoso\",\"boundingBox\":[322,591,501,601,498,654,319,644],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[328,591,500,602,498,654,325,644],\"confidence\":0.727}]},{\"text\":\"123 Main Street\",\"boundingBox\":[319,690,655,695,654,757,318,752],\"words\":[{\"text\":\"123\",\"boundingBox\":[323,690,387,692,383,754,319,753],\"confidence\":0.958},{\"text\":\"Main\",\"boundingBox\":[399,692,502,694,498,756,395,754],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[514,695,656,698,653,758,510,756],\"confidence\":0.958}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[317,795,751,795,752,859,317,860],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[321,795,523,795,520,861,317,858],\"confidence\":0.57},{\"text\":\"WA\",\"boundingBox\":[535,795,597,795,595,861,532,861],\"confidence\":0.958},{\"text\":\"98052\",\"boundingBox\":[610,795,749,796,747,858,607,861],\"confidence\":0.958}]},{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,618,1011,616,1068,305,1062],\"words\":[{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"confidence\":0.937}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[303,1223,630,1225,629,1289,302,1286],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"confidence\":0.949}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[294,1335,768,1335,768,1401,294,1399],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[302,1336,418,1335,416,1399,301,1399],\"confidence\":0.959},{\"text\":\"Associate:\",\"boundingBox\":[430,1335,649,1336,646,1401,428,1399],\"confidence\":0.95},{\"text\":\"Paul\",\"boundingBox\":[661,1336,767,1336,764,1402,659,1401],\"confidence\":0.959}]},{\"text\":\"1 Surface Pro 6\",\"boundingBox\":[336,1560,679,1561,678,1625,336,1623],\"words\":[{\"text\":\"1\",\"boundingBox\":[337,1560,360,1561,360,1625,337,1625],\"confidence\":0.799},{\"text\":\"Surface\",\"boundingBox\":[373,1561,543,1562,542,1624,373,1625],\"confidence\":0.958},{\"text\":\"Pro\",\"boundingBox\":[555,1562,632,1563,631,1625,555,1624],\"confidence\":0.91},{\"text\":\"6\",\"boundingBox\":[644,1563,676,1563,675,1625,644,1625],\"confidence\":0.762}]},{\"text\":\"256GB / Intel Core i5 /\",\"boundingBox\":[372,1669,846,1669,846,1743,372,1742],\"words\":[{\"text\":\"256GB\",\"boundingBox\":[375,1670,506,1671,504,1740,373,1740],\"confidence\":0.952},{\"text\":\"/\",\"boundingBox\":[520,1671,533,1671,531,1740,517,1740],\"confidence\":0.879},{\"text\":\"Intel\",\"boundingBox\":[547,1671,648,1671,646,1741,545,1740],\"confidence\":0.879},{\"text\":\"Core\",\"boundingBox\":[662,1671,758,1670,756,1743,660,1741],\"confidence\":0.95},{\"text\":\"i5\",\"boundingBox\":[772,1670,809,1670,807,1744,770,1743],\"confidence\":0.817},{\"text\":\"/\",\"boundingBox\":[823,1670,847,1670,846,1744,821,1744],\"confidence\":0.841}]},{\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370,1782,732,1785,731,1853,370,1850],\"words\":[{\"text\":\"8GB\",\"boundingBox\":[374,1783,451,1783,448,1850,370,1850],\"confidence\":0.798},{\"text\":\"RAM\",\"boundingBox\":[465,1783,561,1784,559,1851,461,1850],\"confidence\":0.958},{\"text\":\"(Black)\",\"boundingBox\":[575,1784,731,1785,729,1854,572,1852],\"confidence\":0.959}]},{\"text\":\"$ 999.00\",\"boundingBox\":[937,1785,1139,1790,1137,1862,936,1859],\"words\":[{\"text\":\"$\",\"boundingBox\":[939,1785,959,1785,958,1859,938,1859],\"confidence\":0.895},{\"text\":\"999.00\",\"boundingBox\":[974,1786,1134,1789,1133,1863,973,1860],\"confidence\":0.877}]},{\"text\":\"1 SurfacePen\",\"boundingBox\":[320,2019,627,2013,629,2076,321,2083],\"words\":[{\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"confidence\":0.82},{\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"confidence\":0.928}]},{\"text\":\"$ 99.99\",\"boundingBox\":[967,2028,1128,2029,1127,2091,967,2091],\"words\":[{\"text\":\"$\",\"boundingBox\":[969,2028,994,2028,994,2091,969,2091],\"confidence\":0.888},{\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"confidence\":0.911}]},{\"text\":\"Sub-Total\",\"boundingBox\":[474,2242,697,2244,697,2310,473,2308],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[477,2242,695,2245,694,2310,474,2308],\"confidence\":0.915}]},{\"text\":\"$ 1098.99\",\"boundingBox\":[922,2259,1136,2253,1138,2318,924,2325],\"words\":[{\"text\":\"$\",\"boundingBox\":[924,2261,950,2260,954,2326,928,2326],\"confidence\":0.881},{\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"confidence\":0.942}]},{\"text\":\"Tax\",\"boundingBox\":[570,2355,655,2357,654,2415,568,2413],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[571,2355,654,2357,653,2415,570,2413],\"confidence\":0.958}]},{\"text\":\"$ 104.40\",\"boundingBox\":[941,2368,1134,2364,1137,2433,942,2438],\"words\":[{\"text\":\"$\",\"boundingBox\":[943,2368,966,2367,968,2437,944,2438],\"confidence\":0.892},{\"text\":\"104.40\",\"boundingBox\":[980,2367,1132,2364,1133,2434,982,2437],\"confidence\":0.952}]},{\"text\":\"Total\",\"boundingBox\":[551,2591,672,2584,675,2652,554,2659],\"words\":[{\"text\":\"Total\",\"boundingBox\":[551,2591,668,2584,672,2652,554,2659],\"confidence\":0.727}]},{\"text\":\"$ 1203.39\",\"boundingBox\":[918,2589,1123,2611,1116,2677,912,2656],\"words\":[{\"text\":\"$\",\"boundingBox\":[918,2590,942,2592,936,2659,913,2656],\"confidence\":0.886},{\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"confidence\":0.951}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.659},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[349.3,241.3,1058,284.4,1033.5,687.1,324.8,644],\"page\":1,\"confidence\":0.516,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[319.9,689.9,750.7,697.5,747.8,865.6,317,858],\"page\":1,\"confidence\":0.986,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"page\":1,\"confidence\":0.968,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"8GB RAM (Black)\",\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370.7,1781.5,731,1785,730.3,1854,370,1850.6],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":999,\"text\":\"$999.00\",\"boundingBox\":[939,1784.6,1134.4,1788.3,1133,1863,937.6,1859.3],\"page\":1,\"confidence\":0.559,\"elements\":[\"#/readResults/0/lines/10/words/0\",\"#/readResults/0/lines/10/words/1\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"SurfacePen\",\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":99.99,\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"page\":1,\"confidence\":0.386,\"elements\":[\"#/readResults/0/lines/12/words/1\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":1098.99,\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"page\":1,\"confidence\":0.964,\"elements\":[\"#/readResults/0/lines/14/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":104.4,\"text\":\"$104.40\",\"boundingBox\":[942.6,2367.5,1132,2363.7,1133.4,2434.2,944,2438],\"page\":1,\"confidence\":0.713,\"elements\":[\"#/readResults/0/lines/16/words/0\",\"#/readResults/0/lines/16/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":1203.39,\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"page\":1,\"confidence\":0.774,\"elements\":[\"#/readResults/0/lines/18/words/1\"]}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:52:21 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//prebuilt/receipt/analyzeResults/9f95a71b-c937-4c4e-a9fc-d9d8590f5db4", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//prebuilt/receipt/analyzeResults/7e28427b-11d2-4db9-8ab6-a1a5ac69c379", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "6954056c-ddab-4cb9-aa5d-d2b78a84ed06" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "764076d3-61a5-4e6c-9e13-4bfc833d057e" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "40", + "x-envoy-upstream-service-time" : "200", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "af22865a-c8eb-49eb-9d76-c928115186ce", + "apim-request-id" : "0a1ce64a-362a-4472-acfb-6604dd5d739c", "retry-after" : "0", + "Content-Length" : "8807", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T22:30:40Z\",\"lastUpdatedDateTime\":\"2020-08-06T22:30:44Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"angle\":0.2511,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"language\":\"en\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[619,291,1051,284,1053,384,620,396],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[623,292,1051,284,1052,383,624,397],\"confidence\":0.959}]},{\"text\":\"Contoso\",\"boundingBox\":[322,591,501,601,498,654,319,644],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[328,591,500,602,498,654,325,644],\"confidence\":0.727}]},{\"text\":\"123 Main Street\",\"boundingBox\":[319,690,655,695,654,757,318,752],\"words\":[{\"text\":\"123\",\"boundingBox\":[323,690,387,692,383,754,319,753],\"confidence\":0.958},{\"text\":\"Main\",\"boundingBox\":[399,692,502,694,498,756,395,754],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[514,695,656,698,653,758,510,756],\"confidence\":0.958}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[317,795,751,795,752,859,317,860],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[321,795,523,795,520,861,317,858],\"confidence\":0.57},{\"text\":\"WA\",\"boundingBox\":[535,795,597,795,595,861,532,861],\"confidence\":0.958},{\"text\":\"98052\",\"boundingBox\":[610,795,749,796,747,858,607,861],\"confidence\":0.958}]},{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,618,1011,616,1068,305,1062],\"words\":[{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"confidence\":0.937}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[303,1223,630,1225,629,1289,302,1286],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"confidence\":0.949}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[294,1335,768,1335,768,1401,294,1399],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[302,1336,418,1335,416,1399,301,1399],\"confidence\":0.959},{\"text\":\"Associate:\",\"boundingBox\":[430,1335,649,1336,646,1401,428,1399],\"confidence\":0.95},{\"text\":\"Paul\",\"boundingBox\":[661,1336,767,1336,764,1402,659,1401],\"confidence\":0.959}]},{\"text\":\"1 Surface Pro 6\",\"boundingBox\":[336,1560,679,1561,678,1625,336,1623],\"words\":[{\"text\":\"1\",\"boundingBox\":[337,1560,360,1561,360,1625,337,1625],\"confidence\":0.799},{\"text\":\"Surface\",\"boundingBox\":[373,1561,543,1562,542,1624,373,1625],\"confidence\":0.958},{\"text\":\"Pro\",\"boundingBox\":[555,1562,632,1563,631,1625,555,1624],\"confidence\":0.91},{\"text\":\"6\",\"boundingBox\":[644,1563,676,1563,675,1625,644,1625],\"confidence\":0.762}]},{\"text\":\"256GB / Intel Core i5 /\",\"boundingBox\":[372,1669,846,1669,846,1743,372,1742],\"words\":[{\"text\":\"256GB\",\"boundingBox\":[375,1670,506,1671,504,1740,373,1740],\"confidence\":0.952},{\"text\":\"/\",\"boundingBox\":[520,1671,533,1671,531,1740,517,1740],\"confidence\":0.879},{\"text\":\"Intel\",\"boundingBox\":[547,1671,648,1671,646,1741,545,1740],\"confidence\":0.879},{\"text\":\"Core\",\"boundingBox\":[662,1671,758,1670,756,1743,660,1741],\"confidence\":0.95},{\"text\":\"i5\",\"boundingBox\":[772,1670,809,1670,807,1744,770,1743],\"confidence\":0.817},{\"text\":\"/\",\"boundingBox\":[823,1670,847,1670,846,1744,821,1744],\"confidence\":0.841}]},{\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370,1782,732,1785,731,1853,370,1850],\"words\":[{\"text\":\"8GB\",\"boundingBox\":[374,1783,451,1783,448,1850,370,1850],\"confidence\":0.798},{\"text\":\"RAM\",\"boundingBox\":[465,1783,561,1784,559,1851,461,1850],\"confidence\":0.958},{\"text\":\"(Black)\",\"boundingBox\":[575,1784,731,1785,729,1854,572,1852],\"confidence\":0.959}]},{\"text\":\"$ 999.00\",\"boundingBox\":[937,1785,1139,1790,1137,1862,936,1859],\"words\":[{\"text\":\"$\",\"boundingBox\":[939,1785,959,1785,958,1859,938,1859],\"confidence\":0.895},{\"text\":\"999.00\",\"boundingBox\":[974,1786,1134,1789,1133,1863,973,1860],\"confidence\":0.877}]},{\"text\":\"1 SurfacePen\",\"boundingBox\":[320,2019,627,2013,629,2076,321,2083],\"words\":[{\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"confidence\":0.82},{\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"confidence\":0.928}]},{\"text\":\"$ 99.99\",\"boundingBox\":[967,2028,1128,2029,1127,2091,967,2091],\"words\":[{\"text\":\"$\",\"boundingBox\":[969,2028,994,2028,994,2091,969,2091],\"confidence\":0.888},{\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"confidence\":0.911}]},{\"text\":\"Sub-Total\",\"boundingBox\":[474,2242,697,2244,697,2310,473,2308],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[477,2242,695,2245,694,2310,474,2308],\"confidence\":0.915}]},{\"text\":\"$ 1098.99\",\"boundingBox\":[922,2259,1136,2253,1138,2318,924,2325],\"words\":[{\"text\":\"$\",\"boundingBox\":[924,2261,950,2260,954,2326,928,2326],\"confidence\":0.881},{\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"confidence\":0.942}]},{\"text\":\"Tax\",\"boundingBox\":[570,2355,655,2357,654,2415,568,2413],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[571,2355,654,2357,653,2415,570,2413],\"confidence\":0.958}]},{\"text\":\"$ 104.40\",\"boundingBox\":[941,2368,1134,2364,1137,2433,942,2438],\"words\":[{\"text\":\"$\",\"boundingBox\":[943,2368,966,2367,968,2437,944,2438],\"confidence\":0.892},{\"text\":\"104.40\",\"boundingBox\":[980,2367,1132,2364,1133,2434,982,2437],\"confidence\":0.952}]},{\"text\":\"Total\",\"boundingBox\":[551,2591,672,2584,675,2652,554,2659],\"words\":[{\"text\":\"Total\",\"boundingBox\":[551,2591,668,2584,672,2652,554,2659],\"confidence\":0.727}]},{\"text\":\"$ 1203.39\",\"boundingBox\":[918,2589,1123,2611,1116,2677,912,2656],\"words\":[{\"text\":\"$\",\"boundingBox\":[918,2590,942,2592,936,2659,913,2656],\"confidence\":0.886},{\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"confidence\":0.951}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.659},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[349.3,241.3,1058,284.4,1033.5,687.1,324.8,644],\"page\":1,\"confidence\":0.516,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[319.9,689.9,750.7,697.5,747.8,865.6,317,858],\"page\":1,\"confidence\":0.986,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1011,615.9,1070,304.9,1064],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[303.2,1223.5,506,1224,505.8,1289,303,1288.5],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[518,1225,628.1,1227,627,1291,516.8,1289],\"page\":1,\"confidence\":0.968,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"8GB RAM (Black)\",\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370.7,1781.5,731,1785,730.3,1854,370,1850.6],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":999,\"text\":\"$999.00\",\"boundingBox\":[939,1784.6,1134.4,1788.3,1133,1863,937.6,1859.3],\"page\":1,\"confidence\":0.559,\"elements\":[\"#/readResults/0/lines/10/words/0\",\"#/readResults/0/lines/10/words/1\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"text\":\"1\",\"boundingBox\":[320.8,2020.5,348,2020,349.2,2084,322,2084.5],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"SurfacePen\",\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626.6,2014,628,2077,361.4,2083],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":99.99,\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1127,2091,1007,2091],\"page\":1,\"confidence\":0.386,\"elements\":[\"#/readResults/0/lines/12/words/1\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":1098.99,\"text\":\"1098.99\",\"boundingBox\":[963,2259.5,1136,2254,1138.1,2320,965.1,2325.5],\"page\":1,\"confidence\":0.964,\"elements\":[\"#/readResults/0/lines/14/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":104.4,\"text\":\"$104.40\",\"boundingBox\":[942.6,2367.5,1132,2363.7,1133.4,2434.2,944,2438],\"page\":1,\"confidence\":0.713,\"elements\":[\"#/readResults/0/lines/16/words/0\",\"#/readResults/0/lines/16/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":1203.39,\"text\":\"1203.39\",\"boundingBox\":[955,2593.9,1123,2611,1116.2,2678.1,948.2,2661],\"page\":1,\"confidence\":0.774,\"elements\":[\"#/readResults/0/lines/18/words/1\"]}}}]}}", - "Date" : "Thu, 06 Aug 2020 22:30:46 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:52:16Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:52:18Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0.2511,\"width\":1688,\"height\":3000,\"unit\":\"pixel\",\"lines\":[{\"text\":\"Contoso\",\"boundingBox\":[619,291,1051,284,1053,384,620,396],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[623,292,1051,284,1052,383,624,397],\"confidence\":0.959}]},{\"text\":\"Contoso\",\"boundingBox\":[322,591,501,601,498,654,319,644],\"words\":[{\"text\":\"Contoso\",\"boundingBox\":[328,591,500,602,498,654,325,644],\"confidence\":0.727}]},{\"text\":\"123 Main Street\",\"boundingBox\":[319,690,655,695,654,757,318,752],\"words\":[{\"text\":\"123\",\"boundingBox\":[323,690,387,692,383,754,319,753],\"confidence\":0.958},{\"text\":\"Main\",\"boundingBox\":[399,692,502,694,498,756,395,754],\"confidence\":0.958},{\"text\":\"Street\",\"boundingBox\":[514,695,656,698,653,758,510,756],\"confidence\":0.958}]},{\"text\":\"Redmond, WA 98052\",\"boundingBox\":[317,795,751,795,752,859,317,860],\"words\":[{\"text\":\"Redmond,\",\"boundingBox\":[321,795,523,795,520,861,317,858],\"confidence\":0.57},{\"text\":\"WA\",\"boundingBox\":[535,795,597,795,595,861,532,861],\"confidence\":0.958},{\"text\":\"98052\",\"boundingBox\":[610,795,749,796,747,858,607,861],\"confidence\":0.958}]},{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,618,1011,616,1068,305,1062],\"words\":[{\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"confidence\":0.937}]},{\"text\":\"6/10/2019 13:59\",\"boundingBox\":[303,1223,630,1225,629,1289,302,1286],\"words\":[{\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"confidence\":0.762},{\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"confidence\":0.949}]},{\"text\":\"Sales Associate: Paul\",\"boundingBox\":[294,1335,768,1335,768,1401,294,1399],\"words\":[{\"text\":\"Sales\",\"boundingBox\":[302,1336,418,1335,416,1399,301,1399],\"confidence\":0.959},{\"text\":\"Associate:\",\"boundingBox\":[430,1335,649,1336,646,1401,428,1399],\"confidence\":0.95},{\"text\":\"Paul\",\"boundingBox\":[661,1336,767,1336,764,1402,659,1401],\"confidence\":0.959}]},{\"text\":\"1 Surface Pro 6\",\"boundingBox\":[336,1560,679,1561,678,1625,336,1623],\"words\":[{\"text\":\"1\",\"boundingBox\":[337,1560,360,1561,360,1625,337,1625],\"confidence\":0.799},{\"text\":\"Surface\",\"boundingBox\":[373,1561,543,1562,542,1624,373,1625],\"confidence\":0.958},{\"text\":\"Pro\",\"boundingBox\":[555,1562,632,1563,631,1625,555,1624],\"confidence\":0.91},{\"text\":\"6\",\"boundingBox\":[644,1563,676,1563,675,1625,644,1625],\"confidence\":0.762}]},{\"text\":\"256GB / Intel Core i5 /\",\"boundingBox\":[372,1669,846,1669,846,1743,372,1742],\"words\":[{\"text\":\"256GB\",\"boundingBox\":[375,1670,506,1671,504,1740,373,1740],\"confidence\":0.952},{\"text\":\"/\",\"boundingBox\":[520,1671,533,1671,531,1740,517,1740],\"confidence\":0.879},{\"text\":\"Intel\",\"boundingBox\":[547,1671,648,1671,646,1741,545,1740],\"confidence\":0.879},{\"text\":\"Core\",\"boundingBox\":[662,1671,758,1670,756,1743,660,1741],\"confidence\":0.95},{\"text\":\"i5\",\"boundingBox\":[772,1670,809,1670,807,1744,770,1743],\"confidence\":0.817},{\"text\":\"/\",\"boundingBox\":[823,1670,847,1670,846,1744,821,1744],\"confidence\":0.841}]},{\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370,1782,732,1785,731,1853,370,1850],\"words\":[{\"text\":\"8GB\",\"boundingBox\":[374,1783,451,1783,448,1850,370,1850],\"confidence\":0.798},{\"text\":\"RAM\",\"boundingBox\":[465,1783,561,1784,559,1851,461,1850],\"confidence\":0.958},{\"text\":\"(Black)\",\"boundingBox\":[575,1784,731,1785,729,1854,572,1852],\"confidence\":0.959}]},{\"text\":\"$ 999.00\",\"boundingBox\":[937,1785,1139,1790,1137,1862,936,1859],\"words\":[{\"text\":\"$\",\"boundingBox\":[939,1785,959,1785,958,1859,938,1859],\"confidence\":0.895},{\"text\":\"999.00\",\"boundingBox\":[974,1786,1134,1789,1133,1863,973,1860],\"confidence\":0.877}]},{\"text\":\"1 SurfacePen\",\"boundingBox\":[320,2019,627,2013,629,2076,321,2083],\"words\":[{\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"confidence\":0.82},{\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"confidence\":0.928}]},{\"text\":\"$ 99.99\",\"boundingBox\":[967,2028,1128,2029,1127,2091,967,2091],\"words\":[{\"text\":\"$\",\"boundingBox\":[969,2028,994,2028,994,2091,969,2091],\"confidence\":0.888},{\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"confidence\":0.911}]},{\"text\":\"Sub-Total\",\"boundingBox\":[474,2242,697,2244,697,2310,473,2308],\"words\":[{\"text\":\"Sub-Total\",\"boundingBox\":[477,2242,695,2245,694,2310,474,2308],\"confidence\":0.915}]},{\"text\":\"$ 1098.99\",\"boundingBox\":[922,2259,1136,2253,1138,2318,924,2325],\"words\":[{\"text\":\"$\",\"boundingBox\":[924,2261,950,2260,954,2326,928,2326],\"confidence\":0.881},{\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"confidence\":0.942}]},{\"text\":\"Tax\",\"boundingBox\":[570,2355,655,2357,654,2415,568,2413],\"words\":[{\"text\":\"Tax\",\"boundingBox\":[571,2355,654,2357,653,2415,570,2413],\"confidence\":0.958}]},{\"text\":\"$ 104.40\",\"boundingBox\":[941,2368,1134,2364,1137,2433,942,2438],\"words\":[{\"text\":\"$\",\"boundingBox\":[943,2368,966,2367,968,2437,944,2438],\"confidence\":0.892},{\"text\":\"104.40\",\"boundingBox\":[980,2367,1132,2364,1133,2434,982,2437],\"confidence\":0.952}]},{\"text\":\"Total\",\"boundingBox\":[551,2591,672,2584,675,2652,554,2659],\"words\":[{\"text\":\"Total\",\"boundingBox\":[551,2591,668,2584,672,2652,554,2659],\"confidence\":0.727}]},{\"text\":\"$ 1203.39\",\"boundingBox\":[918,2589,1123,2611,1116,2677,912,2656],\"words\":[{\"text\":\"$\",\"boundingBox\":[918,2590,942,2592,936,2659,913,2656],\"confidence\":0.886},{\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"confidence\":0.951}]}]}],\"documentResults\":[{\"docType\":\"prebuilt:receipt\",\"pageRange\":[1,1],\"fields\":{\"ReceiptType\":{\"type\":\"string\",\"valueString\":\"Itemized\",\"confidence\":0.659},\"MerchantName\":{\"type\":\"string\",\"valueString\":\"Contoso Contoso\",\"text\":\"Contoso Contoso\",\"boundingBox\":[349.3,241.3,1058,284.4,1033.5,687.1,324.8,644],\"page\":1,\"confidence\":0.516,\"elements\":[\"#/readResults/0/lines/0/words/0\",\"#/readResults/0/lines/1/words/0\"]},\"MerchantAddress\":{\"type\":\"string\",\"valueString\":\"123 Main Street Redmond, WA 98052\",\"text\":\"123 Main Street Redmond, WA 98052\",\"boundingBox\":[319.9,689.9,750.7,697.5,747.8,865.6,317,858],\"page\":1,\"confidence\":0.986,\"elements\":[\"#/readResults/0/lines/2/words/0\",\"#/readResults/0/lines/2/words/1\",\"#/readResults/0/lines/2/words/2\",\"#/readResults/0/lines/3/words/0\",\"#/readResults/0/lines/3/words/1\",\"#/readResults/0/lines/3/words/2\"]},\"MerchantPhoneNumber\":{\"type\":\"phoneNumber\",\"text\":\"123-456-7890\",\"boundingBox\":[306,1005,617,1012,615,1069,305,1064],\"page\":1,\"confidence\":0.99,\"elements\":[\"#/readResults/0/lines/4/words/0\"]},\"TransactionDate\":{\"type\":\"date\",\"valueDate\":\"2019-06-10\",\"text\":\"6/10/2019\",\"boundingBox\":[304,1224,506,1224,504,1289,303,1288],\"page\":1,\"confidence\":0.985,\"elements\":[\"#/readResults/0/lines/5/words/0\"]},\"TransactionTime\":{\"type\":\"time\",\"valueTime\":\"13:59:00\",\"text\":\"13:59\",\"boundingBox\":[518,1225,628,1228,627,1290,517,1289],\"page\":1,\"confidence\":0.968,\"elements\":[\"#/readResults/0/lines/5/words/1\"]},\"Items\":{\"type\":\"array\",\"valueArray\":[{\"type\":\"object\",\"valueObject\":{\"Name\":{\"type\":\"string\",\"valueString\":\"8GB RAM (Black)\",\"text\":\"8GB RAM (Black)\",\"boundingBox\":[370.7,1781.5,731,1785,730.3,1854,370,1850.6],\"page\":1,\"confidence\":0.916,\"elements\":[\"#/readResults/0/lines/9/words/0\",\"#/readResults/0/lines/9/words/1\",\"#/readResults/0/lines/9/words/2\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":999,\"text\":\"$999.00\",\"boundingBox\":[939,1784.6,1134.4,1788.3,1133,1863,937.6,1859.3],\"page\":1,\"confidence\":0.559,\"elements\":[\"#/readResults/0/lines/10/words/0\",\"#/readResults/0/lines/10/words/1\"]}}},{\"type\":\"object\",\"valueObject\":{\"Quantity\":{\"type\":\"number\",\"valueNumber\":1,\"text\":\"1\",\"boundingBox\":[321,2021,348,2020,349,2084,322,2084],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/0\"]},\"Name\":{\"type\":\"string\",\"valueString\":\"SurfacePen\",\"text\":\"SurfacePen\",\"boundingBox\":[360,2020,626,2014,628,2077,362,2083],\"page\":1,\"confidence\":0.858,\"elements\":[\"#/readResults/0/lines/11/words/1\"]},\"TotalPrice\":{\"type\":\"number\",\"valueNumber\":99.99,\"text\":\"99.99\",\"boundingBox\":[1007,2028,1127,2028,1126,2091,1007,2091],\"page\":1,\"confidence\":0.386,\"elements\":[\"#/readResults/0/lines/12/words/1\"]}}}]},\"Subtotal\":{\"type\":\"number\",\"valueNumber\":1098.99,\"text\":\"1098.99\",\"boundingBox\":[963,2260,1136,2254,1137,2320,966,2325],\"page\":1,\"confidence\":0.964,\"elements\":[\"#/readResults/0/lines/14/words/1\"]},\"Tax\":{\"type\":\"number\",\"valueNumber\":104.4,\"text\":\"$104.40\",\"boundingBox\":[942.6,2367.5,1132,2363.7,1133.4,2434.2,944,2438],\"page\":1,\"confidence\":0.713,\"elements\":[\"#/readResults/0/lines/16/words/0\",\"#/readResults/0/lines/16/words/1\"]},\"Total\":{\"type\":\"number\",\"valueNumber\":1203.39,\"text\":\"1203.39\",\"boundingBox\":[955,2594,1123,2611,1115,2678,949,2661],\"page\":1,\"confidence\":0.774,\"elements\":[\"#/readResults/0/lines/18/words/1\"]}}}]}}", + "Date" : "Wed, 16 Sep 2020 00:52:22 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderDefaultPipeline.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderDefaultPipeline.json index e9cb40302e99e..ba2cc3d83795d 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderDefaultPipeline.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderDefaultPipeline.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e7754e17-69e3-490b-ad28-49158fa2f655", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "598a4aba-6950-46a3-b91d-c5dfb7f9cfc8", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "469", + "x-envoy-upstream-service-time" : "185", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "797d545a-222f-46e2-958a-c1f95f221801", + "apim-request-id" : "9ea0bc5f-2233-4b79-950b-cd47337bf91a", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/797d545a-222f-46e2-958a-c1f95f221801", - "Date" : "Thu, 06 Aug 2020 23:06:13 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/9ea0bc5f-2233-4b79-950b-cd47337bf91a", + "Date" : "Wed, 16 Sep 2020 00:51:22 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/797d545a-222f-46e2-958a-c1f95f221801", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/9ea0bc5f-2233-4b79-950b-cd47337bf91a", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "0bc2cf63-c3e8-4c2e-9267-93440d2745a4" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "413bcdc0-9f7a-4b64-afc3-411055d36ea7" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "35", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "0eebbd23-78b7-45c2-a742-88184affaf1f", + "apim-request-id" : "04ad18ac-7634-42a0-962b-de04206d1f7f", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T23:06:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T23:06:16Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 23:06:18 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:23Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:26Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:28 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/797d545a-222f-46e2-958a-c1f95f221801", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/9ea0bc5f-2233-4b79-950b-cd47337bf91a", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "1e1b20db-6647-4333-afd6-b19f9c3063fd" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "f61f8531-c4e2-4246-ac83-53c08116bd1e" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "21", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "40c7062a-a597-4e9e-b71c-0bf09d9dc8f3", + "apim-request-id" : "bc69ddb1-3a38-48f6-8a87-b8b3cf560626", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T23:06:14Z\",\"lastUpdatedDateTime\":\"2020-08-06T23:06:19Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 23:06:19 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:23Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:26Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:28 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderInvalidEndpoint.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderInvalidEndpoint.json index 36255d2be77ad..b34143c2546c3 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderInvalidEndpoint.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderInvalidEndpoint.json @@ -1,55 +1,55 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "cf7ae78a-4795-4c2e-a428-640ec6a11538", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ea253a21-720c-45e6-8c04-194969fe133d", "Content-Type" : "application/json" }, "Response" : null, "Exception" : { - "ClassName" : "io.netty.channel.AbstractChannel$AnnotatedConnectException", - "ErrorMessage" : "Connection refused: no further information: notreal.azure.com/23.202.231.169:443" + "ClassName" : "java.net.UnknownHostException", + "ErrorMessage" : "No such host is known (notreal.azure.com)" } }, { "Method" : "POST", - "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "cf7ae78a-4795-4c2e-a428-640ec6a11538", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ea253a21-720c-45e6-8c04-194969fe133d", "Content-Type" : "application/json" }, "Response" : null, "Exception" : { - "ClassName" : "io.netty.channel.AbstractChannel$AnnotatedConnectException", - "ErrorMessage" : "Connection refused: no further information: notreal.azure.com/23.202.231.169:443" + "ClassName" : "java.net.UnknownHostException", + "ErrorMessage" : "notreal.azure.com" } }, { "Method" : "POST", - "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "cf7ae78a-4795-4c2e-a428-640ec6a11538", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ea253a21-720c-45e6-8c04-194969fe133d", "Content-Type" : "application/json" }, "Response" : null, "Exception" : { - "ClassName" : "io.netty.channel.AbstractChannel$AnnotatedConnectException", - "ErrorMessage" : "Connection refused: no further information: notreal.azure.com/23.202.231.169:443" + "ClassName" : "java.net.UnknownHostException", + "ErrorMessage" : "notreal.azure.com" } }, { "Method" : "POST", - "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "cf7ae78a-4795-4c2e-a428-640ec6a11538", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "ea253a21-720c-45e6-8c04-194969fe133d", "Content-Type" : "application/json" }, "Response" : null, "Exception" : { - "ClassName" : "io.netty.channel.AbstractChannel$AnnotatedConnectException", - "ErrorMessage" : "Connection refused: no further information: notreal.azure.com/23.202.231.169:443" + "ClassName" : "java.net.UnknownHostException", + "ErrorMessage" : "notreal.azure.com" } } ], "variables" : [ ] diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderInvalidKeyCredential.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderInvalidKeyCredential.json index 8f9e82e353dd7..f16f91ba89e24 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderInvalidKeyCredential.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderInvalidKeyCredential.json @@ -1,17 +1,17 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models?op=summary", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models?op=summary", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "91c06b62-3968-47dd-885d-61d64feb2a39" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "a3fe7611-e226-4627-89b0-98652e3640ab" }, "Response" : { "retry-after" : "0", "Content-Length" : "224", "StatusCode" : "401", "Body" : "{\"error\":{\"code\":\"401\",\"message\":\"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource.\"}}", - "Date" : "Thu, 06 Aug 2020 22:41:13 GMT" + "Date" : "Wed, 16 Sep 2020 00:51:23 GMT" }, "Exception" : null } ], diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderNullServiceVersion.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderNullServiceVersion.json index 696bd84a6baad..aa1d297600505 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderNullServiceVersion.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderNullServiceVersion.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "daeee575-d70a-4448-9beb-2bb4799fa533", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "124a7c8c-9a8a-4110-beae-0f1704e71e9d", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "517", + "x-envoy-upstream-service-time" : "429", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "2faaf516-5817-484a-8838-909ff3825b4b", + "apim-request-id" : "9983bb62-a6fe-43c9-88c5-10ed57db378d", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/2faaf516-5817-484a-8838-909ff3825b4b", - "Date" : "Thu, 06 Aug 2020 23:05:25 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/9983bb62-a6fe-43c9-88c5-10ed57db378d", + "Date" : "Wed, 16 Sep 2020 00:51:10 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/2faaf516-5817-484a-8838-909ff3825b4b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/9983bb62-a6fe-43c9-88c5-10ed57db378d", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "2bfe21d0-fdd7-4307-9c7b-0fe941f79d26" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "946ce44e-154e-4459-9fe4-66f92c20a30a" }, "Response" : { - "Transfer-Encoding" : "chunked", "x-envoy-upstream-service-time" : "30", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "a41f88c1-8a5a-4088-bce9-4863cd162477", + "apim-request-id" : "1e14093a-b395-4627-a7cf-b089774ad0b1", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T23:05:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T23:05:31Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 23:05:30 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:13Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:15 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/2faaf516-5817-484a-8838-909ff3825b4b", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/9983bb62-a6fe-43c9-88c5-10ed57db378d", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e8035026-9584-4654-b024-e73f08029f77" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "219d1154-9358-45ed-a829-6fa52a08ef6b" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "20", + "x-envoy-upstream-service-time" : "31", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "605c8387-6de1-4b40-9213-0c0a5ce19a3c", + "apim-request-id" : "5d55dd1d-8441-4e64-9c94-e31584cf65ea", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T23:05:25Z\",\"lastUpdatedDateTime\":\"2020-08-06T23:05:31Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 23:05:30 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:10Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:13Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:16 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderRotateToInvalidKey.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderRotateToInvalidKey.json index dd0f11ccf30ec..2719ba2faa887 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderRotateToInvalidKey.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderRotateToInvalidKey.json @@ -1,17 +1,17 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models?op=summary", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models?op=summary", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "5472f6a3-3d48-4a82-8a02-2dd11e4251f7" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "714b4af9-d3f7-4400-8478-ae3c65b32de1" }, "Response" : { "retry-after" : "0", "Content-Length" : "224", "StatusCode" : "401", "Body" : "{\"error\":{\"code\":\"401\",\"message\":\"Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource.\"}}", - "Date" : "Thu, 06 Aug 2020 22:41:13 GMT" + "Date" : "Wed, 16 Sep 2020 00:51:22 GMT" }, "Exception" : null } ], diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderRotateToValidKey.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderRotateToValidKey.json index 9c820b0fd72cd..f5ed4219c00cd 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderRotateToValidKey.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/trainingClientBuilderRotateToValidKey.json @@ -1,61 +1,61 @@ { "networkCallRecords" : [ { "Method" : "POST", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyze", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyze", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "1db91480-74a5-49b9-b1d9-55aa4fe36d78", + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "16aaf240-4eda-401e-b8d3-1d17930b575d", "Content-Type" : "application/json" }, "Response" : { - "x-envoy-upstream-service-time" : "465", + "x-envoy-upstream-service-time" : "147", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "7968375f-58a4-4175-9798-5afdd0866e7a", + "apim-request-id" : "88355053-e799-4ec0-a489-0457512458b4", "retry-after" : "0", "Content-Length" : "0", "StatusCode" : "202", - "Operation-Location" : "https://westus2formrecognizershawn.cognitiveservices.azure.com/formrecognizer/v2.0/layout/analyzeResults/7968375f-58a4-4175-9798-5afdd0866e7a", - "Date" : "Thu, 06 Aug 2020 23:04:27 GMT" + "Operation-Location" : "https://shafangfr.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/88355053-e799-4ec0-a489-0457512458b4", + "Date" : "Wed, 16 Sep 2020 00:51:16 GMT" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/7968375f-58a4-4175-9798-5afdd0866e7a", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/88355053-e799-4ec0-a489-0457512458b4", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "369e3b7d-3fe0-4cab-a46d-65f5dd634080" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "7f4058a2-a638-47ea-9ed9-dbb78718581f" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "22", + "x-envoy-upstream-service-time" : "19", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "70efaaa1-59dc-4bbc-9cf9-a0d8657ded2c", + "apim-request-id" : "b503de6e-beff-4375-99c1-39a605c7e2d7", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T23:04:28Z\",\"lastUpdatedDateTime\":\"2020-08-06T23:04:33Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 23:04:32 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:16Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:20Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:21 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null }, { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//layout/analyzeResults/7968375f-58a4-4175-9798-5afdd0866e7a", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//layout/analyzeResults/88355053-e799-4ec0-a489-0457512458b4", "Headers" : { - "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "e2e13c9b-b077-468e-b5ff-12d0efdb4ef8" + "User-Agent" : "azsdk-java-azure-ai-formrecognizer/3.1.0-beta.1 (11.0.5; Windows 10; 10.0)", + "x-ms-client-request-id" : "eb25c4fe-c0bd-4764-90cd-dd74efb2710b" }, "Response" : { - "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "23", + "x-envoy-upstream-service-time" : "20", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "3e2d234e-5317-44ea-851e-b274695950ca", + "apim-request-id" : "9dc6b7e5-85f3-48c5-8d07-3e3176ebb10c", "retry-after" : "0", + "Content-Length" : "21135", "StatusCode" : "200", - "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-08-06T23:04:28Z\",\"lastUpdatedDateTime\":\"2020-08-06T23:04:33Z\",\"analyzeResult\":{\"version\":\"2.0.0\",\"readResults\":[{\"page\":1,\"language\":\"en\",\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[137,140,351,140,351,167,137,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,263,140,263,168,138,166],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[271,140,351,140,351,168,272,168],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[620,204,1073,201,1074,264,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[622,207,788,204,787,266,621,266],\"text\":\"Hero\",\"confidence\":0.959},{\"boundingBox\":[811,204,1075,202,1075,266,811,266],\"text\":\"Limited\",\"confidence\":0.959}]},{\"boundingBox\":[165,351,529,350,530,377,165,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[167,352,275,351,275,379,167,379],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[281,351,362,351,362,378,280,379],\"text\":\"Phone:\",\"confidence\":0.958},{\"boundingBox\":[367,351,529,352,529,374,367,378],\"text\":\"555-348-6512\",\"confidence\":0.946}]},{\"boundingBox\":[1114,320,1551,320,1551,370,1114,370],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1115,322,1377,320,1377,371,1117,371],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1396,321,1550,321,1549,371,1396,371],\"text\":\"Order\",\"confidence\":0.959}]},{\"boundingBox\":[167,392,534,392,534,419,167,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[168,392,270,393,269,419,167,418],\"text\":\"Website:\",\"confidence\":0.957},{\"boundingBox\":[275,393,528,393,529,418,274,419],\"text\":\"www.herolimited.com\",\"confidence\":0.872}]},{\"boundingBox\":[164,437,236,437,236,459,164,459],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,437,236,437,237,460,165,459],\"text\":\"Email:\",\"confidence\":0.959}]},{\"boundingBox\":[1025,420,1317,419,1317,449,1025,449],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1026,420,1112,421,1112,450,1025,449],\"text\":\"Dated\",\"confidence\":0.959},{\"boundingBox\":[1118,421,1163,421,1163,450,1117,450],\"text\":\"As:\",\"confidence\":0.957},{\"boundingBox\":[1169,421,1317,420,1317,450,1168,450],\"text\":\"12/20/2020\",\"confidence\":0.958}]},{\"boundingBox\":[166,480,482,479,482,502,166,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[166,484,475,480,473,503,166,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.856}]},{\"boundingBox\":[1025,461,1376,461,1376,488,1025,490],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1027,463,1154,461,1153,490,1026,489],\"text\":\"Purchase\",\"confidence\":0.959},{\"boundingBox\":[1161,461,1241,461,1240,490,1160,490],\"text\":\"Order\",\"confidence\":0.959},{\"boundingBox\":[1246,461,1278,461,1277,489,1246,489],\"text\":\"#:\",\"confidence\":0.959},{\"boundingBox\":[1283,461,1377,462,1376,488,1282,489],\"text\":\"948284\",\"confidence\":0.959}]},{\"boundingBox\":[166,546,397,546,397,594,166,594],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,546,336,548,337,593,168,595],\"text\":\"Shipped\",\"confidence\":0.959},{\"boundingBox\":[346,548,396,548,397,593,347,593],\"text\":\"To\",\"confidence\":0.959}]},{\"boundingBox\":[160,608,518,608,518,640,160,640],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[162,610,257,610,255,640,160,637],\"text\":\"Vendor\",\"confidence\":0.959},{\"boundingBox\":[262,610,347,610,346,641,261,640],\"text\":\"Name:\",\"confidence\":0.959},{\"boundingBox\":[352,610,434,609,433,641,351,641],\"text\":\"Hillary\",\"confidence\":0.959},{\"boundingBox\":[439,609,518,609,517,640,438,641],\"text\":\"Swank\",\"confidence\":0.954}]},{\"boundingBox\":[160,648,628,645,629,680,160,682],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[162,648,282,647,281,681,161,678],\"text\":\"Company\",\"confidence\":0.959},{\"boundingBox\":[288,647,373,647,372,682,287,682],\"text\":\"Name:\",\"confidence\":0.911},{\"boundingBox\":[379,647,456,647,455,682,378,682],\"text\":\"Higgly\",\"confidence\":0.959},{\"boundingBox\":[462,647,549,646,548,679,461,682],\"text\":\"Wiggly\",\"confidence\":0.959},{\"boundingBox\":[555,646,629,646,628,676,554,679],\"text\":\"Books\",\"confidence\":0.959}]},{\"boundingBox\":[161,684,526,684,526,712,161,712],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[162,685,271,685,271,713,162,712],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[277,685,324,685,324,713,277,713],\"text\":\"938\",\"confidence\":0.947},{\"boundingBox\":[330,685,365,685,365,713,329,713],\"text\":\"NE\",\"confidence\":0.958},{\"boundingBox\":[370,685,456,685,456,713,370,713],\"text\":\"Burner\",\"confidence\":0.958},{\"boundingBox\":[462,685,526,686,526,713,461,713],\"text\":\"Road\",\"confidence\":0.958}]},{\"boundingBox\":[274,722,603,720,604,751,274,754],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,723,375,721,374,754,278,754],\"text\":\"Boulder\",\"confidence\":0.959},{\"boundingBox\":[381,721,437,721,436,753,380,754],\"text\":\"City,\",\"confidence\":0.959},{\"boundingBox\":[443,721,479,721,478,753,442,753],\"text\":\"CO\",\"confidence\":0.886},{\"boundingBox\":[485,721,568,721,568,751,484,753],\"text\":\"92848\",\"confidence\":0.937}]},{\"boundingBox\":[612,721,884,721,884,749,612,749],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[614,722,707,722,707,750,614,750],\"text\":\"Phone:\",\"confidence\":0.952},{\"boundingBox\":[713,722,884,722,884,749,713,750],\"text\":\"938-294-2949\",\"confidence\":0.956}]},{\"boundingBox\":[165,783,451,783,451,827,166,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,336,784,335,829,166,830],\"text\":\"Shipped\",\"confidence\":0.867},{\"boundingBox\":[345,784,441,783,440,825,344,829],\"text\":\"From\",\"confidence\":0.918}]},{\"boundingBox\":[165,851,446,851,446,881,165,880],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,851,252,853,251,880,165,881],\"text\":\"Name:\",\"confidence\":0.956},{\"boundingBox\":[258,853,339,854,337,880,257,880],\"text\":\"Bernie\",\"confidence\":0.958},{\"boundingBox\":[345,854,447,853,445,881,343,880],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[164,889,629,889,629,920,164,920],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[167,891,287,890,287,920,166,920],\"text\":\"Company\",\"confidence\":0.958},{\"boundingBox\":[293,890,376,890,375,921,292,920],\"text\":\"Name:\",\"confidence\":0.958},{\"boundingBox\":[382,890,470,890,469,921,381,921],\"text\":\"Jupiter\",\"confidence\":0.958},{\"boundingBox\":[476,890,540,890,539,921,475,921],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[546,890,629,890,629,921,545,921],\"text\":\"Supply\",\"confidence\":0.947}]},{\"boundingBox\":[164,926,520,926,520,953,164,953],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,927,277,927,277,953,165,954],\"text\":\"Address:\",\"confidence\":0.958},{\"boundingBox\":[283,927,330,927,329,953,282,953],\"text\":\"383\",\"confidence\":0.958},{\"boundingBox\":[335,927,353,927,352,953,334,953],\"text\":\"N\",\"confidence\":0.888},{\"boundingBox\":[362,927,452,927,451,954,361,953],\"text\":\"Kinnick\",\"confidence\":0.958},{\"boundingBox\":[457,927,521,927,521,954,457,954],\"text\":\"Road\",\"confidence\":0.959}]},{\"boundingBox\":[280,964,516,964,516,991,280,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[284,965,381,965,380,992,283,992],\"text\":\"Seattle,\",\"confidence\":0.959},{\"boundingBox\":[386,965,432,965,431,992,385,992],\"text\":\"WA\",\"confidence\":0.944},{\"boundingBox\":[438,965,516,964,515,991,437,992],\"text\":\"38383\",\"confidence\":0.959}]},{\"boundingBox\":[759,963,1036,963,1036,991,759,991],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[761,964,854,963,852,991,760,990],\"text\":\"Phone:\",\"confidence\":0.959},{\"boundingBox\":[859,963,1034,964,1032,991,857,991],\"text\":\"932-299-0292\",\"confidence\":0.953}]},{\"boundingBox\":[447,1045,557,1045,557,1079,447,1079],\"text\":\"Details\",\"words\":[{\"boundingBox\":[448,1048,555,1046,556,1080,449,1079],\"text\":\"Details\",\"confidence\":0.959}]},{\"boundingBox\":[889,1045,1030,1046,1030,1084,889,1084],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[889,1046,1029,1046,1027,1084,890,1083],\"text\":\"Quantity\",\"confidence\":0.959}]},{\"boundingBox\":[1114,1046,1271,1047,1271,1078,1114,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1114,1048,1184,1047,1184,1078,1114,1078],\"text\":\"Unit\",\"confidence\":0.959},{\"boundingBox\":[1190,1047,1271,1047,1271,1079,1190,1078],\"text\":\"Price\",\"confidence\":0.958}]},{\"boundingBox\":[1384,1047,1469,1046,1470,1076,1385,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1387,1047,1470,1046,1470,1076,1387,1077],\"text\":\"Total\",\"confidence\":0.858}]},{\"boundingBox\":[172,1094,280,1096,279,1124,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1124,172,1121],\"text\":\"Bindings\",\"confidence\":0.959}]},{\"boundingBox\":[859,1091,894,1089,895,1118,860,1120],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1091,893,1089,895,1118,863,1120],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1241,1095,1296,1094,1296,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1242,1094,1295,1094,1295,1118,1242,1118],\"text\":\"1.00\",\"confidence\":0.958}]},{\"boundingBox\":[1459,1095,1531,1093,1531,1118,1459,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1094,1530,1093,1531,1118,1460,1119],\"text\":\"20.00\",\"confidence\":0.957}]},{\"boundingBox\":[169,1135,329,1134,329,1162,169,1163],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[173,1135,257,1135,256,1163,172,1163],\"text\":\"Covers\",\"confidence\":0.959},{\"boundingBox\":[262,1135,329,1134,328,1163,262,1163],\"text\":\"Small\",\"confidence\":0.958}]},{\"boundingBox\":[860,1137,893,1135,893,1158,861,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[862,1137,892,1135,893,1158,863,1160],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1136,1294,1135,1294,1159,1239,1159],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1243,1135,1293,1135,1293,1159,1243,1159],\"text\":\"1.00\",\"confidence\":0.908}]},{\"boundingBox\":[1457,1136,1532,1135,1532,1159,1457,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1459,1136,1529,1135,1530,1160,1459,1160],\"text\":\"20.00\",\"confidence\":0.958}]},{\"boundingBox\":[170,1179,400,1178,400,1205,170,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[172,1180,271,1180,270,1206,171,1206],\"text\":\"Feather\",\"confidence\":0.959},{\"boundingBox\":[276,1180,401,1179,400,1206,275,1206],\"text\":\"Bookmark\",\"confidence\":0.949}]},{\"boundingBox\":[863,1181,893,1180,893,1202,863,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1181,892,1180,892,1202,863,1203],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1239,1179,1295,1179,1295,1202,1239,1202],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1179,1294,1179,1294,1202,1241,1202],\"text\":\"5,00\",\"confidence\":0.423}]},{\"boundingBox\":[1443,1180,1531,1179,1532,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1446,1181,1530,1180,1529,1203,1446,1204],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[168,1222,429,1221,429,1250,168,1252],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[173,1223,263,1222,263,1252,172,1253],\"text\":\"Copper\",\"confidence\":0.959},{\"boundingBox\":[269,1222,332,1222,332,1251,269,1252],\"text\":\"Swirl\",\"confidence\":0.954},{\"boundingBox\":[338,1222,430,1222,430,1249,338,1251],\"text\":\"Marker\",\"confidence\":0.956}]},{\"boundingBox\":[861,1223,893,1222,893,1246,861,1248],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1223,892,1222,893,1246,862,1247],\"text\":\"20\",\"confidence\":0.958}]},{\"boundingBox\":[1240,1222,1295,1223,1295,1246,1240,1245],\"text\":\"5,00\",\"words\":[{\"boundingBox\":[1241,1222,1294,1223,1293,1246,1240,1245],\"text\":\"5,00\",\"confidence\":0.424}]},{\"boundingBox\":[1443,1222,1531,1222,1531,1247,1443,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1445,1223,1529,1222,1529,1248,1444,1248],\"text\":\"100.00\",\"confidence\":0.959}]},{\"boundingBox\":[1148,1574,1296,1574,1296,1599,1148,1599],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1149,1574,1295,1575,1295,1600,1149,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1428,1571,1530,1570,1531,1598,1428,1599],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1429,1572,1530,1570,1529,1599,1429,1599],\"text\":\"$140.00\",\"confidence\":0.957}]},{\"boundingBox\":[1238,1619,1295,1618,1295,1642,1237,1642],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1241,1618,1294,1618,1294,1641,1241,1642],\"text\":\"TAX\",\"confidence\":0.958}]},{\"boundingBox\":[1460,1616,1531,1614,1531,1641,1460,1641],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1461,1615,1530,1614,1530,1641,1461,1642],\"text\":\"$4.00\",\"confidence\":0.939}]},{\"boundingBox\":[481,1670,764,1670,764,1708,481,1708],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[483,1672,603,1671,602,1707,482,1707],\"text\":\"Bernie\",\"confidence\":0.909},{\"boundingBox\":[614,1671,764,1670,763,1709,613,1708],\"text\":\"Sanders\",\"confidence\":0.958}]},{\"boundingBox\":[1204,1672,1296,1672,1296,1699,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1207,1674,1295,1672,1296,1700,1207,1699],\"text\":\"TOTAL\",\"confidence\":0.959}]},{\"boundingBox\":[1426,1670,1530,1669,1530,1695,1426,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1429,1671,1529,1669,1530,1696,1429,1697],\"text\":\"$144.00\",\"confidence\":0.949}]},{\"boundingBox\":[543,1718,716,1719,716,1743,543,1742],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[544,1719,621,1719,621,1743,544,1743],\"text\":\"Bernie\",\"confidence\":0.959},{\"boundingBox\":[626,1719,717,1720,716,1744,626,1743],\"text\":\"Sanders\",\"confidence\":0.959}]},{\"boundingBox\":[581,1754,681,1756,680,1777,581,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[582,1755,681,1756,680,1778,581,1776],\"text\":\"Manager\",\"confidence\":0.957}]},{\"boundingBox\":[173,1796,480,1797,480,1832,173,1830],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[175,1798,360,1797,360,1833,174,1830],\"text\":\"Additional\",\"confidence\":0.959},{\"boundingBox\":[366,1797,481,1800,481,1832,366,1833],\"text\":\"Notes:\",\"confidence\":0.944}]},{\"boundingBox\":[173,1879,705,1880,705,1912,173,1910],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[176,1883,209,1882,208,1907,174,1906],\"text\":\"Do\",\"confidence\":0.959},{\"boundingBox\":[215,1882,261,1881,260,1908,214,1907],\"text\":\"not\",\"confidence\":0.951},{\"boundingBox\":[266,1881,336,1881,335,1909,265,1908],\"text\":\"Jostle\",\"confidence\":0.958},{\"boundingBox\":[342,1881,403,1880,402,1910,341,1909],\"text\":\"Box.\",\"confidence\":0.892},{\"boundingBox\":[410,1880,504,1880,503,1912,408,1911],\"text\":\"Unpack\",\"confidence\":0.959},{\"boundingBox\":[510,1880,628,1880,627,1913,509,1912],\"text\":\"carefully.\",\"confidence\":0.958},{\"boundingBox\":[633,1880,705,1881,704,1913,632,1913],\"text\":\"Enjoy.\",\"confidence\":0.959}]},{\"boundingBox\":[172,1923,1508,1924,1508,1959,172,1959],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[172,1925,273,1925,273,1959,172,1959],\"text\":\"Jupiter\",\"confidence\":0.955},{\"boundingBox\":[280,1924,359,1924,359,1959,280,1959],\"text\":\"Book\",\"confidence\":0.959},{\"boundingBox\":[366,1924,468,1924,467,1959,366,1959],\"text\":\"Supply\",\"confidence\":0.959},{\"boundingBox\":[474,1924,522,1924,521,1959,474,1959],\"text\":\"will\",\"confidence\":0.959},{\"boundingBox\":[529,1924,628,1924,628,1959,528,1959],\"text\":\"refund\",\"confidence\":0.958},{\"boundingBox\":[635,1924,692,1924,691,1959,634,1959],\"text\":\"you\",\"confidence\":0.958},{\"boundingBox\":[698,1924,762,1924,761,1959,698,1959],\"text\":\"50%\",\"confidence\":0.955},{\"boundingBox\":[773,1924,823,1924,822,1959,772,1959],\"text\":\"per\",\"confidence\":0.958},{\"boundingBox\":[830,1924,904,1924,903,1959,829,1959],\"text\":\"book\",\"confidence\":0.959},{\"boundingBox\":[911,1924,932,1924,931,1959,910,1959],\"text\":\"if\",\"confidence\":0.909},{\"boundingBox\":[938,1924,1065,1924,1064,1959,937,1959],\"text\":\"returned\",\"confidence\":0.959},{\"boundingBox\":[1072,1924,1160,1924,1159,1959,1071,1959],\"text\":\"within\",\"confidence\":0.959},{\"boundingBox\":[1167,1924,1208,1924,1206,1960,1166,1959],\"text\":\"60\",\"confidence\":0.929},{\"boundingBox\":[1215,1924,1287,1924,1285,1960,1213,1960],\"text\":\"days\",\"confidence\":0.959},{\"boundingBox\":[1294,1924,1323,1924,1322,1960,1292,1960],\"text\":\"of\",\"confidence\":0.958},{\"boundingBox\":[1330,1924,1443,1924,1441,1960,1328,1960],\"text\":\"reading\",\"confidence\":0.959},{\"boundingBox\":[1450,1924,1508,1924,1506,1960,1448,1960],\"text\":\"and\",\"confidence\":0.958}]},{\"boundingBox\":[169,1957,786,1957,786,1993,169,1993],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[171,1959,239,1958,238,1992,170,1991],\"text\":\"offer\",\"confidence\":0.959},{\"boundingBox\":[245,1958,302,1958,300,1993,244,1992],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[308,1958,371,1958,369,1994,307,1993],\"text\":\"25%\",\"confidence\":0.934},{\"boundingBox\":[385,1958,425,1958,424,1994,384,1994],\"text\":\"off\",\"confidence\":0.958},{\"boundingBox\":[431,1958,488,1958,487,1994,430,1994],\"text\":\"you\",\"confidence\":0.959},{\"boundingBox\":[494,1958,559,1958,558,1994,493,1994],\"text\":\"next\",\"confidence\":0.959},{\"boundingBox\":[565,1958,632,1959,631,1993,564,1994],\"text\":\"total\",\"confidence\":0.959},{\"boundingBox\":[638,1959,785,1960,785,1990,637,1993],\"text\":\"purchase.\",\"confidence\":0.959}]}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[482,1658,1072,1658,1072,1708,482,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5,00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", - "Date" : "Thu, 06 Aug 2020 23:04:32 GMT", + "Body" : "{\"status\":\"succeeded\",\"createdDateTime\":\"2020-09-16T00:51:16Z\",\"lastUpdatedDateTime\":\"2020-09-16T00:51:20Z\",\"analyzeResult\":{\"version\":\"2.1.0\",\"readResults\":[{\"page\":1,\"angle\":0,\"width\":1700,\"height\":2200,\"unit\":\"pixel\",\"lines\":[{\"boundingBox\":[136,139,351,138,351,166,136,166],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[137,140,264,139,263,167,137,167],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[269,139,351,139,351,167,269,167],\"text\":\"Order\",\"confidence\":0.986}]},{\"boundingBox\":[620,205,1074,204,1075,265,620,266],\"text\":\"Hero Limited\",\"words\":[{\"boundingBox\":[621,208,794,205,793,266,620,266],\"text\":\"Hero\",\"confidence\":0.987},{\"boundingBox\":[806,205,1075,205,1074,266,805,266],\"text\":\"Limited\",\"confidence\":0.985}]},{\"boundingBox\":[1112,321,1554,321,1554,369,1112,369],\"text\":\"Purchase Order\",\"words\":[{\"boundingBox\":[1113,322,1381,321,1380,370,1113,368],\"text\":\"Purchase\",\"confidence\":0.983},{\"boundingBox\":[1390,321,1554,321,1553,370,1389,370],\"text\":\"Order\",\"confidence\":0.983}]},{\"boundingBox\":[163,352,528,350,528,376,163,379],\"text\":\"Company Phone: 555-348-6512\",\"words\":[{\"boundingBox\":[163,353,274,351,275,379,164,378],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[279,351,359,351,360,378,280,378],\"text\":\"Phone:\",\"confidence\":0.984},{\"boundingBox\":[364,351,528,351,528,374,364,378],\"text\":\"555-348-6512\",\"confidence\":0.975}]},{\"boundingBox\":[166,393,533,393,533,418,166,418],\"text\":\"Website: www.herolimited.com\",\"words\":[{\"boundingBox\":[167,394,269,393,269,418,167,417],\"text\":\"Website:\",\"confidence\":0.981},{\"boundingBox\":[273,393,531,393,530,418,273,418],\"text\":\"www.herolimited.com\",\"confidence\":0.945}]},{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"words\":[{\"boundingBox\":[165,435,237,435,237,460,165,460],\"text\":\"Email:\",\"confidence\":0.985}]},{\"boundingBox\":[1024,419,1317,420,1317,448,1024,448],\"text\":\"Dated As: 12/20/2020\",\"words\":[{\"boundingBox\":[1025,421,1108,420,1108,448,1025,448],\"text\":\"Dated\",\"confidence\":0.986},{\"boundingBox\":[1114,420,1160,420,1160,448,1114,448],\"text\":\"As:\",\"confidence\":0.987},{\"boundingBox\":[1165,420,1317,421,1316,449,1165,448],\"text\":\"12/20/2020\",\"confidence\":0.982}]},{\"boundingBox\":[164,479,482,478,483,502,164,503],\"text\":\"accounts@herolimited.com\",\"words\":[{\"boundingBox\":[164,481,478,479,478,503,165,503],\"text\":\"accounts@herolimited.com\",\"confidence\":0.952}]},{\"boundingBox\":[1023,461,1376,461,1376,489,1023,488],\"text\":\"Purchase Order #: 948284\",\"words\":[{\"boundingBox\":[1023,461,1152,461,1152,489,1023,488],\"text\":\"Purchase\",\"confidence\":0.984},{\"boundingBox\":[1157,461,1238,461,1239,489,1157,489],\"text\":\"Order\",\"confidence\":0.986},{\"boundingBox\":[1244,461,1272,461,1272,489,1244,489],\"text\":\"#:\",\"confidence\":0.987},{\"boundingBox\":[1277,461,1376,462,1376,489,1277,489],\"text\":\"948284\",\"confidence\":0.983}]},{\"boundingBox\":[167,547,397,546,397,591,167,592],\"text\":\"Shipped To\",\"words\":[{\"boundingBox\":[167,547,333,547,332,592,168,592],\"text\":\"Shipped\",\"confidence\":0.985},{\"boundingBox\":[341,547,397,547,396,591,341,592],\"text\":\"To\",\"confidence\":0.988}]},{\"boundingBox\":[159,609,520,609,520,638,159,638],\"text\":\"Vendor Name: Hillary Swank\",\"words\":[{\"boundingBox\":[160,611,254,610,254,638,160,637],\"text\":\"Vendor\",\"confidence\":0.983},{\"boundingBox\":[259,610,344,609,344,639,259,638],\"text\":\"Name:\",\"confidence\":0.986},{\"boundingBox\":[350,609,430,609,430,639,349,639],\"text\":\"Hillary\",\"confidence\":0.985},{\"boundingBox\":[435,609,521,610,520,639,435,639],\"text\":\"Swank\",\"confidence\":0.986}]},{\"boundingBox\":[159,647,629,646,629,677,160,679],\"text\":\"Company Name: Higgly Wiggly Books\",\"words\":[{\"boundingBox\":[160,649,278,647,279,678,161,676],\"text\":\"Company\",\"confidence\":0.985},{\"boundingBox\":[284,647,370,647,370,679,284,678],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[375,647,453,646,453,679,375,679],\"text\":\"Higgly\",\"confidence\":0.986},{\"boundingBox\":[459,646,545,646,544,678,459,679],\"text\":\"Wiggly\",\"confidence\":0.986},{\"boundingBox\":[550,646,629,646,628,676,550,678],\"text\":\"Books\",\"confidence\":0.986}]},{\"boundingBox\":[160,684,526,684,526,712,160,711],\"text\":\"Address: 938 NE Burner Road\",\"words\":[{\"boundingBox\":[161,685,269,685,268,712,160,711],\"text\":\"Address:\",\"confidence\":0.981},{\"boundingBox\":[274,685,324,685,323,713,273,712],\"text\":\"938\",\"confidence\":0.987},{\"boundingBox\":[329,685,365,685,364,713,328,713],\"text\":\"NE\",\"confidence\":0.988},{\"boundingBox\":[370,685,455,685,455,713,369,713],\"text\":\"Burner\",\"confidence\":0.985},{\"boundingBox\":[460,685,527,685,527,713,460,713],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[279,722,566,721,566,750,279,751],\"text\":\"Boulder City, CO 92848\",\"words\":[{\"boundingBox\":[279,722,371,722,372,751,280,750],\"text\":\"Boulder\",\"confidence\":0.985},{\"boundingBox\":[377,722,433,722,434,751,378,751],\"text\":\"City,\",\"confidence\":0.986},{\"boundingBox\":[439,722,477,722,477,751,439,751],\"text\":\"CO\",\"confidence\":0.988},{\"boundingBox\":[482,722,565,722,565,749,482,751],\"text\":\"92848\",\"confidence\":0.977}]},{\"boundingBox\":[612,721,885,721,885,747,612,748],\"text\":\"Phone: 938-294-2949\",\"words\":[{\"boundingBox\":[613,722,702,722,702,749,613,749],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[708,722,885,722,884,748,708,749],\"text\":\"938-294-2949\",\"confidence\":0.976}]},{\"boundingBox\":[167,784,453,784,453,829,167,830],\"text\":\"Shipped From\",\"words\":[{\"boundingBox\":[167,784,330,785,330,830,169,830],\"text\":\"Shipped\",\"confidence\":0.982},{\"boundingBox\":[339,785,448,785,448,826,339,830],\"text\":\"From\",\"confidence\":0.987}]},{\"boundingBox\":[165,852,445,851,445,878,165,879],\"text\":\"Name: Bernie Sanders\",\"words\":[{\"boundingBox\":[166,853,250,853,250,879,166,879],\"text\":\"Name:\",\"confidence\":0.983},{\"boundingBox\":[255,852,338,852,337,880,255,879],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[343,852,446,852,445,879,343,880],\"text\":\"Sanders\",\"confidence\":0.983}]},{\"boundingBox\":[164,889,629,889,629,919,164,919],\"text\":\"Company Name: Jupiter Book Supply\",\"words\":[{\"boundingBox\":[164,890,282,890,283,919,165,919],\"text\":\"Company\",\"confidence\":0.984},{\"boundingBox\":[288,890,374,889,375,919,289,919],\"text\":\"Name:\",\"confidence\":0.985},{\"boundingBox\":[380,889,466,889,466,919,380,919],\"text\":\"Jupiter\",\"confidence\":0.983},{\"boundingBox\":[471,889,536,889,536,920,472,919],\"text\":\"Book\",\"confidence\":0.983},{\"boundingBox\":[542,889,630,890,629,920,542,920],\"text\":\"Supply\",\"confidence\":0.986}]},{\"boundingBox\":[165,925,521,926,521,953,165,952],\"text\":\"Address: 383 N Kinnick Road\",\"words\":[{\"boundingBox\":[166,926,273,925,273,953,166,953],\"text\":\"Address:\",\"confidence\":0.982},{\"boundingBox\":[279,925,327,925,327,953,278,953],\"text\":\"383\",\"confidence\":0.987},{\"boundingBox\":[332,926,353,926,353,953,332,953],\"text\":\"N\",\"confidence\":0.983},{\"boundingBox\":[358,926,448,926,448,954,358,953],\"text\":\"Kinnick\",\"confidence\":0.984},{\"boundingBox\":[453,926,521,927,520,954,453,954],\"text\":\"Road\",\"confidence\":0.987}]},{\"boundingBox\":[280,963,514,962,514,990,281,991],\"text\":\"Seattle, WA 38383\",\"words\":[{\"boundingBox\":[281,965,377,964,378,991,283,991],\"text\":\"Seattle,\",\"confidence\":0.981},{\"boundingBox\":[382,964,429,964,430,991,383,991],\"text\":\"WA\",\"confidence\":0.988},{\"boundingBox\":[434,964,514,962,514,990,435,991],\"text\":\"38383\",\"confidence\":0.975}]},{\"boundingBox\":[760,963,1032,963,1032,989,760,990],\"text\":\"Phone: 932-299-0292\",\"words\":[{\"boundingBox\":[760,964,849,964,849,990,760,990],\"text\":\"Phone:\",\"confidence\":0.983},{\"boundingBox\":[855,964,1033,963,1032,990,854,990],\"text\":\"932-299-0292\",\"confidence\":0.978}]},{\"boundingBox\":[446,1047,558,1047,558,1077,446,1077],\"text\":\"Details\",\"words\":[{\"boundingBox\":[447,1048,558,1048,558,1077,446,1078],\"text\":\"Details\",\"confidence\":0.985}]},{\"boundingBox\":[885,1047,1034,1047,1034,1083,886,1083],\"text\":\"Quantity\",\"words\":[{\"boundingBox\":[886,1048,1034,1047,1034,1084,886,1084],\"text\":\"Quantity\",\"confidence\":0.981}]},{\"boundingBox\":[1111,1047,1270,1047,1269,1078,1111,1077],\"text\":\"Unit Price\",\"words\":[{\"boundingBox\":[1112,1047,1181,1047,1180,1078,1111,1078],\"text\":\"Unit\",\"confidence\":0.987},{\"boundingBox\":[1187,1047,1270,1049,1269,1078,1186,1078],\"text\":\"Price\",\"confidence\":0.986}]},{\"boundingBox\":[1382,1047,1468,1047,1467,1077,1382,1077],\"text\":\"Total\",\"words\":[{\"boundingBox\":[1384,1047,1468,1047,1468,1077,1384,1077],\"text\":\"Total\",\"confidence\":0.986}]},{\"boundingBox\":[172,1093,279,1095,279,1123,172,1121],\"text\":\"Bindings\",\"words\":[{\"boundingBox\":[172,1094,278,1097,278,1123,173,1122],\"text\":\"Bindings\",\"confidence\":0.984}]},{\"boundingBox\":[859,1094,893,1094,893,1119,859,1119],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1094,892,1094,892,1119,861,1119],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1240,1096,1295,1094,1294,1118,1241,1118],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1241,1095,1293,1094,1294,1117,1242,1118],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1095,1530,1095,1530,1119,1458,1119],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1096,1531,1095,1530,1120,1459,1119],\"text\":\"20.00\",\"confidence\":0.983}]},{\"boundingBox\":[169,1135,332,1134,333,1160,169,1161],\"text\":\"Covers Small\",\"words\":[{\"boundingBox\":[170,1136,254,1136,253,1161,170,1161],\"text\":\"Covers\",\"confidence\":0.985},{\"boundingBox\":[259,1136,333,1135,332,1161,258,1161],\"text\":\"Small\",\"confidence\":0.982}]},{\"boundingBox\":[859,1135,894,1135,891,1160,860,1160],\"text\":\"20\",\"words\":[{\"boundingBox\":[861,1135,894,1135,894,1160,861,1160],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1135,1295,1135,1294,1159,1239,1160],\"text\":\"1.00\",\"words\":[{\"boundingBox\":[1240,1135,1294,1135,1294,1159,1241,1160],\"text\":\"1.00\",\"confidence\":0.986}]},{\"boundingBox\":[1458,1135,1530,1135,1530,1159,1459,1160],\"text\":\"20.00\",\"words\":[{\"boundingBox\":[1458,1135,1529,1135,1530,1159,1458,1160],\"text\":\"20.00\",\"confidence\":0.985}]},{\"boundingBox\":[173,1178,403,1177,403,1205,173,1206],\"text\":\"Feather Bookmark\",\"words\":[{\"boundingBox\":[173,1180,266,1179,267,1206,174,1206],\"text\":\"Feather\",\"confidence\":0.983},{\"boundingBox\":[271,1179,402,1178,403,1206,272,1206],\"text\":\"Bookmark\",\"confidence\":0.984}]},{\"boundingBox\":[860,1179,892,1179,891,1204,860,1203],\"text\":\"20\",\"words\":[{\"boundingBox\":[863,1179,892,1179,891,1204,863,1204],\"text\":\"20\",\"confidence\":0.986}]},{\"boundingBox\":[1239,1179,1295,1178,1295,1203,1239,1204],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1179,1294,1178,1294,1203,1239,1204],\"text\":\"5.00\",\"confidence\":0.986}]},{\"boundingBox\":[1442,1180,1530,1180,1530,1203,1443,1204],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1443,1181,1529,1180,1529,1204,1443,1205],\"text\":\"100.00\",\"confidence\":0.984}]},{\"boundingBox\":[169,1223,429,1222,430,1249,169,1253],\"text\":\"Copper Swirl Marker\",\"words\":[{\"boundingBox\":[170,1223,259,1222,259,1252,170,1253],\"text\":\"Copper\",\"confidence\":0.985},{\"boundingBox\":[265,1222,328,1222,328,1251,265,1252],\"text\":\"Swirl\",\"confidence\":0.986},{\"boundingBox\":[334,1222,429,1223,428,1248,334,1251],\"text\":\"Marker\",\"confidence\":0.983}]},{\"boundingBox\":[860,1223,893,1223,893,1247,860,1247],\"text\":\"20\",\"words\":[{\"boundingBox\":[860,1223,892,1223,892,1247,860,1247],\"text\":\"20\",\"confidence\":0.988}]},{\"boundingBox\":[1239,1221,1294,1222,1294,1246,1239,1247],\"text\":\"5.00\",\"words\":[{\"boundingBox\":[1239,1221,1293,1221,1293,1247,1239,1247],\"text\":\"5.00\",\"confidence\":0.983}]},{\"boundingBox\":[1443,1223,1530,1222,1530,1246,1444,1247],\"text\":\"100.00\",\"words\":[{\"boundingBox\":[1444,1224,1530,1223,1529,1247,1444,1248],\"text\":\"100.00\",\"confidence\":0.982}]},{\"boundingBox\":[1146,1573,1296,1573,1296,1600,1146,1600],\"text\":\"SUBTOTAL\",\"words\":[{\"boundingBox\":[1147,1575,1295,1575,1294,1600,1147,1600],\"text\":\"SUBTOTAL\",\"confidence\":0.984}]},{\"boundingBox\":[1426,1571,1530,1571,1530,1597,1426,1598],\"text\":\"$140.00\",\"words\":[{\"boundingBox\":[1426,1572,1531,1572,1531,1597,1427,1599],\"text\":\"$140.00\",\"confidence\":0.982}]},{\"boundingBox\":[1236,1618,1296,1618,1295,1643,1236,1643],\"text\":\"TAX\",\"words\":[{\"boundingBox\":[1238,1618,1296,1618,1296,1643,1238,1643],\"text\":\"TAX\",\"confidence\":0.987}]},{\"boundingBox\":[1458,1615,1529,1615,1528,1641,1458,1643],\"text\":\"$4.00\",\"words\":[{\"boundingBox\":[1458,1615,1529,1615,1529,1642,1458,1643],\"text\":\"$4.00\",\"confidence\":0.983}]},{\"boundingBox\":[484,1670,764,1670,764,1707,484,1706],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[489,1671,609,1671,609,1706,489,1706],\"text\":\"Bernie\",\"confidence\":0.979},{\"boundingBox\":[616,1671,764,1670,765,1708,616,1706],\"text\":\"Sanders\",\"confidence\":0.979}]},{\"boundingBox\":[1203,1673,1297,1673,1297,1698,1204,1699],\"text\":\"TOTAL\",\"words\":[{\"boundingBox\":[1204,1674,1297,1673,1297,1699,1205,1699],\"text\":\"TOTAL\",\"confidence\":0.983}]},{\"boundingBox\":[1427,1670,1529,1669,1530,1696,1427,1697],\"text\":\"$144.00\",\"words\":[{\"boundingBox\":[1427,1671,1529,1669,1529,1697,1429,1698],\"text\":\"$144.00\",\"confidence\":0.984}]},{\"boundingBox\":[542,1718,718,1719,718,1742,542,1741],\"text\":\"Bernie Sanders\",\"words\":[{\"boundingBox\":[542,1719,617,1719,618,1742,544,1742],\"text\":\"Bernie\",\"confidence\":0.985},{\"boundingBox\":[621,1719,717,1719,717,1743,622,1742],\"text\":\"Sanders\",\"confidence\":0.985}]},{\"boundingBox\":[577,1753,681,1755,681,1778,577,1776],\"text\":\"Manager\",\"words\":[{\"boundingBox\":[577,1754,681,1756,680,1778,578,1776],\"text\":\"Manager\",\"confidence\":0.985}]},{\"boundingBox\":[172,1796,478,1796,478,1832,172,1831],\"text\":\"Additional Notes:\",\"words\":[{\"boundingBox\":[173,1796,355,1796,354,1832,173,1831],\"text\":\"Additional\",\"confidence\":0.980},{\"boundingBox\":[361,1796,479,1797,478,1833,361,1832],\"text\":\"Notes:\",\"confidence\":0.985}]},{\"boundingBox\":[174,1879,707,1880,707,1911,174,1908],\"text\":\"Do not Jostle Box. Unpack carefully. Enjoy.\",\"words\":[{\"boundingBox\":[175,1881,205,1881,205,1907,175,1907],\"text\":\"Do\",\"confidence\":0.988},{\"boundingBox\":[210,1881,256,1880,257,1908,210,1907],\"text\":\"not\",\"confidence\":0.987},{\"boundingBox\":[261,1880,335,1880,335,1909,262,1908],\"text\":\"Jostle\",\"confidence\":0.982},{\"boundingBox\":[340,1880,401,1880,402,1909,340,1909],\"text\":\"Box.\",\"confidence\":0.986},{\"boundingBox\":[406,1880,500,1880,500,1910,407,1909],\"text\":\"Unpack\",\"confidence\":0.985},{\"boundingBox\":[505,1880,623,1880,623,1911,505,1910],\"text\":\"carefully.\",\"confidence\":0.975},{\"boundingBox\":[628,1880,707,1881,707,1912,628,1911],\"text\":\"Enjoy.\",\"confidence\":0.984}]},{\"boundingBox\":[168,1923,1510,1923,1510,1957,168,1958],\"text\":\"Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and\",\"words\":[{\"boundingBox\":[169,1924,270,1924,270,1959,169,1959],\"text\":\"Jupiter\",\"confidence\":0.984},{\"boundingBox\":[277,1924,355,1924,355,1958,277,1959],\"text\":\"Book\",\"confidence\":0.986},{\"boundingBox\":[361,1924,465,1924,465,1958,361,1958],\"text\":\"Supply\",\"confidence\":0.983},{\"boundingBox\":[472,1924,517,1924,517,1958,471,1958],\"text\":\"will\",\"confidence\":0.986},{\"boundingBox\":[524,1924,623,1924,623,1958,524,1958],\"text\":\"refund\",\"confidence\":0.984},{\"boundingBox\":[630,1924,687,1924,687,1958,629,1958],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[694,1924,763,1924,762,1958,694,1958],\"text\":\"50%\",\"confidence\":0.983},{\"boundingBox\":[770,1924,820,1924,819,1958,769,1958],\"text\":\"per\",\"confidence\":0.987},{\"boundingBox\":[827,1924,900,1924,900,1958,826,1958],\"text\":\"book\",\"confidence\":0.987},{\"boundingBox\":[907,1924,926,1924,925,1958,907,1958],\"text\":\"if\",\"confidence\":0.985},{\"boundingBox\":[932,1924,1061,1924,1060,1958,932,1958],\"text\":\"returned\",\"confidence\":0.981},{\"boundingBox\":[1068,1924,1157,1924,1156,1958,1067,1958],\"text\":\"within\",\"confidence\":0.981},{\"boundingBox\":[1164,1924,1201,1924,1200,1958,1163,1958],\"text\":\"60\",\"confidence\":0.987},{\"boundingBox\":[1208,1924,1283,1924,1282,1958,1206,1958],\"text\":\"days\",\"confidence\":0.985},{\"boundingBox\":[1290,1924,1318,1924,1316,1958,1289,1958],\"text\":\"of\",\"confidence\":0.988},{\"boundingBox\":[1325,1924,1439,1924,1438,1958,1323,1958],\"text\":\"reading\",\"confidence\":0.983},{\"boundingBox\":[1446,1924,1510,1924,1509,1958,1445,1958],\"text\":\"and\",\"confidence\":0.987}]},{\"boundingBox\":[168,1957,786,1958,786,1991,168,1991],\"text\":\"offer you 25% off you next total purchase.\",\"words\":[{\"boundingBox\":[169,1958,235,1958,236,1991,169,1991],\"text\":\"offer\",\"confidence\":0.985},{\"boundingBox\":[242,1958,299,1958,300,1992,242,1991],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[306,1958,374,1958,374,1992,306,1992],\"text\":\"25%\",\"confidence\":0.983},{\"boundingBox\":[380,1958,421,1958,421,1992,381,1992],\"text\":\"off\",\"confidence\":0.987},{\"boundingBox\":[427,1958,483,1958,483,1992,428,1992],\"text\":\"you\",\"confidence\":0.987},{\"boundingBox\":[489,1958,555,1959,556,1992,490,1992],\"text\":\"next\",\"confidence\":0.986},{\"boundingBox\":[562,1959,628,1959,628,1991,562,1992],\"text\":\"total\",\"confidence\":0.986},{\"boundingBox\":[634,1959,786,1961,786,1990,635,1991],\"text\":\"purchase.\",\"confidence\":0.967}]}],\"selectionMarks\":[{\"boundingBox\":[2,2060,195,2060,195,2200,2,2200],\"confidence\":0.881,\"state\":\"unselected\"}]}],\"pageResults\":[{\"page\":1,\"tables\":[{\"rows\":4,\"columns\":3,\"cells\":[{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"SUBTOTAL\",\"boundingBox\":[1072,1566,1309,1566,1309,1610,1072,1610],\"elements\":[\"#/readResults/0/lines/41/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"$140.00\",\"boundingBox\":[1309,1566,1544,1566,1544,1610,1309,1610],\"elements\":[\"#/readResults/0/lines/42/words/0\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"TAX\",\"boundingBox\":[1072,1610,1309,1610,1309,1658,1072,1658],\"elements\":[\"#/readResults/0/lines/43/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"$4.00\",\"boundingBox\":[1309,1610,1544,1610,1544,1658,1309,1658],\"elements\":[\"#/readResults/0/lines/44/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Bernie Sanders\",\"boundingBox\":[489,1658,1072,1658,1072,1708,489,1708],\"elements\":[\"#/readResults/0/lines/45/words/0\",\"#/readResults/0/lines/45/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"TOTAL\",\"boundingBox\":[1072,1658,1309,1658,1309,1708,1072,1708],\"elements\":[\"#/readResults/0/lines/46/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"$144.00\",\"boundingBox\":[1309,1658,1544,1658,1544,1708,1309,1708],\"elements\":[\"#/readResults/0/lines/47/words/0\"]}]},{\"rows\":6,\"columns\":4,\"cells\":[{\"rowIndex\":0,\"columnIndex\":0,\"text\":\"Details\",\"boundingBox\":[156,1038,847,1038,847,1087,156,1087],\"elements\":[\"#/readResults/0/lines/21/words/0\"]},{\"rowIndex\":0,\"columnIndex\":1,\"text\":\"Quantity\",\"boundingBox\":[847,1038,1072,1038,1072,1087,847,1087],\"elements\":[\"#/readResults/0/lines/22/words/0\"]},{\"rowIndex\":0,\"columnIndex\":2,\"text\":\"Unit Price\",\"boundingBox\":[1072,1038,1309,1038,1309,1087,1072,1087],\"elements\":[\"#/readResults/0/lines/23/words/0\",\"#/readResults/0/lines/23/words/1\"]},{\"rowIndex\":0,\"columnIndex\":3,\"text\":\"Total\",\"boundingBox\":[1309,1038,1544,1038,1544,1087,1309,1087],\"elements\":[\"#/readResults/0/lines/24/words/0\"]},{\"rowIndex\":1,\"columnIndex\":0,\"text\":\"Bindings\",\"boundingBox\":[156,1087,847,1087,847,1128,156,1128],\"elements\":[\"#/readResults/0/lines/25/words/0\"]},{\"rowIndex\":1,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1087,1072,1087,1072,1128,847,1128],\"elements\":[\"#/readResults/0/lines/26/words/0\"]},{\"rowIndex\":1,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1087,1309,1087,1309,1128,1072,1128],\"elements\":[\"#/readResults/0/lines/27/words/0\"]},{\"rowIndex\":1,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1087,1544,1087,1544,1128,1309,1128],\"elements\":[\"#/readResults/0/lines/28/words/0\"]},{\"rowIndex\":2,\"columnIndex\":0,\"text\":\"Covers Small\",\"boundingBox\":[156,1128,847,1128,847,1172,156,1172],\"elements\":[\"#/readResults/0/lines/29/words/0\",\"#/readResults/0/lines/29/words/1\"]},{\"rowIndex\":2,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1128,1072,1128,1072,1172,847,1172],\"elements\":[\"#/readResults/0/lines/30/words/0\"]},{\"rowIndex\":2,\"columnIndex\":2,\"text\":\"1.00\",\"boundingBox\":[1072,1128,1309,1128,1309,1172,1072,1172],\"elements\":[\"#/readResults/0/lines/31/words/0\"]},{\"rowIndex\":2,\"columnIndex\":3,\"text\":\"20.00\",\"boundingBox\":[1309,1128,1544,1128,1544,1172,1309,1172],\"elements\":[\"#/readResults/0/lines/32/words/0\"]},{\"rowIndex\":3,\"columnIndex\":0,\"text\":\"Feather Bookmark\",\"boundingBox\":[156,1172,847,1172,847,1216,156,1216],\"elements\":[\"#/readResults/0/lines/33/words/0\",\"#/readResults/0/lines/33/words/1\"]},{\"rowIndex\":3,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1172,1072,1172,1072,1216,847,1216],\"elements\":[\"#/readResults/0/lines/34/words/0\"]},{\"rowIndex\":3,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1172,1309,1172,1309,1216,1072,1216],\"elements\":[\"#/readResults/0/lines/35/words/0\"]},{\"rowIndex\":3,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1172,1544,1172,1544,1216,1309,1216],\"elements\":[\"#/readResults/0/lines/36/words/0\"]},{\"rowIndex\":4,\"columnIndex\":0,\"text\":\"Copper Swirl Marker\",\"boundingBox\":[156,1216,847,1216,847,1260,156,1260],\"elements\":[\"#/readResults/0/lines/37/words/0\",\"#/readResults/0/lines/37/words/1\",\"#/readResults/0/lines/37/words/2\"]},{\"rowIndex\":4,\"columnIndex\":1,\"text\":\"20\",\"boundingBox\":[847,1216,1072,1216,1072,1260,847,1260],\"elements\":[\"#/readResults/0/lines/38/words/0\"]},{\"rowIndex\":4,\"columnIndex\":2,\"text\":\"5.00\",\"boundingBox\":[1072,1216,1309,1216,1309,1260,1072,1260],\"elements\":[\"#/readResults/0/lines/39/words/0\"]},{\"rowIndex\":4,\"columnIndex\":3,\"text\":\"100.00\",\"boundingBox\":[1309,1216,1544,1216,1544,1260,1309,1260],\"elements\":[\"#/readResults/0/lines/40/words/0\"]}]}]}]}}", + "Date" : "Wed, 16 Sep 2020 00:51:22 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/validGetAccountProperties.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/validGetAccountProperties.json index 516976c20b957..fa60509c37693 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/validGetAccountProperties.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/validGetAccountProperties.json @@ -1,24 +1,24 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models?op=summary", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models?op=summary", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", - "x-ms-client-request-id" : "17a3631a-c401-488e-863d-367824d4ef04" + "x-ms-client-request-id" : "196d4d07-1501-4cc9-b1bf-7b44f91f0a1a" }, "Response" : { "Transfer-Encoding" : "chunked", - "x-envoy-upstream-service-time" : "245", + "x-envoy-upstream-service-time" : "24", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains; preload", "x-content-type-options" : "nosniff", - "apim-request-id" : "44b0fa29-3ac9-499b-b837-597e6bfd0b6a", + "apim-request-id" : "1c20171e-7467-469e-b73a-e4249e654732", "retry-after" : "0", "StatusCode" : "200", - "Body" : "{\"summary\":{\"count\":142,\"limit\":5000,\"lastUpdatedDateTime\":\"2020-08-06T22:46:27Z\"}}", - "Date" : "Thu, 06 Aug 2020 22:46:27 GMT", + "Body" : "{\"summary\":{\"count\":156,\"limit\":5000,\"lastUpdatedDateTime\":\"2020-08-06T22:49:37Z\"}}", + "Date" : "Thu, 06 Aug 2020 22:49:36 GMT", "Content-Type" : "application/json; charset=utf-8" }, "Exception" : null } ], "variables" : [ ] -} \ No newline at end of file +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/validGetAccountPropertiesWithResponse.json b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/validGetAccountPropertiesWithResponse.json index 29e849d818774..fa60509c37693 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/validGetAccountPropertiesWithResponse.json +++ b/sdk/formrecognizer/azure-ai-formrecognizer/src/test/resources/session-records/validGetAccountPropertiesWithResponse.json @@ -1,7 +1,7 @@ { "networkCallRecords" : [ { "Method" : "GET", - "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.0//custom/models?op=summary", + "Uri" : "https://REDACTED.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1//custom/models?op=summary", "Headers" : { "User-Agent" : "azsdk-java-azure-ai-formrecognizer/1.0.0-beta.5 (11.0.7; Windows 10; 10.0)", "x-ms-client-request-id" : "196d4d07-1501-4cc9-b1bf-7b44f91f0a1a" @@ -21,4 +21,4 @@ "Exception" : null } ], "variables" : [ ] -} \ No newline at end of file +} diff --git a/sdk/formrecognizer/azure-ai-formrecognizer/swagger/README.md b/sdk/formrecognizer/azure-ai-formrecognizer/swagger/README.md index b11694591be20..6fc02b087b129 100644 --- a/sdk/formrecognizer/azure-ai-formrecognizer/swagger/README.md +++ b/sdk/formrecognizer/azure-ai-formrecognizer/swagger/README.md @@ -20,7 +20,7 @@ autorest --java --use=C:/work/autorest.java ### Code generation settings ``` yaml -input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/cognitiveservices/data-plane/FormRecognizer/stable/v2.0/FormRecognizer.json +input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/cognitiveservices/data-plane/FormRecognizer/preview/v2.1-preview.1/FormRecognizer.json java: true output-folder: ..\ generate-client-as-impl: true