Image To Text

Omnicron utilizes advanced Tesseract OCR technology to convert images to text with high accuracy. Simply upload an image, and Omnicron will extract and deliver the text content efficiently. Ideal for digitizing documents, extracting information from photos, and more.

How to use

Navigate to the endpoint api/v1/image2text.

curl
curl -X POST http://localhost:9000/api/v1/image2text \
  -H "Authorization: Bearer MY_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -f file: image-file
For details about the parameters, visit the Image To Text reference page.