C# handwritten text detection using google.cloud.Vision.v1 Api. why can't detect language?

hello mam/sir,

I was used google.cloud.Visiion.v1 for handwritten text recognition for Indian languages . this code is work but only for Marathi, Hindi languages. but other language like Malayalam, Tamil, Kaneda Telegu its not return a 100 percent result.

For Example- i have a 12 months handwritten name(Malayalam, Kaneda etc.) but its recognize only 7 to 8 correct word detection .can you please help me to 100 percent accurate word detection.

ImageAnnotatorClient client = ImageAnnotatorClient. Create();
IReadOnlyList<Entity Annotation> text Annotations = client.DetectText(image);
for each (Entity Annotation text in text Annotations)
{
    Console. WriteLine($"Description: {text. Description}");
}

please give me a solution .

thanks and regards,

Bhagyashri

Hi Bjagyashri, I think that you would find a better help on StackOverflow since your issue seems to be on your code and people there is specialized on programming.

okay

thank you for advice.