Text Recognition Image
API TEXT RECOGNITION IMAGE
POST
https://dsc-ocr.udata.id/api/order/ocr/image/recognition
Upload file to server.
Headers
Name
Type
Description
webhook_url
string
callback url
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
image
object
{
"message": "file processed",
"success": true,
"transaction_id": "TRANSACTION_ID"
}
Webhook Response
{
"filename": "TRANSACTION_ID",
"ocrResult": [
{
"text": str
},
...
],
"type": str
}
Last updated
Was this helpful?