Skip to content

Commit 9853d4c

Browse files
Merge pull request #755 from dynamsoft-docs/preview
update to internal commit e6790c6a
2 parents c7bbea0 + 73c6d57 commit 9853d4c

File tree

3 files changed

+15
-21
lines changed

3 files changed

+15
-21
lines changed

faq/general/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,15 @@ permalink: /faq/general/index.html
8585

8686
10. [What are the general troubleshooting steps if an image fails to decode with the JavaScript SDK?](general-troubleshooting-steps-for-decode-failure.md)
8787

88-
11. [How to get rid of the delay when opening the camera?](delay-when-open-camera.md)
89-
90-
12. [How can I hide the laser bar and Dynamsoft message in the default UI of the BarcodeScanner?](hide-laser-message-ui.md)
88+
11. [How can I hide the laser bar and Dynamsoft message in the default UI of the BarcodeScanner?](hide-laser-message-ui.md)
9189

9290
### Mobile
9391

9492
1. iOS & Android - [How can I reduce battery consumption?](reduce-battery-consumption.md)
9593

9694
2. iOS & Android - [Why does the page sometimes freeze when I start the scanner?](page-freeze.md)
9795

98-
3. IOS & Android - [How to import the settings of Barcode Scanner X app into my app?](template-support.md)
96+
3. iOS & Android - [How to import the settings of Barcode Scanner X app into my app?](template-support.md)
9997

10098
4. iOS & Android - [How to use Debug Mode in Barcode Scanner X?](debug-mode-barcodescannerx.md)
10199

faq/general/multi-platform.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,24 @@ permalink: /faq/general/multi-platform.html
3333

3434
10. [What are the general troubleshooting steps if an image fails to decode with the JavaScript SDK?](general-troubleshooting-steps-for-decode-failure.html)
3535

36-
11. [How to get rid of the delay when opening the camera?](delay-when-open-camera.html)
37-
38-
12. [How can I hide the laser bar and Dynamsoft message in the default UI of the BarcodeScanner?](hide-laser-message-ui.html)
36+
11. [How can I hide the laser bar and Dynamsoft message in the default UI of the BarcodeScanner?](hide-laser-message-ui.html)
3937

4038
### Mobile
4139

42-
1. IOS & Android - [How can I reduce battery consumption?](reduce-battery-consumption.md)
43-
44-
2. IOS & Android - [Why does the page sometimes freeze when I start the scanner?](page-freeze.md)
40+
1. iOS & Android - [How can I reduce battery consumption?](reduce-battery-consumption.md)
4541

46-
3. IOS & Android - [How to import the settings of Barcode Scanner X app into my app?](template-support.md)
42+
2. iOS & Android - [Why does the page sometimes freeze when I start the scanner?](page-freeze.md)
4743

48-
4. IOS & Android - [How to use Debug Mode in Barcode Scanner X?](debug-mode-barcodescannerx.md)
44+
3. iOS & Android - [How to import the settings of Barcode Scanner X app into my app?](template-support.md)
4945

50-
5. IOS & Android - [How can I use CameraX or third-party camera modules with Dynamsoft Barcode Reader?](no-camera-enhancer.md)
46+
4. iOS & Android - [How to use Debug Mode in Barcode Scanner X?](debug-mode-barcodescannerx.md)
5147

52-
6. IOS - [Does Dynamsoft Barcode Reader iOS support simulator devices?](simulator-support.md)
48+
5. iOS & Android - [How can I use CameraX or third-party camera modules with Dynamsoft Barcode Reader?](no-camera-enhancer.md)
5349

54-
7. IOS - [How to resolve the "Building for iOS Simulator, but linking in dylib built for iOS" error when building for the iOS simulator?](arm64-simulator-error.md)
50+
6. iOS - [Does Dynamsoft Barcode Reader iOS support simulator devices?](simulator-support.md)
5551

56-
8. IOS - [How to resolve the "Building for iOS Simulator, but linking in dylib built for iOS" error when building for the iOS simulator?](arm64-simulator-error.md)
52+
7. iOS - [How to resolve the "Building for iOS Simulator, but linking in dylib built for iOS" error when building for the iOS simulator?](arm64-simulator-error.md)
5753

58-
9. Android - [Can I reduce the size of the final Android app?](reduce-final-size.md)
54+
8. Android - [Can I reduce the size of the final Android app?](reduce-final-size.md)
5955

60-
10. Android - [How to prevent project build failure after shrinking code?](proguard.md)
56+
9. Android - [How to prevent project build failure after shrinking code?](proguard.md)

programming/features/barcode-scan-region-mobile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ try? dce.setScanRegion(scanRegion)
6363

6464
## Set an Region of Interest on a Still Image
6565

66-
The library scan the entire image by default when localizing the barcodes. However, if only a specific region of the image or video is required to locate the barcode, you can define a Region of Interest (ROI) via the target ROI parameter to restrict the scan area. The parameter can be set either via the `SimlifiedCaptureVisionSettings` or a JSON parameter template.
66+
The library scan the entire image by default when localizing the barcodes. However, if only a specific region of the image or video is required to locate the barcode, you can define a Region of Interest (ROI) via the target ROI parameter to restrict the scan area. The parameter can be set either via the `SimplifiedCaptureVisionSettings` or a JSON parameter template.
6767

6868
> Notes:
6969
>
70-
> - You can either configure these settings via the `SimlifiedCaptureVisionSettings` struct or via a JSON template.
71-
> - When using `SimlifiedCaptureVisionSettings`, you can only specify one region.
70+
> - You can either configure these settings via the `SimplifiedCaptureVisionSettings` struct or via a JSON template.
71+
> - When using `SimplifiedCaptureVisionSettings`, you can only specify one region.
7272
> - When using JSON template, you can specify more than one region.
7373
7474
### Specify a ROI via SimplifiedCaptureVisionSettings

0 commit comments

Comments
 (0)