cURL
curl --request POST \ --url https://www.datalab.to/api/v1/providers/olmocr \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file' \ --form 'page_range=<string>'
{ "success": true, "error": "<string>", "pages": [], "runtime": 0 }
Proxy requests to OlmoOCR on the convert service.
Successful Response
Response from convert service / external providers.
Show child attributes
Was this page helpful?