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
PPScanningResult is now replaced with 4 different result classes, depending on where the result comes from
PPUsdlRecognizerResult for USDL scanning
PPPdf417RecognizerResult for PDF417 scanning
PPBarDecoderRecognizerResult for Code39 and Code128 scanning
PPZXingRecognizerResult for other barcode formats
PPScanningViewController's methods resumeScanning and resumeScanningWithoutStateReset merged into one resumeScanningAndResetState:.
All calls to resumeScanning replace with resumeScanningAndResetState:YES.
All calls to resumeScanningWithoutStateReset replace with resumeScanningAndResetState:NO
Added direct processing API which you can use to perform OCR on UIImage objects.
Added NoCamera-sample project which shows how to use direct processing API
Added didOutputMetadata: callback method to PPOverlayViewControllers
This version uses a new license key format. If you had a license key generated prior to v4.0.0, contact us so we can regenerate the license key for you.
Each PPRecognizerResult now has implemented description method for easier debugging
Fixed orientation handling for case when overlay autorotates.
Scanning region is now a property of Scanning view controller, and overlay view controller now delegates to this property.
PPBarcodeElementType changed names:
From PPTextElement to PPBarcodeElementTypeText
From PPByteElement to PPBarcodeElementTypeByte