Installing the SDK
Last updated
In your Podfile, specify the reference to our framework. Replacing <version> with the current version:
target 'your-project' do
use_frameworks!
pod 'DocumentDetector', '<version>'Open your Xcode project.
Navigate to File > Add Packages.
In the search bar, paste the URL of this repository:
https://github.com/combateafraude/DocumentDetector.gitLast updated

