Label recognition

Contents
[ ]

Aspose.OCR Cloud can read text literally from any source: signboards, price tags, plates, food labels and many more. Almost any photo can be converted into text that can be shared, imported into a database, analyzed, sent for automatic translation, and so on.

Street photo

Label texts are extracted in 3 API calls:

  1. Get access token
  2. Send photo for recognition
  3. Fetch recognition results

Because Aspose.OCR Cloud is provided as a REST API, label recognition can be performed from any platform with Internet access.

Aspose also provides open-source SDKs for all popular programming languages, that wrap all routine label recognition operations into a few native methods. It makes interaction with Aspose.OCR Cloud services much easier, allowing you to focus on the task at hand rather than technical details.