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.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |