Text Recognition PDF
API TEXT RECOGNITION PDF
POST
https://dsc-ocr.udata.id/api/order/ocr/pdf/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
object
{
"message": "file processed",
"success": true,
"transaction_id": "TRANSACTION_ID"
}
Webhook Result
{
"filename": "TRANSACTION_ID",
"ocrResult": [
{
"text": str
},
...
],
"type": str
}
Last updated
Was this helpful?