Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Text recognition language (and numbers only)

Dear Fellow Developers,

I have 2 issues with the Google Vision API for handwriting recognition.

First of all, I don't see an option to specify the recognition language. Sometimes it detects numbers as Russian characters. And second: sometimes I only want to recognize numbers. Is there a setting for this?

I use a PHP library (Google\Cloud\Vision\V1\ImageAnnotatorClient) for handwriting recognition in an image. I get my result after calling the documentTextDetection() function, like this:
$response->getFullTextAnnotation()->getText()

0 1 387
1 REPLY 1

Can you provide a sample image for this scenario? This is for us to reproduce your case.