Page Properties |
---|
|
Status | Status |
---|
colour | YellowGreen |
---|
title | for reviewapproved |
---|
|
|
---|
Approver | Nadzeya Karaban |
---|
|
You can also provide your own networking by implementing the GiniCaptureNetworkService
and GiniCaptureResultsDelegate
protocols. Pass your instances to the UIViewController
initializer of GiniCapture
as shown below.
Code Block |
---|
|
let viewController = GiniCapture.viewController(importedDocuments: visionDocuments,
configuration: visionConfiguration,
resultsDelegate: resultsDelegate,
documentMetadata: documentMetadata,
trackingDelegate: trackingDelegate,
networkingService: networkingService)
present(viewController, animated: true, completion: nil) |
Make sure to call it before calling GiniCapture.cleanup()
. Otherwise, the analyzed document won’t be available anymoreWe provide an example implementation here.
You may also use Gini Bank API Library or implement the communication with Gini Bank API yourself.