Image to Text Converter

Extract text from images using AI-powered OCR

Select the language of the text in your image for better accuracy.

Drag & Drop Your Image Here

or click to browse files

Supported: JPG, PNG, BMP, TIFF

Maximum file size: 5MB

Image preview

Processing...
Processing your image...

Using language: 🇬🇧 English

22+ Languages
Multi-language support
Fast Processing
Powered by AI OCR
Secure
No storage required
Export Results
TXT & JSON formats
Use our API
curl example

# --------------Generate Token API-1 from credentials-----------------------
NOTE: 
1) Get Credentials (key & secret) after Creating Account & Sending Request
copy 👇🏻

curl --location 'https://www.seadesk.in/api/token/' \
--header 'Content-Type: application/json' \
--data '{
    "key": "",
    "secret": ""
}'


Convert image to base64, 
# -------------- IMAGE OCR/ IMAGE TO TEXT API-2-----------------------
NOTE: 
1) Convert image to base64
2) Add generated token in Authorization - Bearer Token - (paste token)
copy 👇🏻

curl --location 'https://www.seadesk.in/api/image_to_text/' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer (generated token here)' \
--data '{
    "image_base64": "", // (image base64 here)
    "language": "en" // (optional & can select any preferred)
}'
                        

About

Latest SeaDesk.in started out as a small project and is now the fastest growing SeaDesk.in Updates of all times in India.