Skip to content

Commit 2a77cfd

Browse files
Merge pull request #219 from dynamsoft-docs/preview
Preview
2 parents 8e65eb4 + 13c6ea3 commit 2a77cfd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3570
-36
lines changed

_config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,19 @@ ddn_flutter_api: /document-normalizer/docs/mobile/programming/flutter/api-refere
4646
dlr_flutter: /label-recognition/docs/mobile/programming/flutter/
4747
dlr_flutter_api: /label-recognition/docs/mobile/programming/flutter/api-reference/
4848

49+
dcv_react_native: /capture-vision/docs/mobile/programming/react-native/
50+
dcv_react_native_api: /capture-vision/docs/mobile/programming/react-native/api-reference/
51+
dce_react_native: /camera-enhancer/docs/mobile/programming/react-native/
52+
dce_react_native_api: /camera-enhancer/docs/mobile/programming/react-native/api-reference/
53+
dcp_react_native: /code-parser/docs/mobile/programming/react-native/
54+
dcp_react_native_api: /code-parser/docs/mobile/programming/react-native/api-reference/
55+
dbr_react_native: /barcode-reader/docs/mobile/programming/react-native/
56+
dbr_react_native_api: /barcode-reader/docs/mobile/programming/react-native/api-reference/
57+
ddn_react_native: /document-normalizer/docs/mobile/programming/react_native/
58+
ddn_react_native_api: /document-normalizer/docs/mobile/programming/react_native/api-reference/
59+
dlr_react_native: /label-recognition/docs/mobile/programming/react_native/
60+
dlr_react_native_api: /label-recognition/docs/mobile/programming/react_native/api-reference/
61+
4962
xamarin: /capture-vision/docs/mobile/programming/xamarin/
5063
xamarin-api: /capture-vision/docs/mobile/programming/xamarin/api-reference/
5164
xamarin-release-notes: /capture-vision/docs/mobile/programming/xamarin/release-notes/

_data/full_tree.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ tree_file_list:
44
- sidelist-programming/programming-ios.html
55
- sidelist-programming/programming-maui.html
66
- sidelist-programming/programming-flutter.html
7+
- sidelist-programming/programming-react-native.html

_includes/sidelist-full-tree.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@
1414
<a href="{{ site.dcv_flutter }}" class="otherLinkColour">Flutter Edition Introduction</a>
1515
</li>
1616
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-programming/programming-flutter.html" -%}
17+
<li lang="react-native">
18+
<a href="{{ site.dcv_react_native }}" class="otherLinkColour">React Native Edition Introduction</a>
19+
</li>
20+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-programming/programming-react-native.html" -%}

_includes/sidelist-programming/programming-flutter.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<li lang="flutter"><a class="otherLinkColour" href="{{ site.dbr_flutter }}explore-features/advanced-features.html" style="cursor:pointer;color:#3c3c3c">Advanced Features</a></li>
1313
</ul>
1414
</li>
15-
<!-- <li lang="flutter"><a href="{{ site.dbr_flutter }}samples/index.html" class="otherLinkColour">Demo &amp; Samples</a></li> -->
15+
<li lang="flutter"><a href="{{ site.dcv_flutter }}samples/index.html" class="otherLinkColour">Demo &amp; Samples</a></li>
1616
<li lang="flutter"><a style="cursor:pointer;color:#3c3c3c">API References</a>
1717
<ul lang="flutter">
1818
<li lang="flutter"><a>CaptureVisionRouter</a>
@@ -678,14 +678,17 @@
678678
</li>
679679

