I tried making a request to perform OCR in a video
{
"inputContent": "<input-file>",
"features": ["TEXT_DETECTION"],
"videoContext": {
"textDetectionConfig": {
"languageHints": ["en"]
}
}
}
Things work fine. However, it always detects text in multiple languages although I have specified languageHints in the request. I wonder where is the problem?