python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Weird python syntax errors
So I have some code that gives three syntax errors but IT RUNS FINE, it almost like the syntax error are cosmetic or something. Its in a very large project that used googles cloud vision API, I might ...
CrimsonOcean75
Votes: 0
Answers: 1
How to extract texts from customized blocks in a image using Google Vision API(OCR)?
when we use Google vision's DOCUMENT_TEXT_DETECTION for a image, it decides what are the blocks in the image and what texts are in each block
Here I want to get the text for the blocks which are defi...

Vidu VDS
Votes: 0
Answers: 2
Poor selfie segmentation with Google ML Kit
I am using Google ML Kit to do selfie segmentation (https://developers.google.com/ml-kit/vision/selfie-segmentation). However, the output am getting is exteremely poor -
Initial image:
Segmented imag...
sppc42
Votes: 0
Answers: 1
Xamarin Android: System.IO.DirectoryNotFoundException: Could not find a part of the path
I have a Xamarin.Forms Android app where the page in question looks like this:
<Grid>
<ScrollView>
<StackLayout Orientation="Vertical" Padding="30,24,30,24&qu...
hansoolow
Votes: 0
Answers: 1