680680
<li lang="flutter" class="category">USEFUL RESOURCES</li>
681-
<!-- <li lang="flutter"><a href="{{ site.dcv_flutter }}release-notes/" class="otherLinkColour">Release Notes</a></li> -->
682-
681+
<li lang="flutter"><a href="{{ site.dcv_flutter }}release-notes/" class="otherLinkColour">Release Notes</a>
682+
<ul lang="flutter">
683+
<li lang="flutter"><a href="{{ site.dcv_flutter }}release-notes/flutter-3.html" class="otherLinkColour">3.x</a></li>
684+
</ul>
685+
</li>
683686
<li lang="flutter"><a class="otherLinkColour">Choose a Language</a>
684687
<ul>
685688
<li><a target="_blank" href="{{ site.dcv_android }}" class="otherLinkColour refreshLink">Android (Java & Kotlin)</a></li>
686689
<li><a target="_blank" href="{{ site.dcv_ios }}" class="otherLinkColour refreshLink">iOS (Objective-C & Swift)</a></li>
687690
<li><a target="_blank" href="{{ site.dcv_maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
688-
<li><a target="_blank" href="https://github.com/Dynamsoft/capture-vision-react-native-samples" class="otherLinkColour refreshLink">React Native</a></li>
691+
<li><a target="_blank" href="{{ site.dcv_react_native }}" class="otherLinkColour refreshLink">React Native</a></li>
689692
<li><a target="_blank" href="{{ site.dcv_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
690693
<li><a target="_blank" href="{{ site.dcv_python }}" class="otherLinkColour refreshLink">Python</a></li>
691694
<li><a target="_blank" href="{{ site.dcv_java }}" class="otherLinkColour refreshLink">Java</a></li>

_includes/sidelist-programming/programming-react-native.html

Lines changed: 743 additions & 0 deletions
Large diffs are not rendered by default.

programming/android/api-reference/core/basic-structures/captured-result-base.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: captured result base, Android
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
88
noTitleIndex: true
9-
ignore: true
109
---
1110

1211
# CapturedResultBase

programming/flutter/api-reference/capture-vision-router/multi-frame-cross-filter.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ noTitleIndex: true
1010

1111
# MultiFrameResultCrossFilter
1212

13-
The `MultiFrameResultCrossFilter` class provides a filter that allows the library to manage and filter results by crosschecking the results across multiple images frames. This filter will compare consecutive frames of the video stream to perform operations like cross-verification, deduplication, and overlapping result management.
13+
The `MultiFrameResultCrossFilter` class is an officially implemented `CapturedResultFilter` that provides:
1414

15-
> [!NOTE]
16-
> This filter is especially handy in increasing the accuracy when trying to capture barcodes, documents, or MRZ zones via a camera in an interactive video scenario.
15+
- **Overlapping**: Improves the read rate of multi-barcode scanning.
16+
- **Cross Verification**: Improves the accuracy.
17+
- **Deduplication**: Removes the duplicated results.
1718

1819
## Definition
1920

programming/flutter/api-reference/core/captured-result-base.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: captured result base, Flutter
66
needGenerateH3Content: true
77
needAutoGenerateSidebar: true
88
noTitleIndex: true
9-
ignore: true
109
---
1110

1211
# CapturedResultBase

programming/flutter/api-reference/core/enum/cross-verification-status.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,8 @@ codeAutoHeight: true
2020

2121
```dart
2222
enum EnumCrossVerificationStatus {
23-
/// The item has not been verified.
2423
notVerified,
25-
26-
/// The item has passed verification.
2724
passed,
28-
29-
/// The item has failed verification.
3025
failed
3126
}
3227
```

programming/flutter/api-reference/core/enum/focus-mode.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ breadcrumbText: EnumFocusMode
1212

1313
`EnumFocusMode` is an enumeration that specifies the different modes of focus that the Camera Enhancer can apply to the camera feed.
1414

15-
> [!TIP]
16-
> If you choose to use the locked focus mode, the focal length used is determined by the input value of [`setFocus`](../camera-enhancer.md#setfocus).
17-
1815
## Definition
1916

2017
*Assembly:* dynamsoft_capture_vision_flutter
@@ -30,5 +27,5 @@ enum EnumFocusMode {
3027

3128
| Member | Description |
3229
| ------ | ----------- |
33-
| `locked` | Lock the focal length with an input value. |
30+
| `locked` | Lock the focal length. |
3431
| `continuousAuto` | Implements a continuous autoFocus. |

0 commit comments

Comments
 (0)