Contents Summary |
Introduction
This API lets you recognize a barcode from file on the server with parameters in the request body.
Resource URI
Please use Aspose.BarCode for Cloud APIs' Swagger UI to call PUT /barcode/{name}/recognize REST API directly from the browser. The description of important API parameters and their valid values are given below.
BarcodeReader object parameters are below:
Parameter name | Possible values | Description |
---|---|---|
ChecksumValidation | Default, On, Off | Sets mode for checksum validation during recognition. |
StripFNC | True, False | Sets if FNC symbol stripping should be performed. |
RecognitionMode | MaxPerformance, MaxBarcodes, MaxQuality | Sets recognition mode. |
ManualHints | None, InvertImage, IncorrectBarcodes, ComplexBackground | Sets preprocessing of an image. |
Parameter | Valid values | Description |
---|---|---|
name | upce-20.jpg | Filename of image. |
type | type=upce | If this parameter is empty, autodetection of all supported types is used. |
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
Read Barcodes by Applying Image Processing Algorithm