Questions tagged [vision-api]
131 questions
1
vote
3 answers
Cannot find Google Cloud Vision APIs
This question might be borderline for here.
I am trying to get the API key for Google Cloud Vision. However, when I go to create an API key, that is not shown (only OAuth and serviced accounts are available).
How can you go around it?

piggyback
- 9,034
- 13
- 51
- 80
1
vote
1 answer
Cloud vision Product search api labels
Can we add labels of our own choice in cloud vision product search API? Source: Formatting a bulk import CSV.
Let's say I want to add labels like category=hello, style=world.
Or is there a fixed domain of category and style values from which we need…

Ali
- 289
- 4
- 10
1
vote
1 answer
How can I specify max_results parameter if I am using Python script for Google Product Search API?
While searching a product_set using command line, we can set a parameter features.max Results to limit the number of items returned in the response.
Field-specific considerations:
features.maxResults - The maximum number of results to be…

loadbox
- 646
- 14
- 34
1
vote
2 answers
Is there a way to predict document title from Google Cloud Vision OCR?
What I need help with is a way to predict document title from the OCR text which Google Cloud Vision extracts from a pdf/jpg file.
I have a jpg file which I am sending to Vision API and I get the OCR text. For the image attached, how could I…

Smijo Thekkudan
- 11
- 1
1
vote
0 answers
Does ML-KIT includes vision camera text recognition API?
I want to turn on the camera and extract the text.
As it was here https://developers.google.com/vision
On the deprecated page of vision API it says that vision API been included in ML-KIT but I have found only image to text recognition. How to use…

Bo Z
- 2,359
- 1
- 13
- 31
1
vote
1 answer
How to set maxResults in spring CloudVisionTemplate | Google Vision API Java
I am using Spring org.springframework.cloud.gcp.vision.CloudVisionTemplate for detecing labels in an image using Google Vision API like below:
AnnotateImageResponse annotateImageResponse = cloudVisionTemplate.analyzeImage(imageResource,
…

pankaj
- 1,643
- 4
- 22
- 35
1
vote
0 answers
Is it possible to recognize the material with google vision api?
The following is a list of object recognition supported by google vision api.
- Table of contents.
- Face detection 1.
- Landmark detection 2.
- Logo detection 3.
- Label detection 4.
- Text detection.
- Document text detection (dense text /…

SatelBill
- 641
- 2
- 12
- 28
1
vote
2 answers
Azure Computer Vision API not extracting text from cheque image correctly
I used Azure Cognitive Vision API to extract the text from a cheque image. But, it is not correctly extracting the text from cheque.
Example MICR code having characters like " || are incorrectly read into some other digits.
Is there any way we can…

atulsri
- 33
- 1
- 7
1
vote
0 answers
Google Vision wrong image orientation
I'm making a object detection app with React Native and Google Vision api. My app working very well when I send horizontal image. But if I send high resolution vertical image, api find objects like that image is horizontal. Also api work correctly…

NewPeople
- 21
- 1
1
vote
1 answer
Does Google Cloud Vision API (Web Detection) limit # of matching images and web entities?
I'm using Google Cloud Vision API (the Web Detection API part) for the first time.
I issued several requests for different images, and found that it always shows me at most 10 pages with matching images, and 10 web entities. This is using the Python…

Alyce
- 23
- 2
1
vote
1 answer
Gcloud Vision API Error opening Cloud Storage File
I'm trying to run Vision API Document Text Detection on a Firebase Cloud Storage file. But I'm getting this error:
code: 7,
details: 'Error opening file:…

Prottay
- 385
- 5
- 9
1
vote
2 answers
How to authenticate a google vision API on cloud inside a python script?
I am trying to build a python script and deploy it as an HTTP function/Serverless cloud function on Pivotal cloud foundry or GKE, but I have gone through several articles and most of them mention using an SA and download Json key, setup env variable…

Aryyyy26
- 11
- 3
1
vote
1 answer
What is the exact use case of Minimum face size in ML KIT?
As per the official documentation,
Minimum Face Size: float (default: 0.1f) - The minimum size, relative to the image, of faces to detect.
So, is it like it will detect the faces only if it's matches this size ?
I've tested and couldn't get any…

Rajesh
- 399
- 6
- 15
1
vote
2 answers
Updates in Google's vision API's response
I have been using Google's vision API for text detection for the past few months. The API returns a "map" of words present in a particular image/document. Each element in the "map" (JSON) would have the text of a word and its coordinates in the…

Akshay Alok
- 23
- 5
1
vote
0 answers
Custom Detector implementation using Vision API
How do i create a custom Detector like FaceDetector and BarcodeDetector in Mobile vision API?
I am building a project to perform hand segmentation using color masks, i have the logic implemented in opencv.
I want to integrate that logic in using the…

Pulkit Arora
- 11
- 1