Extract text from images using AI-powered OCR
Using language: 🇬🇧 English
# --------------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)
}'
Latest SeaDesk.in started out as a small project and is now the fastest growing SeaDesk.in Updates of all times in India.