Installation
How to install Document Reader SDK.
Requirements
The latest stable version of Xcode.
Minimum target: iOS 11.0.
Installation
CocoaPods
To always use the latest release, add the following to your Podfile:
Podfile | |
---|---|
1 2 |
|
Alternatively, pin to a specific version (e.g. 1.0.0):
Podfile | |
---|---|
1 2 |
|
And then run in Terminal the command below to install pods in your project:
pod install
If you don't want to use the DocumentReaderFullRFID
Core type, you can specify one of the following instead:
pod 'DocumentReaderFullRFID'
pod 'DocumentReaderFull'
pod 'DocumentReaderOCR'
pod 'DocumentReaderMRZ'
pod 'DocumentReaderBarcode'
pod 'DocumentReaderMRZBarcode'
pod 'DocumentReaderMRZRFID'
pod 'DocumentReaderDocType'
pod 'DocumentReaderOCRRFID'
pod 'DocumentReaderMRZBarcode'
pod 'DocumentReaderBounds'
Manual Integration
1. Download the latest API framework.
2. Download the latest Common framework.
3. Download one of the Core frameworks depending on the functionality you need and the license capabilities.
4. Drag DocumentReader.xcframework
, DocumentReaderCore.xcframework
, and RegulaCommon.xcframework
frameworks into the Frameworks, Libraries, and Embedded Content section of your target:
5. Build and run the project.