0

I am trying to extract text from such images but Google Vision API does not seem to recognise majority of the text, Can someone suggest a better alternative? enter image description here

Results from Google OCR enter image description here

Divye Shah
  • 747
  • 1
  • 11
  • 24

1 Answers1

1

Your image is 593 by 697 pixels, 0.41 MP. The recommended size for character recognition is 1024 x 768. In fact, OCR requires more resolution to detect characters. You may check relevant details on the Supported Images documentation page.

George
  • 1,488
  • 1
  • 10
  • 13