Skip to content

Commit b5dd4af

Browse files
Merge pull request #78 from dynamsoft-docs/preview
update to internal commit 814fac16
2 parents 4ac3d20 + 6a56c59 commit b5dd4af

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

programming/android/user-guide.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ In this guide, you will learn step by step on how to build a document scanner ap
8585
>1.
8686
```groovy
8787
dependencies {
88-
implementation 'com.dynamsoft:capturevisionbundle:3.0.5000'
88+
implementation 'com.dynamsoft:capturevisionbundle:3.2.1000'
8989
}
9090
```
9191
2.
9292
```kotlin
9393
dependencies {
94-
implementation("com.dynamsoft:capturevisionbundle:3.0.5000")
94+
implementation("com.dynamsoft:capturevisionbundle:3.2.1000")
9595
}
9696
```
9797

@@ -318,12 +318,7 @@ Add the SDK to your new project. Please read [Add the SDK](#add-the-sdk) section
318318
@Override
319319
public void onPause() {
320320
super.onPause();
321-
try {
322-
mCamera.close();
323-
} catch (CameraEnhancerException e) {
324-
e.printStackTrace();
325-
}
326-
321+
mCamera.close();
327322
mRouter.stopCapturing();
328323
}
329324
}

programming/ios/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
4949
target 'HelloWorld' do
5050
use_frameworks!
5151

52-
pod 'DynamsoftCaptureVisionBundle','3.0.5200'
52+
pod 'DynamsoftCaptureVisionBundle','3.2.1000'
5353

5454
end
5555
```
@@ -66,7 +66,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
6666

6767
2. In the top-right section of the window, search "https://github.com/Dynamsoft/capture-vision-spm"
6868

69-
3. Select `capture-vision-spm`, choose `Exact version`, enter **3.0.5200**, then click **Add Package**.
69+
3. Select `capture-vision-spm`, choose `Exact version`, enter **3.2.1000**, then click **Add Package**.
7070

7171
4. Check all the frameworks and add.
7272

0 commit comments

Comments
 (0)