harsha.g
harsha.g

Reputation: 51

google-cloud-vision API gives fewer results

I was using ruby client of Google Cloud Vision, to extract the vehicle information on Automobile Original Titles.

Observations:

When I used the client API, i was getting 171 words.

But, when I used the google's API demo here: https://cloud.google.com/vision/, I got 459 words. It has much of the information I was looking for.

Can anyone please explain, how to get the most out of the API ?

Upvotes: 1

Views: 159

Answers (1)

harsha.g
harsha.g

Reputation: 51

I found the answer to my question, thanks to @marlon-giona. I was referring to the post: Google Vision API text detection strange behaviour - Javascript

When I used the image.document to extract dense text, I got the exact words I was looking for

Upvotes: 1

Related Questions