Live data from Hacker News

Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?

news.ycombinator.com

11–20 of 52 posts

Re: Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?

#13
I'm interested in good OCR, preferably local, but I'm close to giving up and using Google Cloud Vision API --- It works well for text that's not prefectly aligned and laid out - unlike e.g. Tesseract or any other local OCR I've used.

As far as I can tell, clarifai.com doesn't have OCR, and neither does anyone else except MS and G.

Re: Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?

#15

What about Watson? http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercl...

I don't know about face recognition but I've quantatively analysed their speech recognition and it came dead last after the 5 or so others that I tested.

Re: Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?

#16
post #13

I'm interested in good OCR, preferably local, but I'm close to giving up and using Google Cloud Vision API --- It works well for text that's not prefectly aligned and laid out - unlike e.g. Tesseract or any other local OCR I've used. As far as I can tell, clarifai.com doesn't have OCR, and neither does anyone else except MS and G.

Hey, I made this [1]. Based on a neural net trained with generated character sets with intentional distortions and/or several font variations.

I would not recommend it for use in production, but maybe you're interested in looking at the code and customizing it to your liking. Could perhaps be combined with OpenCV.

[1] https://github.com/mateogianolio/ocr

Re: Ask HN: Microsoft Computer Vision API or Google Cloud Vision API?

#20

What about Watson? http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercl...

I don't know about face recognition but I've quantatively analysed their speech recognition and it came dead last after the 5 or so others that I tested.

Any chance you could share this?
Post reply on HN