Manage and Optimize a Barcode Recognition Without Cloud Storage

Introduction

Aspose.BarCode for Cloud provided the simplest API which lets you recognize a barcode from file on the server with parameters in the request body. This API can be used with any language: .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more.

API Information

API Type Description Resource Link
/barcode/recognize POST Recognize barcode from an url or from request body. Request body can contain raw data bytes of the image or encoded with base64 PostBarcodeRecognizeFromUrlOrContent

cURL Example

SDKs

Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Checkout our GitHub repository for a complete list of Aspose.BarCode SDKs along with working examples, to get you started in no time.

SDK Examples

Read Barcode from Local Image

Read Barcode from External Image URL

Read Barcode from Request Body

Recognise Barcode with Checksum Option