I have try to request TEXT_DETECTION and 1 of maxResults, this is body json sample :
{
"requests": [
{
"image": {
"content": "",
"source": {
"gcsImageUri": "",
"imageUri": "https://www.optumhealthfinancial.com/content/dam/optumhealthfinancial/Images/receipts.gif"
}
},
"features": [
{
"type": "TEXT_DETECTION",
"maxResults": 1
}
]
}
]
}
But the result of textAnnotations
has more than one record & more than 1MB size of response.