- 
 
 - 
  Notifications
 
You must be signed in to change notification settings  - Fork 320
 
-
I'm working on an application where the location of the barcodes within an image is important, as the barcodes are related.. Also, when I'm done processing them image, I want to remove the barcodes (or crop the image to exclude them).
In both these cases I'd like to have the polygon (or rectangle) with the decoded barcode text. Is this possible?
Thanks. Great library, btw. Thanks for creating it.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments
-
On a related note, does the reader support multiple QR codes in a single image?
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi! The QR Reader is an 1:1 port of the ZXing reader for mobile and it has basically the same features - it reads an already cropped image of a QR Code - not more. So you have to figure out the part of the source image that includes the QR and feed it to the reader (which possibly also answers your 2nd question).
Beta Was this translation helpful? Give feedback.