Can't save image/png
in node
#31873
Labels
Client
This issue points to a problem in the data-plane of the library.
Cognitive - Form Recognizer
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
For the following endpoint
/documentModels/{modelId}/analyzeResults/{resultId}/figures/{figureId}
image is not getting saved. Seems like some encoding problem because it works fine in postman.Response body is types as
Uint8Array
, but it seems to be a string.Part of the output when saving in node:
Part of output when using postman where image saved correctly:
Version:
"@azure-rest/ai-document-intelligence": "1.0.0-beta.3"
The text was updated successfully, but these errors were encountered: