google-cloud-vision Questions
2
I am trying to convert the response from Google Cloud Vision API Client Library to a json format. However i get the following error:
AttributeError: 'google.protobuf.pyext._message.RepeatedCompo...
Acerate asked 15/6, 2018 at 11:3
4
Solved
I am relatively new to Python and I am stuck on something which is probably relatively easy to resolve.
I have installed the following packages:
pip install --upgrade google-api-python-client
pip...
Quarter asked 24/1, 2017 at 18:38
9
Solved
I tried Google Cloud Vision api (TEXT_DETECTION) on 90 degrees rotated image. It still can return recognized text correctly. (see image below)
That means the engine can recognize text even the ima...
Illyria asked 22/12, 2016 at 14:36
3
The quick brown fox jumps over the lazy dog
In such a case like this, assuming there are different font families too, can cloud VIsion API detect this. Or any other OCR API detect this cleanly. Tes...
Lehet asked 17/7, 2020 at 5:23
3
Solved
I was going through the Google Cloud Vision API to search for related products in the image. However, I found that I need to first create a product set (and upload the images) and then search on th...
Barred asked 23/3, 2022 at 15:59
3
Solved
I'm using Anaconda, and I'm trying to use google cloud vision, but I cannot import google cloud vision. I can import google cloud, but it throws an error below.
from google.cloud import vision
Im...
Piano asked 17/8, 2018 at 11:29
4
Error Trace:
ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.33' not found (required by /home/pi/.local/lib/python3.7/site-packages/grpc/_cython/cygrpc.cpython-37m-arm-linux-gnuea...
Stephan asked 9/2, 2022 at 18:2
6
I am reading documentation on vision API request schema. In image source, I only see option of using url of GCS image paths. Is it possible to use external image url like http://example.com/images/...
Frink asked 4/3, 2016 at 19:4
10
I call google api when the return of "We can not access the URL currently." But the resources must exist and can be accessed.
https://vision.googleapis.com/v1/images:annotate
request content:
{
...
Sean asked 15/7, 2017 at 15:0
6
Solved
I am trying Google Cloud Vision API (beta) and it is returning "Permission Denied" message. But the "Cloud Vision API" is enabled for the project. Any help is appreciated.
Error Details from Googl...
Djambi asked 21/2, 2016 at 5:25
6
I am using Google Vision API, primarily to extract texts. I works fine, but for specific cases where I would need the API to scan the enter line, spits out the text before moving to the next line. ...
Tran asked 22/2, 2017 at 12:6
2
Want to use Google's Cloud Vision API for OCR. Using the python sample code here we have:
def detect_text(path):
"""Detects text in the file."""
client = vision.ImageAnnotatorClient()
with io.ope...
Hunger asked 19/12, 2017 at 20:39
6
Solved
I was trying to run the sample app, found here Github Sample, I have created a certificate and created a API Key and applied as instructed. But when I upload the Image I am getting this Exception. ...
Shellfish asked 21/2, 2016 at 3:14
3
I want to implement google-cloud-vision API for OCR on my Project.
But due to compliance issues, I need to know does google-cloud-vision stores the uploaded image? if yes what is the privacy policy...
Frederiksberg asked 11/4, 2016 at 5:47
3
I am trying to build my app and get the following error:
More than one file was found with OS independent path 'META-INF/INDEX.LIST'
I am pretty sure it is a conflict between these two Grad...
Contumely asked 28/2, 2020 at 8:20
4
Solved
I just tested the Google Cloud Vision API to read the text, if exist, in a image.
Until now I installed the Maven Server and the Redis Server. I just follow the instructions in this page.
https:/...
Indoiranian asked 19/4, 2016 at 20:3
2
Solved
I am following this tutorial to use Google Vision API, but even configuring the authentication credentials I get the following error:
System.InvalidOperationException: 'The Application Default C...
Anthotaxy asked 28/1, 2019 at 20:45
3
I am using Google OCR API and I am reading both images and PDF files, I am able to read and process images file, however, for PDF files, as per Google OCR API documentation, they have mentioned tha...
Thug asked 24/8, 2018 at 1:45
3
Solved
I have installed google-cloud-vision library following the documentation. It is for some reason unable to import types from google.cloud.vision. It worked fine on my pc, now when I shared with my c...
Ploce asked 1/10, 2020 at 6:1
6
Solved
Given an image url, how can I upload that image to Google Cloud Storage for image processing using Node.js?
Alisonalissa asked 16/4, 2016 at 8:12
2
const vision = require('@google-cloud/vision');
All examples I can find for the NodeJS Cloud Vision API either use credentials they get from environment variables, or use a JSON credentials file, ...
Straightedge asked 11/10, 2018 at 19:49
3
when I try to run firebase functions with cloud vision API and test the functions. I get this error:
ERROR: { Error: 7 PERMISSION_DENIED: Cloud Vision API has not been
used in project 563584335...
Sfumato asked 9/9, 2018 at 23:39
2
I'm using the "DOCUMENT_TEXT_DETECTION" option from the Google Cloud Vision API.
It seems that it's returning correct text value, but incorrect coordinates bounding box.
Why this problem occurred...
Noreen asked 21/9, 2018 at 9:42
2
I am building an OCR based solution to extract information from certain financial documents.
As per the regulation in my country (India), this data cannot leave India.
Is it possible to find the ...
Quintilla asked 21/12, 2018 at 14:30
1
TL;DR: how can I detect the presence of handwriting in an image?
I'm using Google's Python Vision API to scan for text in images, with generally good results. Most of the time the images contain p...
Jennifferjennilee asked 7/5, 2020 at 8:32
1 Next >
© 2022 - 2024 — McMap. All rights reserved.