Skip to content

Commit 7f857c2

Browse files
Merge pull request #285 from dynamsoft-docs/preview
update to internal commit 16fa7b1c
2 parents 906d6ad + 687d869 commit 7f857c2

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

programming/android/user-guide-v10.2.1100.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: user guide, android
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
noTitleIndex: true
9-
permalink: /programming/android/user-guide.html
109
---
1110

1211

programming/android/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ In this section, we are going to explain how to create a Hello World implementat
9595
> - You can get similar source code from
9696
> - <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/HelloWorld/DecodeWithCameraEnhancer" target="_blank">DecodeWithCameraEnhancer Sample (Java)</a>
9797
> - <a href="https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/HelloWorld/DecodeWithCameraEnhancerKt" target="_blank">DecodeWithCameraEnhancer Sample (Kotlin)</a>
98-
> - DynamsoftCameraEnhancer library is used for camera capture in this guide below. If you use the Android CameraX SDK for camera capture, check [DecodeWithCameraX sample]({{ site.android }}samples/no-camera-enhancer.html) on how to add barcode scanning to your app.
98+
> - DynamsoftCameraEnhancer library is used for camera capture in this guide below. If you use the Android CameraX SDK for camera capture, check [DecodeWithCameraX sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/HelloWorld){:target="_blank"} on how to add barcode scanning to your app.
9999
100100
### Create a New Project
101101

@@ -479,7 +479,7 @@ If you want to check how the SDK works in popular use cases, read the articles i
479479

480480
### Using CameraX with DBR
481481

482-
If you use the Android CameraX SDK, [DecodeWithCameraX sample]({{ site.android }}samples/no-camera-enhancer.html) will guide you on how to add barcode scanning to your app.
482+
If you use the Android CameraX SDK, [DecodeWithCameraX sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/HelloWorld){:target="_blank"} will guide you on how to add barcode scanning to your app.
483483

484484
### Other platforms
485485

programming/objectivec-swift/user-guide-v10.2.1100.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ needGenerateH3Content: true
88
noTitleIndex: true
99
multiProgrammingLanguage: true
1010
enableLanguageSelection: true
11-
permalink: /programming/objectivec-swift/user-guide.html
1211
---
1312

1413

programming/objectivec-swift/user-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco
3030

3131
2. In the top-right section of the window, search "https://github.com/Dynamsoft/barcode-reader-spm"
3232

33-
3. Select `barcode-reader-spm`, choose `Exact version`, enter **10.4.2000**, then click **Add Package**, then click **Add Package**.
33+
3. Select `barcode-reader-spm`, choose `Exact version`, enter **10.4.2000**, then click **Add Package**.
3434

3535
4. Check all the **xcframeworks** and add.
3636

@@ -72,7 +72,7 @@ In this section, let's create a **HelloWorld** app for reading barcodes from cam
7272
>- XCode 14.2 is used here in this guide.
7373
>- You can download the complete Objective-C source code from [HelloWorld/DecodeWithCameraEnhancerObjc Sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/HelloWorld/DecodeWithCameraEnhancerObjc){:target="_blank"}
7474
>- You can download the complete Swift source code from [HelloWorld/DecodeWithCameraEnhancer Sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/HelloWorld/DecodeWithCameraEnhancer){:target="_blank"}
75-
>- DCE is used for camera capture in this guide below. If you use the iOS AVFoundation framework for camera capture, check [DecodeWithAVCaptureSession sample]({{ site.oc }}samples/no-camera-enhancer.html) on how to add barcode scanning to your app.
75+
>- DCE is used for camera capture in this guide below. If you use the iOS AVFoundation framework for camera capture, check [DecodeWithAVCaptureSession sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/HelloWorld/DecodeWithAVCaptureSession){:target="_blank"} on how to add barcode scanning to your app.
7676
7777
### Create a New Project
7878

@@ -434,7 +434,7 @@ If you want to check how the SDK works in popular use cases, read the articles i
434434

435435
### Using AVFoundation with DBR
436436

437-
If you use the iOS AVFoundation framework to activate the camera (instead of the Dynamsoft Camera Enhancer), [DecodeWithAVCaptureSession sample]({{ site.oc }}samples/no-camera-enhancer.html) will guide you on how to add barcode scanning to your app.
437+
If you use the iOS AVFoundation framework to activate the camera (instead of the Dynamsoft Camera Enhancer), [DecodeWithAVCaptureSession sample](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/HelloWorld/DecodeWithAVCaptureSession){:target="_blank"} will guide you on how to add barcode scanning to your app.
438438

439439
### Other platforms
440440

0 commit comments

Comments
 (0)