Processing Time

Currently I am using your api to process barcodes. It is taking about 20-30 seconds to return a result. I was wondering how I can speed this process up. Whether its a coding issue or if I have to upgrade my pan.

Hi Rhett,


Thank you for contacting Aspose support.

As you have not mentioned your platform, therefore we assume your are using the Aspose.BarCode for .NET. Regarding the original inquiry, there are lots of processes that you may follow to improve the overall performance while recognizing barcodes. A few most important factors are discussed as follow.

  1. By passing the symbology type (BarCodeReadType) in the BarCodeReader’s constructor, you can tell the BarCodeReader which symboloy to find in the supplied image instead of looking for all the possible symbols.
  2. Reducing the image size also improves the performance as larger image files lead to longer processing time.
  3. Employ Recognition Hints for better performance & accuracy.

Please feel free to write back in case you need our further assistance.

Sorry, I am using your cloud API with PHP. I am trying to get information on which barcodes we currently use. I have included an example barcode if that helps. I was trying to find a list of all the different kinds of barcodes you can pass in but I only found EAN128, Code128, Code39.

Hi Rhett,


Thank you for contacting support. We have tested your sample barcode image against the Aspose cloud service. We can recognize Code128 code as “KWX7-SNRXF45G”. Please have a look on the sample code:
http://www.aspose.com/docs/display/barcodecloud/Read+Barcode+from+Local+Image

Based on your inquiry, the cloud service also supports many types of barcode symbologies. Please check type parameter values there: http://www.aspose.com/docs/display/barcodecloud/Recognize+operation

Please feel free to reply us in case of any confusion or questions.

hi,
very nice forum , thanks for sharing