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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
new API, which is not backward compatible. Please check README and updated demo applications for more information, but the gist of it is:
PPScanningViewController has been renamed to MBRecognizerRunnerViewController and MBCoordinator to MBRecognizerRunner
PPBarcodeOverlayViewController has been renamed to MBBarcodeOverlayViewController
previously internal MBRecognizer objects are not internal anymore - instead of having opaque MBRecognizerSettings and MBRecognizerResult objects, you now have stateful MBRecognizer object that contains its MBResult within and mutates it while performing recognition. For more information, see README and updated demo applications
introduced MBFieldByFieldOverlayViewController that can be used for easy integration of the field-by-field scanning feature (previously known as segment scan)
introduced MBDocumentVerificationController that can be used for easy integration of ID verification scanning feature (previously available only in BlinkID AppStore app
introduced MBProcessor concept. For more information, check updated code samples, README and this blog post
new licence format, which is not backward compatible. Full details are given in README and in updated applications, but the gist of it is:
licence can now be provided with either file, byte array or base64-encoded bytes