|
|
1 mês atrás | |
|---|---|---|
| .. | ||
| Headers | 1 mês atrás | |
| Modules | 1 mês atrás | |
| Info.plist | 1 mês atrás | |
| LICENSE | 1 mês atrás | |
| README.md | 1 mês atrás | |
| ScanKitFrameWork | 1 mês atrás | |
ScanKit Huawei code scanning service(Scan Kit)Provide convenient barcode and QR code scanning, parsing, generation capabilities, help you quickly build the scanning function in the application.
Thanks to Huawei's ability to accumulate in the field of computer vision, Scan Kit can realize the detection and automatic amplification of long-distance code or small code. At the same time, it makes targeted identification optimization for common complex code scanning scenes (such as reflection, dark light, stain, blur, cylinder), so as to improve the success rate of code scanning and user experience.
cd project-directory
pod init
Add the pod of SDK to podfile. The currently supported services are shown in the following table.
pod 'ScanKitFrameWork', '~> 1.0.1.300'
| service | collocation method |
|---|---|
| Certification services | pod ‘ScanKitFrameWork’ |
install pod,Then open it .xcworkspace file add view the project。
pod install