google-vision Questions

3

I am using Google Vision document_text_detection function and I am trying to dump the AnnotateImageResponse to json Earlier this code used to word client = vision.ImageAnnotatorClient() image = vis...
Sludge asked 12/10, 2020 at 14:50

7

I'm new at Google Mobile Vision api and I've been using barcode detector class to detect barcodes. The app works fine but it does not work in my android 4.2.2 phone. I've updated the play services ...
Thumping asked 4/12, 2016 at 7:1

4

I am on Windows, using Python 3.8.6rc1, protobuf version 3.13.0 and google-cloud-vision version 2.0.0. My Code is : from google.protobuf.json_format import MessageToDict from google.cloud import vi...
Phone asked 17/10, 2020 at 14:48

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

4

Solved

Recently I've been doing some kind of Android barcode scanning app. Everything was fine until I realized that the same app made by my friend on IOS is much better at detecting barcodes. Google Mobi...
Incorporeal asked 11/5, 2017 at 14:34

2

Solved

How to generate an Barcode and convert it to Bitmap using new Google Vision API? Barcode barcode = new Barcode(); Barcode.Email email = new Barcode.Email(); email.address = "[email protected]...
Pauperize asked 31/10, 2015 at 4:9

4

Under Ubuntu environment, NodeJS Google Vision complains: Error: Unable to detect a Project Id in the current environment. Even though I already put json credential through $ export GOOGLE_AP...
Varmint asked 14/6, 2019 at 12:18

2

I used Google vision Barcode API for scanning the bar code. From that, I can able to get display value from the bar code. But, how can I get complete product information after scanning the ba...
Ipsus asked 28/7, 2017 at 17:32

3

I have been searching the whole day for a solution. I've checked out several Threads regarding my problem. Custom detector object Reduce bar code tracking window and more... But it didn't help me...
Redstart asked 7/3, 2020 at 14:48

5

Solved

I'm having trouble saving the output given by the Google Vision API. I'm using Python and testing with a demo image. I get the following error: TypeError: [mid:...] + is not JSON serializable Co...
Posy asked 4/9, 2018 at 15:6

6

I'm using the Google Vision API to extract the text from some pictures, however, I have been trying to improve the accuracy (confidence) of the results with no luck. every time I change the image ...
Whittier asked 11/8, 2018 at 20:38

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

7

Solved

I'm trying to use the new feature in Google Play Services (Vision) to add QR code scanning to my application. But when I run my app I get this: I/Vision﹕ Supported ABIS: [armeabi-v7a, armeabi] D/V...

4

I am using vision api for tracking face. I applied a mask on the basis of face position.When i take a picture from front camera i call camerasource.takePicture() to save images.I am facing issue of...
Darkroom asked 12/9, 2016 at 5:8

1

Solved

Here, I use Google Vision API to detect text from the following image. The red box indicates samples of a combined bounding box that I would like to obtain. Basically, I get the text output and ...
Nathanson asked 18/5, 2020 at 16:10

3

Solved

I know there are many similar questions (here, here or here) but even though I've followed the suggested instructions I'm still facing the same issue. Even though it seems I have the project confi...

1

The simplest example of what I'm trying to recognize: I use DOCUMENT_TEXT_DETECTION, but in the answer I get the hieroglyphics. If I use Eng in the ImageContext parameter for the addAllLanguageHin...
Mortician asked 25/2, 2018 at 16:3

1

The google Vision's Barcode detection API works fine and gets the result of the scanned barcode using Android. But I didn't find any way to get the frame from which the barcode is detected. Is ther...
Buttonball asked 12/2, 2017 at 7:57

2

Solved

I am trying to detect and grab text from a screenshot taken from any consumer product's ad. My code works at a certain accuracy but fails to make bounding boxes around the skewed text area. Rece...

2

Solved

I need to send a PDF file to Google Vision to extract and return text. From documentation I understood that DPF file must be located on Google Storage, so I am putting the file to my Google Storage...
Strop asked 16/5, 2019 at 21:31

0

I finally got my script to submit PDF document to Google Storage and then extract Text using Google Vision for PDF, as described in documentation. The data is returned in a huge JSON file. There's...
Helix asked 23/5, 2019 at 0:45

2

I'm trying to iterate through images in a directory and get their labels through goodle_api_vision. This is my code: def run_quickstart(): import io import os import cv2 import numpy as np fr...
Reuven asked 21/5, 2018 at 10:20

3

Solved

I want to use the new face detection feature that the vision API provides along with additional frame processing in an application. For this, I need to have access to the camera frame that was proc...
Titan asked 30/8, 2015 at 18:47

7

I am starting out as an Android Developer, and I would like to know if there are any Computer vision libraries or Augmented Reality libraries for the Android SDK, as I am planning to use these libr...

2

Here's some research I have done so far: - I have used Google Vision API to detect various face landmarks. Here's the reference: https://developers.google.com/vision/introduction Here's the link ...
Shylashylock asked 21/11, 2017 at 12:55

© 2022 - 2024 — McMap. All rights reserved.