Text Similarity Image
API TEXT SIMILARITY IMAGE
POST
https://bigvision.id/upload/text-similarity
Upload file to server.
Headers
Name
Type
Description
Authentication
string
Authentication token to track down who is emptying our stocks.
Request Body
Name
Type
Description
image
string
list_of_words
string
split by | symbol. example: telkom|indonesia. It will check similarity 2 words (telkom and indonesia)
threshold
integer
{
"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
Was this helpful?