Skip to content

Commit 89ee5a0

Browse files
Renumber sections in README.md for clarity
1 parent fe7b6cf commit 89ee5a0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ String myPin = DeviceInfo.generateDigiPin(12.9716, 77.5946);
758758

759759
---
760760

761-
## 7. DeviceGuard - Device seccurity class
761+
## 5. DeviceGuard - Device seccurity class
762762

763763
**DeviceGuard** is a security engine designed for Banking, Insurance, and Enterprise apps. It prevents fraud by detecting environment tampering (Rooting, Emulators, GPS Spoofing) before a document is captured.
764764

@@ -844,7 +844,7 @@ guard.stopMonitoring();
844844
| **`SCREEN_RECORDING`** | (Android 15+) User started recording the screen. |
845845

846846

847-
## 4. HumanFaceHelper
847+
## 6. HumanFaceHelper
848848

849849
QuickCapture SDK equipped with advanced face identification intelligence can accurately detect human faces within documents and match them precisely.**SDK needs to be activated using a proper license** with Config.License.Acivate(); for the plus features to initialise.
850850

@@ -968,7 +968,8 @@ The match level is determined based on the accuracy percentage, which reflects t
968968
- **Best for**: Definitive rejection of mismatches.
969969
- **Action**: **Automatically reject matches in this range.**
970970

971-
## 5. OpticalCodeHelper
971+
## 7. OpticalCodeHelper - Class for QR Code and BAR code
972+
972973
Following are the options/methods available from class **OpticalCodeHelper** :
973974
```java
974975
//JAVA

0 commit comments

Comments
 (0)