Text Similarity Image

API TEXT SIMILARITY IMAGE

POST https://dsc-ocr.udata.id/api/order/ocr_image/image/ijazah

Upload file to server.

Headers

Request Body

{
    "message": "file processed",
    "success": true,
    "transaction_id": "TRANSACTION_ID"
}

Split words by | symbol. ex: you can check more than words alphanumerics like telkom indonesia|nusantara it will check 2 word (telkom indonesia & nusantara)

Webhook Result

{
  "filename": "TRANSACTION_ID",
  "ocrResult": [
    {
      "confidence_level": float,
      "name": str,
      "target": str
    },
    ...
  ],
  "type": str
}

Last updated