google-cloud-vision Questions

1

I am using React Native's Image Picker component to capture images on my app. Before showing the picture I want to parse it using Google Cloud Vision's Text Detection API. I've been searching...
Dateless asked 18/10, 2016 at 8:43

2

Solved

I've been trying to implement an OCR program with Python that reads numbers with a specific format, XXX-XXX. I used Google's Cloud Vision API Text Recognition, but the results were unreliable. Out ...

1

Solved

I have a script that is iterating through images of different forms. When parsing the Google Vision Text detection response, I use the XY coordinates in the 'boundingPoly' for each text item to spe...
Flint asked 7/9, 2016 at 20:55

4

Solved

I am new to Google Cloud Vision API. I am doing OCR on images primarily for bills and receipts. For a few images it is working fine, but when I try some other images it gives me this error: Error...
Zion asked 13/6, 2016 at 18:38

1

Solved

I am trying to run the sample Vision API project. I basically copied and pasted the code Program.cs into my application and executed it. This line (which is line #36-#37 in Program.cs) GoogleCred...
Hanleigh asked 3/8, 2016 at 4:3

1

Is there any way to constrain google cloud vision, especially for type TEXT_DETECTION to only recognize digits? I think it will greatly improve my result. I cannot find any result or hint on the i...
Wrestle asked 21/3, 2016 at 8:8

2

Solved

I have a bunch of pictures on GCS and would like to figure out what they are?
Sward asked 5/2, 2016 at 1:8

© 2022 - 2024 — McMap. All rights reserved.