MBPHungarySlipRecognizer
Objective-C
@interface MBPHungarySlipRecognizer : MBPRecognizer <NSCopying>
Swift
class MBPHungarySlipRecognizer : MBPRecognizer, NSCopying
Settings class for configuring HU Slip Recognizer
HU Slip recognizer is used for scanning Hungarian payment slips - white and yellow.
-
Austrian slip recognizer result
Declaration
Objective-C
@property (nonatomic, strong, readonly) MBPHungarySlipRecognizerResult *_Nonnull result;
Swift
var result: MBPHungarySlipRecognizerResult { get }
-
If YES, HU Slip recognizer will read recipent name from the payment slip.
Default: YES
Declaration
Objective-C
@property (nonatomic) BOOL readRecipientName;
Swift
var readRecipientName: Bool { get set }