> ## Documentation Index
> Fetch the complete documentation index at: https://omnicron.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Image To Text

> Convert Image to text using the tesseract ocr engine

### Request Body

<ParamField body="file" type="file">
  image file to convert
</ParamField>

### Response

<ResponseField name="text" type="string">
  scanned text
</ResponseField>
