Convert Image to text using the tesseract ocr engine
curl --request POST \ --url http://localhost:9000/api/v1/image2text \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data'
{ "text": "<string>" }
image file to convert
scanned text
Was this page helpful?