skip to Main Content

Azure – GPT4-vision OCR enhancements returns error 400

I am testing with the GPT4 OCR Vision (model version: gpt-4 vision preview), use postman send API with OCR enhancement body like the API document claimed "enhancements":{ "ocr":{"enabled":true}, "grounding":{"enabled":true} }, "dataSources":[ { "type":"AzureComputerVision", "parameters":{ "endpoint":"https://xyz.cognitiveservices.azure.com", "key":"xyz" } } ]However, I…

VIEW QUESTION
Back To Top
Search