Skip to content

Commit 81a7a7a

Browse files
Update README.md
1 parent e52e897 commit 81a7a7a

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,17 @@ Compatibility
5252
* **Compile Android SDK**: QuickCapture v3 requires you to compile against API 33 or later.
5353

5454

55+
## API and integration Details - Available properties and method
5556

56-
QuickCapture android SDK v 3.0.5
57+
SDK have two core classes and supporting classes :
5758

58-
## API and integration Details
59-
60-
Mainly the SDK will expose two classes and two supporting classes :
61-
62-
1. **CameraHelper** - *Handle the camera related operations. Basically, an activity.*
63-
2. **ImgHelper** - *Purpose of this class is to handle all imaging related operations.*
59+
1. **CameraHelper** - *Handle the camera related operations. Basically, an activity.*
60+
2. **ImgHelper** - *Purpose of this class is to handle all imaging related operations.*
6461
3. **Config** - *Holds various configurations SDK.*
65-
4. **ImgException** - *Handle all exceptions on Image related operations on ImgHelper.*
62+
4. **ImgException** - *Handle all exceptions on image related operations on ImgHelper.*
6663

6764

68-
Based on the requirement any one or all classes can be used. And need to import those from the SDK.
65+
Based on the requirement, any one or all classes can be used. And need to import those from the SDK.
6966
```java
7067
import com.extrieve.quickcapture.sdk.*;
7168
//OR : can import only required classes as per use cases.
@@ -76,7 +73,7 @@ Based on the requirement any one or all classes can be used. And need to import
7673
```
7774
---
7875
## CameraHelper
79-
This class will be implemented as an activity. This class can be initialized as intent.
76+
This core class will be implemented as an activity.This class can be initialized as intent.
8077
```java
8178
//JAVA
8279
CameraHelper CameraHelper = new CameraHelper();

0 commit comments

Comments
 (0)