This demo crops an user picked image to a document using FilestackSDK's transformation API and adds it to the photos album.
- Xcode 10.3 or later
- iOS 11 or later
- CocoaPods
$ pod install
- Open
DocDetectionDemo.xcworkspace
in Xcode. - Set
filestackAPIKey
andfilestackAppSecret
inFilestackSetup.swift
. - Done.
- Go to
Product
menu and clickRun
(or⌘ + R
).