You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Paddy Daly (Jira)" <ji...@apache.org> on 2020/09/16 09:42:00 UTC

[jira] [Created] (CAMEL-15535) Camel Barcode : Add additional headers to the exchange such as orientation

Paddy Daly created CAMEL-15535:
----------------------------------

             Summary: Camel Barcode : Add additional headers to the exchange such as orientation
                 Key: CAMEL-15535
                 URL: https://issues.apache.org/jira/browse/CAMEL-15535
             Project: Camel
          Issue Type: Improvement
          Components: camel-barcode
    Affects Versions: 3.5.0
            Reporter: Paddy Daly
         Attachments: code39-barcode-rotated180.png, code39-barcode.png

When processing a code 39 barcode it would be helpful to add additional headers to the exchange.

For example if you unmarshal a barcode that is rotated 180 degrees the orientation is included in the result object.
{code:java}
Result result = reader.decode(bitmap, this.readerHintMap); {code}
{color:#cc7832} {color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)