Math and Text OCR
Digitize an image containing math and text content. The output is a LaTeX expression by default (other formats coming soon).
Get started with Solvio's Math and Text OCR API easily by downloading the Postman Collection attached below. To learn more about Postman Collections click here.
Math and Text OCR
POST
https://developer.trysolvio.ai/api/ocr
Simply pass the image represented as a base64 encoded string as the body parameter, src
.
Headers
Name | Type | Description |
---|---|---|
Authentication | string | Pass token in the format |
Request Body
Name | Type | Description |
---|---|---|
src | string | Image in base64 encoded format |
Code Samples
If you have a feature request, please write to us at hello@trysolvio.ai.
Last updated