A OCR API. The Google Docs OCR API is a good start, but it's tied pretty closely to GDocs. I'd like to post an image and get back text.
Is that even possible at the moment? Most software I've tried just isn't ready for something like that (granted, I haven't tried any of the commercial products). Tesseract is pretty good, but definitely not perfect.
Ask HN: What APIs do you wish existed?
91–100 of 165 posts
Re: Ask HN: What APIs do you wish existed?
#92College class schedules (as well as registration schedules). Currently, even the best are buggy, slow and cumbersome. I have to take certain classes at different schools in order to fulfill my degree requirements and keep working full time. So, I often need to search for a single class across multiple institutions for the time that fits.
This was the only way I could get the classes I needed to graduate on time
Re: Ask HN: What APIs do you wish existed?
#93Re: Ask HN: What APIs do you wish existed?
#94Re: Ask HN: What APIs do you wish existed?
#95IMDB's API
Re: Ask HN: What APIs do you wish existed?
#96Disclaimer: I'm an amateur in every sense of the word but eager to learn. A Craigslist API could make for some really cool mashups but many of those could probably also be created using the RSS feeds they provide. Do you see any substantial advantage to a distinct Craigslist API?
Re: Ask HN: What APIs do you wish existed?
#97Centralized Spam filter API with an access to Gmail spam filter, Yahoo Mail spam filter, etc. to report spam and check emails for spam.
Re: Ask HN: What APIs do you wish existed?
#98Earlier quoted context omitted.
Again, the company I work for offers this kind of data but you have to pay for it. We have lots of clients who run fantasy baseball web sites and make use of our real-time stats feeds to update their games.
Link?
We offer stuff ranging from simple on-demand calls to our web service (you purchase credits, docs cost you X credits per access) to a Perl-based app that captures an XML feed and parses and inserts the data into a DB for you to use as you will at your end, usually MySQL but we support MS-SQL too.
We've got some pretty big clients: ESPN, USA Today are amongst them. We supplied Google with Olympic content during the Beijing Olympics.
Re: Ask HN: What APIs do you wish existed?
#99Re: Ask HN: What APIs do you wish existed?
#100Earlier quoted context omitted.
i wrote a parser for NBA games, get the data straight from yahoo. Using Python and BeautifulSoup, piece of cake. I would think MLB could work the same.
Yeah, HTML scraping ESPN.com is not very hard. I did it for college basketball once in a strange sort of database that attempted to predict March Madness brackets. It worked really well for teams that had encountered each other during the season... except only 2 or 3 pairs of teams had ever played each other during the regular season. Works much better on NBA and NFL games, where there are far fewer teams, they see e…
I've seen a few people respond with this "you can just html scrape that." Sure you can HTML-scrape for the information, but the topic of this "Ask HN" is about what APIs you would like to see. Maybe he already HTML-scrapes ESPN.com, but would prefer that there was an official API for it, no?