goberoi / cloudy_vision

Cloudy Vision is an open source tool to test the image labeling capabilities of different computer vision API vendors.
MIT License
230 stars 64 forks source link

Excellent Review of VISION APIs #3

Open inglesuniversal opened 7 years ago

inglesuniversal commented 7 years ago

I was not aware of CloudSight's API... I liked it because it gives you a complete phrase and not chunks of words for the description. Although it looks costly at least for my budget.

On the other hand, since you have worked parsing JSON from Microsoft, I wonder if you could kindly give me some idea of how to get an specific value from a JSON array, in this case from Microsoft OCR API... I am including the link of the JSON "results dump" I got from their server, but I am having a really hard time... simply getting the TEXT result values (which are the words being turned into editable text) and then concatenate them into a single javascript value.

LINK:

http://mycloudvip.com/azure/js/ocr-test-values.js

I would greatly appreciate your thoughts on this topic.

Thanks

Hugo Barbosa