google-cloud-vision Questions
3
Solved
I am using the Google vision api to perform text recognition on receipt images. I am getting some nice results returned but the format in which the return is quite unreliable. If there is a large g...
Polybius asked 3/10, 2017 at 15:27
2
I have integrated Google Cloud Vision API in my java application for text recognition from complex formatted documents. One of my colleague suggested to use "Tesseract API".Can anyone please ...
Incapacitate asked 8/8, 2017 at 4:26
2
Solved
I've been testing out Google's Vision API to attach labels to different images.
For a given image, I'll get back something like this:
"google_labels": {
"responses": [{
"labelAnnotations": [{
...
Nuno asked 13/7, 2016 at 23:12
2
Solved
I'm having a problem with base64 encoded images sent to Google Cloud Vision. Funny thing is that if I send the image via URI, it works fine, so I suspect there is something wrong the way I'm encodi...
Haemocyte asked 15/8, 2017 at 14:56
1
Solved
I'm trying to iterate through images in a directory and get their labels through goodle_api_vision. I am getting the error in google.api_core.exceptions.ServiceUnavailable: 503 Name resolution fail...
Demb asked 27/11, 2018 at 14:49
1
I have a project that make use of Google Vision API DOCUMENT_TEXT_DETECTION in order to extract text from document images.
Often the API has troubles in recognizing single digits, as you can see i...
Gull asked 20/3, 2018 at 14:12
1
I am using the Google Cloud Vision Java API client documented here: https://cloud.google.com/vision/docs/reference/libraries.
The following quickstart code works fine if I use the implicit default...
Slagle asked 2/5, 2017 at 23:3
1
Solved
I'm attempting to train a model to identify certain tags in images. I tried using the 1 hour free version and after an hour the training ended. The results weren't as accurate as I would like, so I...
Vermiculate asked 4/1, 2019 at 5:52
2
I want to use a different credentials file when creating my Annotator client. I am currently able to do it with the transalte API like so:
Credentials creds = ServiceAccountCredentials.fromStream...
Carol asked 18/2, 2018 at 10:8
1
I'm trying to run this project call thing translator from https://github.com/dmotz/thing-translator and I found this error while running it.
It says:
{error: {code: 403, message: "Requests from ...
Hairpiece asked 8/5, 2017 at 14:26
3
I have met an Error of "Too many open files" when I run label detection via Cloud Vision API Client with Python.
When I asked this probrem on GitHub before this post, the maintainer gave me an advi...
Aha asked 26/5, 2018 at 17:46
1
Solved
I am attempting to use the now supported PDF/TIFF Document Text Detection from the Google Cloud Vision API. Using their example code I am able to submit a PDF and receive back a JSON object with th...
Slowwitted asked 22/8, 2018 at 17:46
1
Solved
I'm working on a project in which I need to analyze an image using Google's Vision API and post the response to a Dynamodb table.
I have successfully implemented the Vision API, but not able to co...
Hydrolyze asked 3/5, 2018 at 17:42
1
Solved
I wrote a basic python script to call and use the GCP Vision API. My aim is to send an image of a product to it and to retrieve (with OCR) the words written on this box. I have a predefined list of...
Bryantbryanty asked 1/5, 2018 at 13:38
1
Solved
I am using the Google Cloud Vision API for Python on a small program I'm using. The function is working and I get the OCR results, but I need to format these before being able to work with them.
T...
Ciborium asked 15/1, 2018 at 15:59
0
I'm using the "TEXT_DETECTION" option from the Google Cloud Vision API to OCR some images.
The bounding box around individual characters is sometimes accurate and sometimes not, often within the ...
Hankhanke asked 15/9, 2017 at 17:38
1
It looks that google-cloud vision Python client (google.cloud.vision.client.Client) doesn't have an option to accept api-key.
https://googlecloudplatform.github.io/google-cloud-python/stable/visio...
Alack asked 18/11, 2016 at 23:8
4
Solved
I am trying to test out the vision API and have uploaded some images to Google cloud storage and have created a browser app that requests the cloud api to process them.
I have a client_id file tha...
Fanning asked 24/2, 2016 at 10:32
3
I am looking for a Google Cloud API that can do both face recognition and identification. My understanding is that the Google Cloud Vision API will support only face detection, but not recogn...
Teshatesla asked 23/1, 2017 at 9:41
3
Hi I'm trying to use google's cloud vision API, specifically this example: https://cloud.google.com/vision/docs/label-tutorial#label_tutorial_1
I followed this tutorial: https://cloud.google.com/v...
Rockingham asked 7/3, 2016 at 14:38
0
I'm trying to run the Google Api Vision sample code but I'm getting this error:
Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.util.concurrent.MoreExecutors.directExecut...
Wonderstricken asked 22/5, 2017 at 17:56
1
Solved
In my project I need to use the Google Vision API in order to know if an image uploaded by the user is rated as adult content or not.
In their documentation page we have a pricing table Google Vis...
Banville asked 23/2, 2017 at 16:31
1
Solved
I am trying to get my head round GoogleVision API Java library.
I have created a service account, downloaded the json and set this environment variable.
GOOGLE_APPLICATION_CREDENTIALS=C:\GoogleAP...
Welcher asked 11/2, 2017 at 12:58
1
I have uploaded some test images to a Google Cloud Bucket, but don't want to make them public (which would be cheating). When I try to run a rest call for Google Vision API I get:
{
"responses": ...
Orthoclase asked 8/2, 2017 at 23:34
1
I am developing an android application which requires use of google vision service provided by Google Cloud Platform.
For authentication, this uses a class GoogleCredential class, the code for whic...
Marchesa asked 24/10, 2016 at 18:32
© 2022 - 2024 — McMap. All rights reserved.