I am trying to scan the following image with the form parser (pretrained-form-parser-v2.0-2022-11-10)
but it does not parse the single-digit number correctly. Any good idea to work around this issue? Can I expect this will be solved in the next coming version?
Hi @anonaka,
Welcome to Google Cloud Community.
The Form Parser employs OCR (Optical Character Recognition) to find text in images, therefore you might want to fiddle with the image pretreatment parameters to improve the accuracy of the OCR. To increase OCR accuracy, experiment with changing the picture preprocessing settings for brightness, contrast, or sharpness.
Here are some documentation that might help you.
https://cloud.google.com/vision/docs?_gl=1*p539ow*_ga*MTM5Mjc1MzQzNS4xNjc2NjU1Njg2*_ga_WH2QY8WWF5*MT...
Unfortunately, the current custom parser does not recognize Japanese text which is mandatory for my project. I am waiting for the next update release.