Skip to content

Commit d2d811f

Browse files
Update README.md
1 parent 055ff2d commit d2d811f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- <a align="center" href='https://play.google.com/store/apps/details?id=com.extrieve.exScan&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1' title="Click to download android app" target="_blank" rel="noopener noreferrer"><img align="center" width="150px" alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/></a> -->
44

55

6-
## Document Scanning-Capture SDK ANDROID v4.0
6+
# QuickCapture v4.0
77
QuickCapture Mobile Scanning SDK Specially designed for native ANDROID from [Extrieve](https://www.extrieve.com/).
88

99
> It's not "**just**" a scanning SDK. It's a "**document**"
@@ -40,9 +40,8 @@ repositories {
4040
//Then add implementation for SDK in dependencies in build.gradle (module:<yourmodulename>)
4141
dependencies {
4242
implementation 'com.extrieve.quickcapture:QCv4_PLUS:<SDK-VERSION>'
43-
//latest version : 4.1.10
4443
}
45-
SDK-VERSION - Need to replace with the correct v4 series.
44+
//SDK-VERSION - Need to replace with the correct v4 series.
4645
```
4746

4847
Or Maven:
@@ -53,7 +52,7 @@ Or Maven:
5352
<artifactId>QCv4_PLUS</artifactId>
5453
<version>SDK-VERSION</version>
5554
</dependency>
56-
SDK-VERSION - Need to replace with the correct v4 series
55+
//SDK-VERSION - Need to replace with the correct v4 series
5756
```
5857

5958
Or can even integrate with the **.aar** library file and manually add the file dependency to the project/app.
@@ -65,7 +64,12 @@ Compatibility
6564
* **Minimum Android SDK**: QuickCapture v4 requires a minimum API level of 21.
6665
* **Target Android SDK**: QuickCapture v4 features supports **API 35**.
6766
* **Compiled SDK Version**: QuickCapture v4 compiled against **API 34**.Host application using this SDK should compiled against 34 or later
68-
67+
## Run-time requirement
68+
69+
- [x] This SDK is designed to run on officially supported Android & iOS devices only.
70+
- [x] On Android, Google Play Services is mandatory.
71+
- [x] Supported CPU architectures: arm64-v8a and armeabi-v7a.
72+
- [x] Simulator and emulator environments are not supported.For testing on simulators, please contact the development support team to request a dedicated test version compatible with those environments.
6973

7074
# API & integration Details
7175
Available properties and method

0 commit comments

Comments
 (0)