Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
chore: Review notes. PIA-1959
Browse files Browse the repository at this point in the history
Co-authored-by: Alpár Szotyori <[email protected]>
  • Loading branch information
zladzeyka and a-szotyori authored Nov 23, 2021
1 parent c0d3988 commit 4504078
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Documentation/source/QR Code scanning guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ Component API
If you are using the _Component API_, you will get the `GiniQRCodeDocument` in the `CameraScreenSuccessBlock`, where it also must be sent to the API as if it was an image or a pdf.

In order to avoid unsuccessful document processing we suggest to validate captured and imported documents.
Please, find the implementation examples of validation for
[captured](https://github.com/gini/gini-vision-lib-ios/blob/master/Example/Example%20Swift/ComponentAPICoordinator.swift#L652) and
[imported](https://github.com/gini/gini-vision-lib-ios/blob/master/Example/Example%20Swift/ComponentAPICoordinator.swift#L676)
documents.
You can find validation implementation examples for captured documents
[here](https://github.com/gini/gini-vision-lib-ios/blob/master/Example/Example%20Swift/ComponentAPICoordinator.swift#L652) and for imported ones
[here](https://github.com/gini/gini-vision-lib-ios/blob/master/Example/Example%20Swift/ComponentAPICoordinator.swift#L676).

---
**NOTE**
Expand Down

0 comments on commit 4504078

Please sign in to comment.