cancel
Showing results for 
Search instead for 
Did you mean: 

Has anybody decoded a barcode of type QRcode in production/document image scanning?

lboening
Star Contributor
Star Contributor

 We are hoping to use QR Codes on some, if not all, of our self-generated forms. It seems that encoding QR barcodes is easier than decoding them. I have flipped through quite a few SDK's. Most seem oriented towards generating QR codes; few seem oriented towards decoding them. Would anybody be able to name a couple of QRcode decodes that actually work, before I just spend hours or days experimenting the hard way?

 

1 ACCEPTED ANSWER

Ray_Gerwig
World-Class Innovator
World-Class Innovator

This is a late reply, perhaps it will help others viewing this post.  2D bar codes can carry much information, including Document Type and Keyword values.  The entire value is received by OnBase as a single value that must be parsed into the individual Doc Type and Keyword values.  This is done by writing a VB Script and selecting Bar Code Processing for the Visible Scope setting.  This makes it selectable in Bar Code Process configuration.  More detailed information can be found in the Bar Code process Module Reference Guide.

View answer in original post

1 REPLY 1

Ray_Gerwig
World-Class Innovator
World-Class Innovator

This is a late reply, perhaps it will help others viewing this post.  2D bar codes can carry much information, including Document Type and Keyword values.  The entire value is received by OnBase as a single value that must be parsed into the individual Doc Type and Keyword values.  This is done by writing a VB Script and selecting Bar Code Processing for the Visible Scope setting.  This makes it selectable in Bar Code Process configuration.  More detailed information can be found in the Bar Code process Module Reference Guide.