MBPSerbiaPdf417Recognizer
Objective-C
@interface MBPSerbiaPdf417Recognizer : MBPRecognizer <NSCopying>
Swift
class MBPSerbiaPdf417Recognizer : MBPRecognizer, NSCopying
Class for configuring Pdf417 Serbian Barcode Recognizer.
Serbian Pdf417 Recognizer is used for Serbian QR.
-
MBPSerbiaPdf417Recognizer result
Declaration
Objective-C
@property (nonatomic, strong, readonly) MBPSerbiaPdf417RecognizerResult *_Nonnull result;
Swift
var result: MBPSerbiaPdf417RecognizerResult { get }
-
Set this to YES to scan even barcode not compliant with standards For example, malformed PDF417 barcodes which were incorrectly encoded
Use only if necessary because it slows down the recognition process
Default: YES
Declaration
Objective-C
@property (nonatomic) BOOL scanUncertain;
Swift
var scanUncertain: Bool { get set }