I have been trying to figure out how I can implement Azure through Webhook Sink after using an object detection model and dynamic corp. Despite the program running, there is no OCR output. Does this have something to do with the HTTP Methods or is it something else?
Hi,
You’re using the Webhook Sink block to send information about a workflow inference to Azure, right?
A good way to debug if it’s an issue on Roboflow side would be using a webhook debugger (like https://webhook.site/) to see what’s being sent in the request.
As example, I have my own workflow set up (detect a car → crop → detect license plates → crop → run OCR on OpenAI → hit webhook endpoint with ocr result)
In my Webhook Sink config I’m pointing at the debugger endpoint that webhook.site gave me and I’m sending a fixed query parameter in the request and the openAI output in the JsonPayload:
That way I’m able to see, in the webhook debugger, what’s coming from that workflow run.
That’s a great way of being sure if it’s an issue in your workflow config, on Roboflow engine or in the Azure side. Let me know how that goes!
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.