You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `decode()` method accepts an image path (or list of paths) and takes optional parameters `try_harder` (boolean), `possible_formats` (list of formats to consider), and `pure_barcode` (boolean).
35
-
If no barcode is found, it returns `None`, and if it encounters any other recognizable error from the Java ZXing library, it raises `BarCodeReaderException`.
35
+
If no barcode is found, it returns a `False`-y `BarCode` object with all fields except `uri` set to `None`.
36
+
If it encounters any other recognizable error from the Java ZXing library, it raises `BarCodeReaderException`.
0 commit comments