Syscovery Solve & Serve AI-Hub
Syscovery Solve & Serve AI-Hub
> I'm open to this, but right now it's not clear how similar it is to the official Mistral OCR API. > > I tried changing the baseURL via the...
> If you are using a base64 encoded image, it seems that you should use `image_url` instead of `document_url`. The following code worked for me: > > ``` > url...
@rohit404404 this body payload should work fine in a Postman request with a Mistral OCR model in Sweden Central. ``` { "model": "our-swe-mistral-ocr-deployment-name", "document": { "image_url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABp4AwqGQAAP+lS", "document_name": "test.png" }...
@mystique920 there is no documentation available yet. Most of this is currently based on trial and error and on the valuable info provided by @lfelder. Querying the Azure Mistral OCR...
@rohit404404 no further GET request is required, no. Can I see your Headers section? You also seem to have some configuration in the Authorization section? Authorization can be left at...
@rohit404404 your base64 doesn't seem to be valid. I am also getting `null ` using your string. Try my Python script above to convert your test.png file to base64. Usage:...
> I am not very interested in the image_url .... is there documentation available for how to query via document_url? > > This should work via curl since it takes...
@rohit404404 happy to hear you got it working as well! @lfelder gave the initial important info for us to dig in. Funny enough, this thread just became to most valuable...
> I'm facing the same error here. I have null responses when I send a image. > > If I remove `type": "image"` the API returns but the response does...
> So to get this integrated into LC, the developers would have to add a separate configuration in the case Azure Mistral OCR is used, configure it process the the...