Baidu launches free OCR API (and nobody noticed?)

Baidu offers a free OCR API (百度OCR文字识别)
TSince its launch in June 2015 the OCR API page received 51585 visits,
was bookmarked 270 times and there are 247 posts in the forum.

On June 1, 2015 Baidu -the biggest search engine in China- launched a new cloud service: Free OCR API (百度OCR文字识别). The catch? The documentation is in Chinese only. Thus, even so the launch was already three months ago, I could not locate a single English language blog post about it. This is a pity, it is really useful. So here we go.

The facts:

  1. To use the service, you need to sign up for a Baidu developer account (free, but in Chinese only.. you get the idea). The good news is that international (non-Chinese) mobile phone numbers work just fine for receiving the confirmation code.
  1. The OCR API’s status is “experimental”/beta.

  2. The use is free for up to 5000 requests/month. This is the second best offer in the market. The best one is, well…., our own OCR API with 15000+ free OCR conversions/month.

  3. Supported OCR languages are (only) English, Korean, Japanese and Chinese.

  4. Image size is limited to (only) 300kb, image format is JPG only.

  5. The most interesting part: The OCR quality is very good, but not breathtaking. It plays in the same league as ABBYY and our own free ocr cloud service (which is powered by Microsoft OCR on the backend)

Getting started:

Jeremy Wei created a sample project that shows how to call Baidu OCR from Node.JS. For this review I created & published a Visual Studio sample project (C#) for testing the Baidu OCR with a C# GUI. Both projects are available on GitHub (MIT license).

The visual user interface of the [Baidu OCR API Test app](https://github.com/A9T9/Baidu-OCR-API) on GitHub

The OCR test app in action:

Update: Several other blogs picked up on this news: