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
Added CocoaPods integration and travis-ci validation
Changes in Direct processing API
You are no longer required to call PPCoordinator initializeRecognizers and PPCoordinator terminateRecognizers.
Instead, initializeRecognizers is called lazily on first call of processImage method.
terminateRecognizers is called automatically in PPCoordinator destructor
Added support for autorotation of PPScanningViewController. To support autorotation, use PPScanningViewController's new properties autorotate and supportedOrientations
Added didOutputMetadata: callback method to PPOverlayViewControllers
Fixed bug which caused Overlay events to be called when direct API is used. Direct API now only reports events to PPScanDelegate instance.
Fixed bug which caused image property of PPImageMetadata not take the image orientation into account