| Available Servlets: | |
| /rest/decode (only decoding QRCodes) /rest/decode/multi (decoding all zxing supported formats) This service provides the functionality of decoding of an image containing a 1d or 2d barcode. The library, which is used for decoding is the popular xzing. This webservice is built on Google Appengine and supports REST by integrating Restlet. The challenge to write this webservice was to integrate the image decoding, since the appengine does not support this. At the moment only Jpeg and PNG images are supported. Try it by uploading posting an image and retrieving an XML result. |
|